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