Update Helm to version 2.12.1

This updates Helm from version 2.11.0 to 2.12.1

Change-Id: I9bc37c330b068388df9840eb84dfb12e2536c173
This commit is contained in:
Steve Wilkerson 2019-01-23 13:07:26 -06:00
parent 032740957e
commit 9bb603ed0c
5 changed files with 5 additions and 5 deletions
roles
build-helm-packages/defaults
build-images/defaults
tiller
tools
deployment/common
images/kubeadm-aio

@ -13,6 +13,6 @@
# limitations under the License.
version:
helm: v2.11.0
helm: v2.12.1
url:
google_helm_repo: https://storage.googleapis.com/kubernetes-helm

@ -14,7 +14,7 @@
version:
kubernetes: v1.10.9
helm: v2.11.0
helm: v2.12.1
cni: v0.6.0
proxy:

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

@ -15,7 +15,7 @@
# under the License.
set -xe
: ${HELM_VERSION:="v2.11.0"}
: ${HELM_VERSION:="v2.12.1"}
: ${KUBE_VERSION:="v1.12.2"}
: ${MINIKUBE_VERSION:="v0.30.0"}
: ${CALICO_VERSION:="v3.3"}

@ -43,7 +43,7 @@ ENV CNI_VERSION ${CNI_VERSION}
ARG CNI_REPO_URL=https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION
ENV CNI_REPO_URL ${CNI_REPO_URL}
ARG HELM_VERSION="v2.11.0"
ARG HELM_VERSION="v2.12.1"
ENV HELM_VERSION ${HELM_VERSION}
ARG CHARTS="calico,flannel,tiller,kube-dns,kubernetes-keystone-webhook"