From 994e133754719e645ac99b9e2eb0ae179f89e703 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 18 Dec 2017 20:13:35 +0000 Subject: [PATCH] [stable/mongodb] Release 0.4.21 (#3073) * mongodb: update to `bitnami/mongodb:3.6.0-r1` * mongodb: bump chart version to `0.4.21` --- 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 6309ad9594..cdd54b673b 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,5 +1,5 @@ name: mongodb -version: 0.4.20 +version: 0.4.21 appVersion: 3.6.0 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.yaml b/stable/mongodb/values.yaml index 968edc2da0..1d48627b9c 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.6.0-r0 +image: bitnami/mongodb:3.6.0-r1 ## Specify a imagePullPolicy ## 'Always' if imageTag is 'latest', else set to 'IfNotPresent'