From 69111f18ee8d2ba8b8d0ac8379011bdb09ef8abb Mon Sep 17 00:00:00 2001 From: Mike Splain Date: Fri, 18 Nov 2016 13:49:14 -0500 Subject: [PATCH] Update docs for charts moved to stable (#218) --- stable/factorio/README.md | 6 +++--- stable/prometheus/README.md | 8 ++++---- stable/spark/README.md | 5 ++--- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/stable/factorio/README.md b/stable/factorio/README.md index d4b7181ecc..1695c6ac43 100644 --- a/stable/factorio/README.md +++ b/stable/factorio/README.md @@ -22,7 +22,7 @@ You need not worry about this on Google Cloud Platform. To install the chart with the release name `my-release`: ```bash -$ helm install --name my-release incubator/factorio +$ helm install --name my-release stable/factorio ``` This command deploys a Factorio dedicated server with sane defaults. @@ -48,7 +48,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm ```bash $ helm install --name my-release \ --set factorioServer.factorioServer=My Server,ImageTag=0.14.15 \ - incubator/factorio + stable/factorio ``` The above command deploys Factorio dedicated with a server name of `My Server` and docker-factorio image version `0.14.15`. @@ -56,7 +56,7 @@ The above command deploys Factorio dedicated with a server name of `My Server` a 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/factorio +$ helm install --name my-release -f values.yaml stable/factorio ``` > **Tip**: You can use the default [values.yaml](values.yaml) diff --git a/stable/prometheus/README.md b/stable/prometheus/README.md index 4a05422315..be5e9451b4 100644 --- a/stable/prometheus/README.md +++ b/stable/prometheus/README.md @@ -5,7 +5,7 @@ ## TL;DR; ```console -$ helm install incubator/prometheus +$ helm install stable/prometheus ``` ## Introduction @@ -21,7 +21,7 @@ This chart bootstraps a [Prometheus](https://prometheus.io/) deployment on a [Ku To install the chart with the release name `my-release`: ```console -$ helm install --name my-release incubator/prometheus +$ helm install --name my-release stable/prometheus ``` The command deploys Prometheus on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -85,13 +85,13 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm ```console $ helm install --name my-release \ --set server.storageLocalPath=/prometheus \ - incubator/prometheus + stable/prometheus ``` Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, ```console -$ helm install --name my-release -f values.yaml incubator/prometheus +$ helm install --name my-release -f values.yaml stable/prometheus ``` > **Tip**: You can use the default [values.yaml](values.yaml) diff --git a/stable/spark/README.md b/stable/spark/README.md index 7a909c69f2..2c8bf22e98 100644 --- a/stable/spark/README.md +++ b/stable/spark/README.md @@ -24,8 +24,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/spark +$ helm install --name my-release stable/spark ``` ## Configuration @@ -93,7 +92,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/spark +$ helm install --name my-release -f values.yaml stable/spark ``` > **Tip**: You can use the default [values.yaml](values.yaml)