diff --git a/stable/mongodb/Chart.yaml b/stable/mongodb/Chart.yaml index ed63fc3ebb..0fbb4d8f34 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mongodb -version: 7.2.6 +version: 7.2.7 appVersion: 4.0.12 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/values-production.yaml b/stable/mongodb/values-production.yaml index f6c4de4750..ee00ce0fb0 100644 --- a/stable/mongodb/values-production.yaml +++ b/stable/mongodb/values-production.yaml @@ -18,7 +18,7 @@ image: ## Bitnami MongoDB image tag ## ref: https://hub.docker.com/r/bitnami/mongodb/tags/ ## - tag: 4.0.12-debian-9-r5 + tag: 4.0.12-debian-9-r22 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## @@ -376,7 +376,7 @@ metrics: image: registry: docker.io repository: bitnami/mongodb-exporter - tag: 0.8.0-debian-9-r4 + tag: 0.9.0-debian-9-r2 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 652781e4f0..04064b5ea1 100644 --- a/stable/mongodb/values.yaml +++ b/stable/mongodb/values.yaml @@ -18,7 +18,7 @@ image: ## Bitnami MongoDB image tag ## ref: https://hub.docker.com/r/bitnami/mongodb/tags/ ## - tag: 4.0.12-debian-9-r5 + tag: 4.0.12-debian-9-r22 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## @@ -378,7 +378,7 @@ metrics: image: registry: docker.io repository: bitnami/mongodb-exporter - tag: 0.8.0-debian-9-r4 + tag: 0.9.0-debian-9-r2 pullPolicy: Always ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.