mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user