diff --git a/incubator/istio/Chart.yaml b/incubator/istio/Chart.yaml index 81771d23d8..f84257574d 100644 --- a/incubator/istio/Chart.yaml +++ b/incubator/istio/Chart.yaml @@ -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 diff --git a/incubator/istio/README.md b/incubator/istio/README.md index f401d463ca..c36786f941 100644 --- a/incubator/istio/README.md +++ b/incubator/istio/README.md @@ -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..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 ```