From af187c6c008febfb97a775d67446b70da3d1e96f Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Thu, 1 Jun 2017 01:23:32 -0400 Subject: [PATCH] Change references to incubator (#934) Switch all references to incubator over to stable. --- stable/consul/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/stable/consul/README.md b/stable/consul/README.md index e0d34042f5..beecdf60d1 100644 --- a/stable/consul/README.md +++ b/stable/consul/README.md @@ -17,8 +17,7 @@ This chart will do the following: To install the chart with the release name `my-release`: ```bash -$ helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator -$ helm install --name my-release incubator/consul +$ helm install --name my-release stable/consul ``` ## Configuration @@ -55,7 +54,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, ```bash -$ helm install --name my-release -f values.yaml incubator/consul +$ helm install --name my-release -f values.yaml stable/consul ``` > **Tip**: You can use the default [values.yaml](values.yaml)