From 601a37b1caaf4354e8eb075aa4191b638dce5c9f Mon Sep 17 00:00:00 2001 From: Alejandro Moreno Date: Wed, 20 Mar 2024 11:28:31 +0100 Subject: [PATCH] [bitnami/mariadb] Increase resources preset (#24564) * [bitnami/mariadb] Increase resources preset Signed-off-by: Alejandro Moreno * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Alejandro Moreno Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/mariadb/Chart.yaml | 2 +- bitnami/mariadb/README.md | 4 ++-- bitnami/mariadb/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/mariadb/Chart.yaml b/bitnami/mariadb/Chart.yaml index 37bec05b5d..2781052f0b 100644 --- a/bitnami/mariadb/Chart.yaml +++ b/bitnami/mariadb/Chart.yaml @@ -34,4 +34,4 @@ maintainers: name: mariadb sources: - https://github.com/bitnami/charts/tree/main/bitnami/mariadb -version: 17.0.0 +version: 17.0.1 diff --git a/bitnami/mariadb/README.md b/bitnami/mariadb/README.md index 142137a225..35433a7631 100644 --- a/bitnami/mariadb/README.md +++ b/bitnami/mariadb/README.md @@ -238,7 +238,7 @@ As an alternative, this chart supports using an initContainer to change the owne | `primary.containerSecurityContext.readOnlyRootFilesystem` | Set container's Security Context readOnlyRootFilesystem | `true` | | `primary.containerSecurityContext.capabilities.drop` | List of capabilities to be dropped | `["ALL"]` | | `primary.containerSecurityContext.seccompProfile.type` | Set container's Security Context seccomp profile | `RuntimeDefault` | -| `primary.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, small, medium, large, xlarge, 2xlarge). This is ignored if primary.resources is set (primary.resources is recommended for production). | `nano` | +| `primary.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, small, medium, large, xlarge, 2xlarge). This is ignored if primary.resources is set (primary.resources is recommended for production). | `micro` | | `primary.resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` | | `primary.startupProbe.enabled` | Enable startupProbe | `false` | | `primary.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `120` | @@ -342,7 +342,7 @@ As an alternative, this chart supports using an initContainer to change the owne | `secondary.containerSecurityContext.readOnlyRootFilesystem` | Set container's Security Context readOnlyRootFilesystem | `true` | | `secondary.containerSecurityContext.capabilities.drop` | List of capabilities to be dropped | `["ALL"]` | | `secondary.containerSecurityContext.seccompProfile.type` | Set container's Security Context seccomp profile | `RuntimeDefault` | -| `secondary.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, small, medium, large, xlarge, 2xlarge). This is ignored if secondary.resources is set (secondary.resources is recommended for production). | `nano` | +| `secondary.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, small, medium, large, xlarge, 2xlarge). This is ignored if secondary.resources is set (secondary.resources is recommended for production). | `micro` | | `secondary.resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` | | `secondary.startupProbe.enabled` | Enable startupProbe | `false` | | `secondary.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `120` | diff --git a/bitnami/mariadb/values.yaml b/bitnami/mariadb/values.yaml index fa76e29d60..64d1a00e00 100644 --- a/bitnami/mariadb/values.yaml +++ b/bitnami/mariadb/values.yaml @@ -370,7 +370,7 @@ primary: ## @param primary.resourcesPreset Set container resources according to one common preset (allowed values: none, nano, small, medium, large, xlarge, 2xlarge). This is ignored if primary.resources is set (primary.resources is recommended for production). ## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15 ## - resourcesPreset: "nano" + resourcesPreset: "micro" ## @param primary.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads) ## Example: ## resources: @@ -789,7 +789,7 @@ secondary: ## @param secondary.resourcesPreset Set container resources according to one common preset (allowed values: none, nano, small, medium, large, xlarge, 2xlarge). This is ignored if secondary.resources is set (secondary.resources is recommended for production). ## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15 ## - resourcesPreset: "nano" + resourcesPreset: "micro" ## @param secondary.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads) ## Example: ## resources: