Merge "Update missed refs to tiller 2.12.1"

This commit is contained in:
Zuul 2019-02-04 20:28:16 +00:00 committed by Gerrit Code Review
commit 03dd1f27c1
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ dependencies:
images:
tags:
tiller: gcr.io/kubernetes-helm/tiller:v2.10.0
tiller: gcr.io/kubernetes-helm/tiller:v2.12.1
pull_policy: "IfNotPresent"
local_registry:
# NOTE(portdirect): this tiller chart does not support image pulling

View File

@ -17,7 +17,7 @@
set -x
HELM=$1
HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://storage.googleapis.com/kubernetes-helm/helm-v2.10.0-linux-amd64.tar.gz"}
HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://storage.googleapis.com/kubernetes-helm/helm-v2.12.1-linux-amd64.tar.gz"}
function install_helm_binary {