Updated README for istio. (#2439)

* Incrementing chart version
* Updated README for istio.
This commit is contained in:
Guangya Liu
2017-11-16 10:07:51 -05:00
committed by Matt Farina
parent c7dd66841c
commit ea7406c0dc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ description: Istio Helm chart for Kubernetes
name: istio
# To avoid confusion the helm chart version stays in sync with the istio version - DO NOT UNSYNC -- ldemailly@google.com
# https://github.com/kubernetes/charts/issues/1501
version: 0.2.7-chart6
version: 0.2.7-chart7
appVersion: 0.2.7
home: https://istio.io/
icon: https://raw.githubusercontent.com/istio/istio.github.io/master/favicons/mstile-150x150.png
+2 -2
View File
@@ -115,7 +115,7 @@ Parameter | Description | Default
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```console
$ helm install stable/istio --name my-release \
$ helm install incubator/istio --name my-release \
--set auth.enabled=false
```
@@ -148,5 +148,5 @@ These addons can be selectively installed by setting `addons.<addon-name>.enable
If you are running a Kubernetes 1.7+ and have the Initializers api enabled you may choose to enable the Initializer to be installed. See the [docs](https://kubernetes.io/docs/admin/extensible-admission-controllers/) on how to enable.
```console
helm install --name istio . --namespace istio-system --set istio.install=true,initializer.enabled=true
helm install --name my-release --devel incubator/istio --namespace istio-system --set istio.install=true,initializer.enabled=true
```