From 5609bbef263da760107b1baad43189ca78dbd7cf Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 3 Sep 2019 07:52:27 +0200 Subject: [PATCH] [stable/mongodb] Release 7.2.7 updating components versions (#16790) Signed-off-by: Bitnami Containers --- stable/mongodb/Chart.yaml | 2 +- stable/mongodb/values-production.yaml | 4 ++-- stable/mongodb/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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.