From d993a46e798c62df091d9dd0fec973020e7115d9 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 15 Oct 2019 08:45:52 +0200 Subject: [PATCH] [stable/mongodb] Release 7.3.2 updating components versions (#17965) Signed-off-by: Bitnami Containers --- stable/mongodb/Chart.yaml | 4 ++-- stable/mongodb/values-production.yaml | 4 ++-- stable/mongodb/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stable/mongodb/Chart.yaml b/stable/mongodb/Chart.yaml index a2b31c41df..cd805a3499 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: mongodb -version: 7.3.1 -appVersion: 4.0.12 +version: 7.3.2 +appVersion: 4.0.13 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. keywords: - mongodb diff --git a/stable/mongodb/values-production.yaml b/stable/mongodb/values-production.yaml index c2a46a0480..c310355d95 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-r43 + tag: 4.0.13-debian-9-r0 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## @@ -384,7 +384,7 @@ metrics: image: registry: docker.io repository: bitnami/mongodb-exporter - tag: 0.10.0-debian-9-r2 + tag: 0.10.0-debian-9-r24 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 9b7a269d90..f0a327b126 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-r43 + tag: 4.0.13-debian-9-r0 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## @@ -386,7 +386,7 @@ metrics: image: registry: docker.io repository: bitnami/mongodb-exporter - tag: 0.10.0-debian-9-r2 + tag: 0.10.0-debian-9-r24 pullPolicy: Always ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.