mirror of
https://github.com/bitnami/charts.git
synced 2026-03-27 15:27:10 +08:00
[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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user