From 2f3d324cf30b6e9eb6dfe3c78a37a82ebc358cd0 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 8 Aug 2017 22:43:28 +0530 Subject: [PATCH] [stable/mongodb] Release 0.4.13 (#1642) * mongodb: update to `bitnami/mongodb:3.4.7-r0` * mongodb: bump chart appVersion to `3.4.7` * mongodb: bump chart version to `0.4.13` --- 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 503dfbfdbc..57d0b5a3eb 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,6 +1,6 @@ name: mongodb -version: 0.4.12 -appVersion: 3.4.6 +version: 0.4.13 +appVersion: 3.4.7 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 f3dae99516..674dd84423 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.6-r0 +image: bitnami/mongodb:3.4.7-r0 ## Specify a imagePullPolicy ## 'Always' if imageTag is 'latest', else set to 'IfNotPresent'