Change references to incubator (#934)

Switch all references to incubator over to stable.
This commit is contained in:
Ashley Penney
2017-05-31 22:23:32 -07:00
committed by Vic Iglesias
parent 517cd32c7c
commit af187c6c00
+2 -3
View File
@@ -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)