mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Change references to incubator (#934)
Switch all references to incubator over to stable.
This commit is contained in:
committed by
Vic Iglesias
parent
517cd32c7c
commit
af187c6c00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user