From a47ef05e63e95264c490bf0654398c4ce176ced0 Mon Sep 17 00:00:00 2001 From: Michael Venezia Date: Wed, 28 Jun 2017 06:01:06 -0400 Subject: [PATCH] Fixing instructions to install chart (#1386) --- stable/mongodb-replicaset/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/mongodb-replicaset/README.md b/stable/mongodb-replicaset/README.md index d8950f926d..996397130f 100644 --- a/stable/mongodb-replicaset/README.md +++ b/stable/mongodb-replicaset/README.md @@ -20,8 +20,8 @@ using Kubernetes StatefulSets and Init Containers. To install the chart with the release name `my-release`: ```console -$ helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator -$ helm install --name my-release incubator/mongodb-replicaset +$ helm repo add stable https://kubernetes-charts.storage.googleapis.com/ +$ helm install --name my-release stable/mongodb-replicaset ``` ## Configuration