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