mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/mongodb-replicaset] Upgrade to MongoDB 3.6 (#3897)
* Upgrade MongoDB to 3.6 * Bump version.
This commit is contained in:
committed by
k8s-ci-robot
parent
307d6cc8c2
commit
ca6136ebb1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user