Update readme to reflect move from incubator to stable for cockroachdb (#3858)

* Update readme to reflect move from incubator to stable for cockroachdb

* Bump chart version

* Update Chart.yaml
This commit is contained in:
Roy Hvaara
2018-02-25 11:45:44 -08:00
committed by k8s-ci-robot
parent 40ff0dbac8
commit 328e15ac64
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: cockroachdb
home: https://www.cockroachlabs.com
version: 0.6.3
version: 0.6.4
appVersion: 1.1.5
description: CockroachDB is a scalable, survivable, strongly-consistent SQL database.
icon: https://raw.githubusercontent.com/cockroachdb/cockroach/master/docs/media/cockroach_db.png
+2 -3
View File
@@ -24,8 +24,7 @@ This chart will do the following:
To install the chart with the release name `my-release`:
```shell
helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator
helm install --name my-release incubator/cockroachdb
helm install --name my-release stable/cockroachdb
```
## Configuration
@@ -58,7 +57,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,
```shell
helm install --name my-release -f values.yaml incubator/cockroachdb
helm install --name my-release -f values.yaml stable/cockroachdb
```
> **Tip**: You can use the default [values.yaml](values.yaml)