From 0ba21d0a8cff05795d69ec53dd1ea1cefa4903ff Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 6 May 2017 04:24:49 +0530 Subject: [PATCH] [stable/mongodb] Release 0.4.10 (#972) * mongodb: update to `bitnami/mongodb:3.4.4-r0` * mongodb: bump chart version to `0.4.10` * mongodb: update to `bitnami/mongodb:3.4.4-r1` --- stable/mongodb/Chart.yaml | 2 +- stable/mongodb/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/mongodb/Chart.yaml b/stable/mongodb/Chart.yaml index d886d773c6..5a76bfaa85 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,5 +1,5 @@ name: mongodb -version: 0.4.9 +version: 0.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 b3316c9119..a883dc06f6 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.3-r0 +image: bitnami/mongodb:3.4.4-r1 ## Specify a imagePullPolicy ## 'Always' if imageTag is 'latest', else set to 'IfNotPresent'