diff --git a/bitnami/mariadb/Chart.yaml b/bitnami/mariadb/Chart.yaml index 39fa41478f..5c6236f620 100644 --- a/bitnami/mariadb/Chart.yaml +++ b/bitnami/mariadb/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Database apiVersion: v2 -appVersion: 10.5.13 +appVersion: 10.5.15 dependencies: - name: common repository: https://charts.bitnami.com/bitnami @@ -26,4 +26,4 @@ sources: - https://github.com/bitnami/bitnami-docker-mariadb - https://github.com/prometheus/mysqld_exporter - https://mariadb.org -version: 10.3.3 +version: 10.3.4 diff --git a/bitnami/mariadb/README.md b/bitnami/mariadb/README.md index 9094631c6a..34a2c3db59 100644 --- a/bitnami/mariadb/README.md +++ b/bitnami/mariadb/README.md @@ -416,7 +416,7 @@ These scripts are treated differently depending on their extension. While `.sh` If additional containers are needed in the same pod as MariaDB (such as additional metrics or logging exporters), they can be defined using the sidecars parameter. -The Helm chart already includes sidecar containers for the Prometheus exporters. These can be activated by adding the `���enable-metrics=true` parameter at deployment time. The `sidecars` parameter should therefore only be used for any extra sidecar containers. [See an example of configuring and using sidecar containers](https://docs.bitnami.com/kubernetes/infrastructure/mariadb/configuration/configure-sidecar-init-containers/). +The Helm chart already includes sidecar containers for the Prometheus exporters. These can be activated by adding the `���������enable-metrics=true` parameter at deployment time. The `sidecars` parameter should therefore only be used for any extra sidecar containers. [See an example of configuring and using sidecar containers](https://docs.bitnami.com/kubernetes/infrastructure/mariadb/configuration/configure-sidecar-init-containers/). Similarly, additional containers can be added to MariaDB pods using the `initContainers` parameter. [See an example of configuring and using init containers](https://docs.bitnami.com/kubernetes/infrastructure/mariadb/configuration/configure-sidecar-init-containers/). diff --git a/bitnami/mariadb/values.yaml b/bitnami/mariadb/values.yaml index 4a74cfce4f..97b22f9e3b 100644 --- a/bitnami/mariadb/values.yaml +++ b/bitnami/mariadb/values.yaml @@ -73,7 +73,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/mariadb - tag: 10.5.13-debian-10-r86 + tag: 10.5.15-debian-10-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -935,7 +935,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r333 + tag: 10-debian-10-r338 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace) ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ @@ -968,7 +968,7 @@ metrics: image: registry: docker.io repository: bitnami/mysqld-exporter - tag: 0.13.0-debian-10-r238 + tag: 0.13.0-debian-10-r242 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace) ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/