diff --git a/stable/mongodb/Chart.yaml b/stable/mongodb/Chart.yaml index 64a4884326..81af84feb4 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mongodb -version: 7.8.2 +version: 7.8.3 appVersion: 4.2.3 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. keywords: diff --git a/stable/mongodb/README.md b/stable/mongodb/README.md index 60ae1c6a00..adb40ef208 100644 --- a/stable/mongodb/README.md +++ b/stable/mongodb/README.md @@ -63,7 +63,7 @@ The following table lists the configurable parameters of the MongoDB chart and t | `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` | | `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` | | `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/minideb` | -| `volumePermissions.image.tag` | Init container volume-permissions image tag | `stretch` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `buster` | | `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `Always` | | `volumePermissions.resources` | Init container resource requests/limit | `nil` | | `clusterDomain` | Default Kubernetes cluster domain | `cluster.local` | diff --git a/stable/mongodb/values-production.yaml b/stable/mongodb/values-production.yaml index 6bc9e621bb..0f876a6edb 100644 --- a/stable/mongodb/values-production.yaml +++ b/stable/mongodb/values-production.yaml @@ -54,7 +54,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/minideb - tag: stretch + tag: buster pullPolicy: Always ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/stable/mongodb/values.yaml b/stable/mongodb/values.yaml index 1d15f9c565..1b9091a02c 100644 --- a/stable/mongodb/values.yaml +++ b/stable/mongodb/values.yaml @@ -51,7 +51,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/minideb - tag: stretch + tag: buster pullPolicy: Always ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.