Update helm to v2.9.1

This patchset updates helm version to v2.9.1.

Change-Id: I438142cd9649749933fbe7153d149e7d0b0a5537
Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
Tin Lam 2018-05-17 21:43:22 -05:00
parent 3f6673919f
commit b80d9146d1
4 changed files with 4 additions and 4 deletions

View File

@ -13,4 +13,4 @@
# limitations under the License.
version:
helm: v2.8.2
helm: v2.9.1

View File

@ -14,7 +14,7 @@
version:
kubernetes: v1.10.2
helm: v2.8.2
helm: v2.9.1
cni: v0.6.0
proxy:

View File

@ -26,7 +26,7 @@ release_group: null
images:
tags:
tiller: gcr.io/kubernetes-helm/tiller:v2.8.2
tiller: gcr.io/kubernetes-helm/tiller:v2.9.1
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
image_repo_sync: docker.io/docker:17.07.0
pull_policy: IfNotPresent

View File

@ -34,7 +34,7 @@ ENV KUBE_VERSION ${KUBE_VERSION}
ARG CNI_VERSION="v0.6.0"
ENV CNI_VERSION ${CNI_VERSION}
ARG HELM_VERSION="v2.8.2"
ARG HELM_VERSION="v2.9.1"
ENV HELM_VERSION ${HELM_VERSION}
ARG CHARTS="calico,flannel,tiller,kube-dns,kubernetes-keystone-webhook"