[stable/mongodb-replicaset] Upgrade to MongoDB 3.6 (#3897)

* Upgrade MongoDB to 3.6

* Bump version.
This commit is contained in:
Adam Netočný
2018-02-27 13:33:46 -08:00
committed by k8s-ci-robot
parent 307d6cc8c2
commit ca6136ebb1
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -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
+3 -1
View File
@@ -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