From ca6136ebb1786be5cb34f52cfc7900f39d10753e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Neto=C4=8Dn=C3=BD?= Date: Tue, 27 Feb 2018 22:33:46 +0100 Subject: [PATCH] [stable/mongodb-replicaset] Upgrade to MongoDB 3.6 (#3897) * Upgrade MongoDB to 3.6 * Bump version. --- stable/mongodb-replicaset/Chart.yaml | 4 ++-- stable/mongodb-replicaset/values.yaml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/stable/mongodb-replicaset/Chart.yaml b/stable/mongodb-replicaset/Chart.yaml index b118dc6365..d8866e1ace 100644 --- a/stable/mongodb-replicaset/Chart.yaml +++ b/stable/mongodb-replicaset/Chart.yaml @@ -1,7 +1,7 @@ name: mongodb-replicaset home: https://github.com/mongodb/mongo -version: 2.2.1 -appVersion: 3.4 +version: 2.3.0 +appVersion: 3.6 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. icon: https://webassets.mongodb.com/_com_assets/cms/mongodb-logo-rgb-j6w271g1xn.jpg diff --git a/stable/mongodb-replicaset/values.yaml b/stable/mongodb-replicaset/values.yaml index ac3f973e46..d25e4384f2 100644 --- a/stable/mongodb-replicaset/values.yaml +++ b/stable/mongodb-replicaset/values.yaml @@ -20,7 +20,7 @@ installImage: # Specs for the MongoDB image image: name: mongo - tag: 3.4 + tag: 3.6 pullPolicy: IfNotPresent # Annotations to be added to MongoDB pods @@ -77,6 +77,8 @@ configmap: dbPath: /data/db net: port: 27017 + # For Mongo 3.6 we also need to bind to outside world + bindIpAll: true # Uncomment for TLS support # ssl: # mode: requireSSL