[bitnami/mysql] Improve MySQL chart comments to warn about insufficient nano and micro presets (#36394)

* Clarify that nano and micro resource presets are not recommended for MySQL

Signed-off-by: Muthukumaran <muthukumaran.muthiah@learnship.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Muthukumaran <muthukumaran.muthiah@learnship.com>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Muthukumaran
2025-12-05 21:57:04 +05:30
committed by GitHub
parent 7c127523ac
commit 8061a66099
3 changed files with 4 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
# Changelog
## 14.0.4 (2025-09-03)
## 14.0.5 (2025-12-01)
* [bitnami/mysql]: Add a possibility to disable default initContainers ([#36228](https://github.com/bitnami/charts/pull/36228))
* [bitnami/mysql] Improve MySQL chart comments to warn about insufficient nano and micro presets ([#36394](https://github.com/bitnami/charts/pull/36394))
## <small>14.0.3 (2025-08-14)</small>

View File

@@ -35,4 +35,4 @@ maintainers:
name: mysql
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mysql
version: 14.0.4
version: 14.0.5

View File

@@ -422,6 +422,7 @@ primary:
## resources, such as Minikube. If you do want to specify resources, uncomment the following
## lines, adjust them as necessary, and remove the curly braces after 'resources:'.
## @param primary.resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if primary.resources is set (primary.resources is recommended for production).
## NOTE: The "nano" and "micro" presets allocate extremely low CPU/memory. These values may cause MySQL to fail during startup (e.g., OOMKilled, readiness/liveness probe failures)
## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15
##
resourcesPreset: "small"