From 312ae1ff8692deb2be950ff18d62f44af6e8540e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 30 Oct 2017 13:43:01 +0000 Subject: [PATCH] [stable/mongodb] Release 0.4.18 (#2596) * mongodb: update to `bitnami/mongodb:3.4.10-r0` * mongodb: bump chart appVersion to `3.4.10` * mongodb: bump chart version to `0.4.18` --- stable/mongodb/Chart.yaml | 4 ++-- stable/mongodb/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/mongodb/Chart.yaml b/stable/mongodb/Chart.yaml index f44f6c60d7..c0d9e96ab7 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,6 +1,6 @@ name: mongodb -version: 0.4.17 -appVersion: 3.4.9 +version: 0.4.18 +appVersion: 3.4.10 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.yaml b/stable/mongodb/values.yaml index 6970bf7b8d..294a3efce3 100644 --- a/stable/mongodb/values.yaml +++ b/stable/mongodb/values.yaml @@ -1,7 +1,7 @@ ## Bitnami MongoDB image version ## ref: https://hub.docker.com/r/bitnami/mongodb/tags/ ## -image: bitnami/mongodb:3.4.9-r1 +image: bitnami/mongodb:3.4.10-r0 ## Specify a imagePullPolicy ## 'Always' if imageTag is 'latest', else set to 'IfNotPresent'