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