Compare commits
13 Commits
38e4d749ad
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc28ea1ee2 | ||
|
|
8576917f7a | ||
|
|
4a8d9cd4bb | ||
|
|
785f5d9076 | ||
|
|
368b7384ff | ||
|
|
f823f2bdce | ||
|
|
d92f25a77c | ||
|
|
53564dec28 | ||
|
|
81dffe1a0a | ||
|
|
84e5df6078 | ||
|
|
ed9a031760 | ||
|
|
6fedecece9 | ||
|
|
52b9ba260a |
@@ -27,7 +27,7 @@ diagnosticMode:
|
||||
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mysql
|
||||
repository: bitnamilegacy/mysql
|
||||
tag: 8.0.35-debian-11-r2
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
@@ -925,7 +925,7 @@ volumePermissions:
|
||||
##
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
repository: bitnamilegacy/os-shell
|
||||
tag: 11-debian-11-r93
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
@@ -959,7 +959,7 @@ metrics:
|
||||
##
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mysqld-exporter
|
||||
repository: bitnamilegacy/mysqld-exporter
|
||||
tag: 0.15.1-debian-11-r0
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
44
helmrepo/index.yaml
Normal file
44
helmrepo/index.yaml
Normal file
@@ -0,0 +1,44 @@
|
||||
apiVersion: v1
|
||||
entries:
|
||||
mysql:
|
||||
- annotations:
|
||||
category: Database
|
||||
images: |
|
||||
- name: mysql
|
||||
image: docker.io/bitnami/mysql:8.0.35-debian-11-r2
|
||||
- name: mysqld-exporter
|
||||
image: docker.io/bitnami/mysqld-exporter:0.15.1-debian-11-r0
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r93
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 8.0.35
|
||||
created: "2025-11-14T15:45:07.307663049+03:30"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: MySQL is a fast, reliable, scalable, and easy to use open source
|
||||
relational database system. Designed to handle mission-critical, heavy-load
|
||||
production applications.
|
||||
digest: 1c134e8feb2898f78136c5147b4b9dbfb82a412d6cf8103b763ec699aebec8b0
|
||||
home: https://bitnami.com
|
||||
icon: https://bitnami.com/assets/stacks/mysql/img/mysql-stack-220x234.png
|
||||
keywords:
|
||||
- mysql
|
||||
- database
|
||||
- sql
|
||||
- cluster
|
||||
- high availability
|
||||
maintainers:
|
||||
- name: VMware, Inc.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: mysql
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/mysql
|
||||
urls:
|
||||
- https://git.bugx.ir/gitea_admin/application/raw/branch/main/helmrepo/mysql-9.16.1.tgz
|
||||
version: 9.16.1
|
||||
generated: "2025-11-14T15:45:07.305379375+03:30"
|
||||
BIN
helmrepo/mysql-9.16.1.tgz
Normal file
BIN
helmrepo/mysql-9.16.1.tgz
Normal file
Binary file not shown.
@@ -76,7 +76,7 @@ sync:
|
||||
# Ingresses defines if ingresses created within the virtual cluster should get synced to the host cluster.
|
||||
ingresses:
|
||||
# Enabled defines if this option should be enabled.
|
||||
enabled: false
|
||||
enabled: true
|
||||
# PriorityClasses defines if priority classes created within the virtual cluster should get synced to the host cluster.
|
||||
priorityClasses:
|
||||
# Enabled defines if this option should be enabled.
|
||||
@@ -502,7 +502,7 @@ controlPlane:
|
||||
resources:
|
||||
# Limits are resource limits for the container
|
||||
limits:
|
||||
cpu: 1000m
|
||||
cpu: 512m
|
||||
memory: 170Mi
|
||||
# Requests are minimal resources that will be consumed by the container
|
||||
requests:
|
||||
@@ -599,8 +599,8 @@ controlPlane:
|
||||
resources:
|
||||
# Limits are resource limits for the container
|
||||
limits:
|
||||
ephemeral-storage: 8Gi
|
||||
memory: 2Gi
|
||||
ephemeral-storage: 1Gi
|
||||
memory: 1Gi
|
||||
# Requests are minimal resources that will be consumed by the container
|
||||
requests:
|
||||
ephemeral-storage: 400Mi
|
||||
@@ -1071,18 +1071,18 @@ policies:
|
||||
resourceQuota:
|
||||
# Enabled defines if the resource quota should be enabled. "auto" means that if limitRange is enabled,
|
||||
# the resourceQuota will be enabled as well.
|
||||
enabled: auto
|
||||
enabled: true
|
||||
labels: {}
|
||||
annotations: {}
|
||||
# Quota are the quota options
|
||||
quota:
|
||||
requests.cpu: 10
|
||||
requests.memory: 20Gi
|
||||
requests.storage: "100Gi"
|
||||
requests.ephemeral-storage: 60Gi
|
||||
requests.memory: 8Gi
|
||||
requests.storage: "10Gi"
|
||||
requests.ephemeral-storage: 10Gi
|
||||
limits.cpu: 20
|
||||
limits.memory: 40Gi
|
||||
limits.ephemeral-storage: 160Gi
|
||||
limits.memory: 10Gi
|
||||
limits.ephemeral-storage: 10Gi
|
||||
services.nodeports: 0
|
||||
services.loadbalancers: 1
|
||||
count/endpoints: 40
|
||||
@@ -1106,7 +1106,7 @@ policies:
|
||||
annotations: {}
|
||||
# Default are the default limits for the limit range
|
||||
default:
|
||||
ephemeral-storage: 8Gi
|
||||
ephemeral-storage: 3Gi
|
||||
memory: 512Mi
|
||||
cpu: "1"
|
||||
# DefaultRequest are the default request options for the limit range
|
||||
|
||||
Reference in New Issue
Block a user