From cc9675bd4581224c0a6fab2a9bb1185ff3de9b63 Mon Sep 17 00:00:00 2001 From: Ahmed Sabbour <103856+sabbour@users.noreply.github.com> Date: Wed, 2 Jan 2019 23:49:17 -0800 Subject: [PATCH] [stable/mongodb] Fixes Helm install command for MongoDB with a replica set (#10346) * Changing replication.enabled to replicaSet.enabled Signed-off-by: Ahmed Sabbour <103856+sabbour@users.noreply.github.com> * Bumping chart version to 5.0.1 Signed-off-by: Ahmed Sabbour <103856+sabbour@users.noreply.github.com> --- stable/mongodb/Chart.yaml | 2 +- stable/mongodb/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/mongodb/Chart.yaml b/stable/mongodb/Chart.yaml index 9ecd86a495..75f1ec2f96 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,5 +1,5 @@ name: mongodb -version: 5.0.0 +version: 5.0.1 appVersion: 4.0.3 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. keywords: diff --git a/stable/mongodb/README.md b/stable/mongodb/README.md index c719b80467..14e2621148 100644 --- a/stable/mongodb/README.md +++ b/stable/mongodb/README.md @@ -139,7 +139,7 @@ $ helm install --name my-release -f values.yaml stable/mongodb You can start the MongoDB chart in replica set mode with the following command: ```bash -$ helm install --name my-release stable/mongodb --set replication.enabled=true +$ helm install --name my-release stable/mongodb --set replicaSet.enabled=true ``` ## Production settings and horizontal scaling