From f796a4ee88ee2246d6594684dd324e66dc622c2d Mon Sep 17 00:00:00 2001 From: Ayrat KHAYRETDINOV Date: Thu, 17 Aug 2017 01:24:00 -0400 Subject: [PATCH] Updated helm install command as it was pointing to mongo incubator (#1759) [mongodb-replicaset] Updated doc with correct helm install command --- stable/mongodb-replicaset/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/mongodb-replicaset/README.md b/stable/mongodb-replicaset/README.md index 8ae7a86d80..f0e6c34e8b 100644 --- a/stable/mongodb-replicaset/README.md +++ b/stable/mongodb-replicaset/README.md @@ -75,7 +75,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -$ helm install --name my-release -f values.yaml incubator/mongodb-replicaset +$ helm install --name my-release -f values.yaml stable/mongodb-replicaset ``` > **Tip**: You can use the default [values.yaml](values.yaml)