diff --git a/stable/mongodb-replicaset/Chart.yaml b/stable/mongodb-replicaset/Chart.yaml index d35d612b79..83d412081a 100644 --- a/stable/mongodb-replicaset/Chart.yaml +++ b/stable/mongodb-replicaset/Chart.yaml @@ -1,6 +1,6 @@ name: mongodb-replicaset home: https://github.com/mongodb/mongo -version: 2.1.1 +version: 2.1.2 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 be6f52edd0..5e8962acd8 100644 --- a/stable/mongodb-replicaset/values.yaml +++ b/stable/mongodb-replicaset/values.yaml @@ -61,8 +61,8 @@ tls: # $ openssl req -x509 -new -nodes -key ca.key -days 10000 -out ca.crt -subj "/CN=mydomain.com" # After that you can base64 encode it and paste it here: # $ cat ca.key | base64 -w0 - # cacert: - # cakey: + # cacert: + # cakey: # Entries for the MongoDB config file configmap: @@ -71,13 +71,13 @@ configmap: net: port: 27017 # Uncomment for TLS support - #ssl: - # mode: requireSSL - # CAFile: /ca/tls.crt - # PEMKeyFile: /work-dir/mongo.pem + # ssl: + # mode: requireSSL + # CAFile: /ca/tls.crt + # PEMKeyFile: /work-dir/mongo.pem replication: replSetName: rs0 # Uncomment for TLS support or keyfile access control without TLS - #security: - # authorization: enabled - # keyFile: /keydir/key.txt + # security: + # authorization: enabled + # keyFile: /keydir/key.txt