From d346d01e92ccf7d760a4d65549345cf3ad8cbb20 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 30 Sep 2022 15:05:35 +0200 Subject: [PATCH] [bitnami/mongodb] Release 13.1.7 (#12765) * [bitnami/mongodb] Release 13.1.7 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/mongodb/Chart.yaml | 2 +- bitnami/mongodb/README.md | 4 ++-- bitnami/mongodb/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/mongodb/Chart.yaml b/bitnami/mongodb/Chart.yaml index 1340fc6480..1807b780a0 100644 --- a/bitnami/mongodb/Chart.yaml +++ b/bitnami/mongodb/Chart.yaml @@ -26,4 +26,4 @@ name: mongodb sources: - https://github.com/bitnami/containers/tree/main/bitnami/mongodb - https://mongodb.org -version: 13.1.6 +version: 13.1.7 diff --git a/bitnami/mongodb/README.md b/bitnami/mongodb/README.md index 1b70e359de..6ce4aa410a 100644 --- a/bitnami/mongodb/README.md +++ b/bitnami/mongodb/README.md @@ -95,7 +95,7 @@ Refer to the [chart documentation for more information on each of these architec | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------- | | `image.registry` | MongoDB(®) image registry | `docker.io` | | `image.repository` | MongoDB(®) image registry | `bitnami/mongodb` | -| `image.tag` | MongoDB(®) image tag (immutable tags are recommended) | `6.0.2-debian-11-r0` | +| `image.tag` | MongoDB(®) image tag (immutable tags are recommended) | `6.0.2-debian-11-r1` | | `image.digest` | MongoDB(®) image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | MongoDB(®) image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -500,7 +500,7 @@ Refer to the [chart documentation for more information on each of these architec | `metrics.enabled` | Enable using a sidecar Prometheus exporter | `false` | | `metrics.image.registry` | MongoDB(®) Prometheus exporter image registry | `docker.io` | | `metrics.image.repository` | MongoDB(®) Prometheus exporter image repository | `bitnami/mongodb-exporter` | -| `metrics.image.tag` | MongoDB(®) Prometheus exporter image tag (immutable tags are recommended) | `0.34.0-debian-11-r18` | +| `metrics.image.tag` | MongoDB(®) Prometheus exporter image tag (immutable tags are recommended) | `0.34.0-debian-11-r19` | | `metrics.image.digest` | MongoDB(®) image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `metrics.image.pullPolicy` | MongoDB(®) Prometheus exporter image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | diff --git a/bitnami/mongodb/values.yaml b/bitnami/mongodb/values.yaml index d23adf7da5..ed66cb86a4 100644 --- a/bitnami/mongodb/values.yaml +++ b/bitnami/mongodb/values.yaml @@ -106,7 +106,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/mongodb - tag: 6.0.2-debian-11-r0 + tag: 6.0.2-debian-11-r1 digest: "" ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -1834,7 +1834,7 @@ metrics: image: registry: docker.io repository: bitnami/mongodb-exporter - tag: 0.34.0-debian-11-r18 + tag: 0.34.0-debian-11-r19 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.