Update README.md (#2411)

* Update README.md

* Updating chart version
This commit is contained in:
Matt Farina
2017-11-09 10:48:25 -05:00
parent f703ca6754
commit 78a07fb8e5
2 changed files with 2 additions and 2 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-chart5
version: 0.2.7-chart6
appVersion: 0.2.7
home: https://istio.io/
icon: https://raw.githubusercontent.com/istio/istio.github.io/master/favicons/mstile-150x150.png
+1 -1
View File
@@ -5,7 +5,7 @@
## TL;DR;
```console
$ helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator
$ helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com
$ helm install incubator/istio
```