From 5af7079b889b277a475972da784a127acfc8a528 Mon Sep 17 00:00:00 2001 From: Tomas Pizarro Date: Thu, 3 May 2018 16:43:51 +0200 Subject: [PATCH] [stable/mongo] Use stable mongodb version in the chart (#5375) --- 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 0b87acfef7..647c9a6e07 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,6 +1,6 @@ name: mongodb -version: 2.0.3 -appVersion: 3.7.3 +version: 2.0.4 +appVersion: 3.6.4 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 9f8de36831..2ca6faebb5 100644 --- a/stable/mongodb/values.yaml +++ b/stable/mongodb/values.yaml @@ -4,7 +4,7 @@ image: registry: docker.io repository: bitnami/mongodb - tag: 3.7.3 + tag: 3.6.4 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images