diff --git a/stable/mongodb/Chart.yaml b/stable/mongodb/Chart.yaml index 5720e40920..9d9828f9ef 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mongodb -version: 7.6.4 +version: 7.6.5 appVersion: 4.0.14 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 981741b354..7b24dc8c2b 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.14-debian-9-r0 + tag: 4.0.14-debian-9-r24 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## @@ -395,7 +395,7 @@ metrics: image: registry: docker.io repository: bitnami/mongodb-exporter - tag: 0.10.0-debian-9-r77 + tag: 0.10.0-debian-9-r104 pullPolicy: IfNotPresent ## 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 67bd1a1783..e6d33649be 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.14-debian-9-r0 + tag: 4.0.14-debian-9-r24 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## @@ -397,7 +397,7 @@ metrics: image: registry: docker.io repository: bitnami/mongodb-exporter - tag: 0.10.0-debian-9-r77 + tag: 0.10.0-debian-9-r104 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.