Update docs for charts moved to stable (#218)

This commit is contained in:
Mike Splain
2016-11-18 10:49:14 -08:00
committed by Lachlan Evenson
parent 9edeefe262
commit 69111f18ee
3 changed files with 9 additions and 10 deletions
+3 -3
View File
@@ -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)
+4 -4
View File
@@ -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)
+2 -3
View File
@@ -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)