From 328e15ac6464f6164bfa90550c8603e99b1d2ef5 Mon Sep 17 00:00:00 2001 From: Roy Hvaara Date: Sun, 25 Feb 2018 20:45:44 +0100 Subject: [PATCH] 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 --- stable/cockroachdb/Chart.yaml | 2 +- stable/cockroachdb/README.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/stable/cockroachdb/Chart.yaml b/stable/cockroachdb/Chart.yaml index a1feb40984..25d3f92107 100755 --- a/stable/cockroachdb/Chart.yaml +++ b/stable/cockroachdb/Chart.yaml @@ -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 diff --git a/stable/cockroachdb/README.md b/stable/cockroachdb/README.md index 21fb25c92f..54628eb906 100644 --- a/stable/cockroachdb/README.md +++ b/stable/cockroachdb/README.md @@ -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)