Update missed refs to tiller 2.12.1

Update tiller version refs missed in the initial uplift [0].

[0]: https://review.openstack.org/#/c/630325/

Change-Id: I891d1a7ddcecdd25f0bdc5a95dc5301e79c7714c
This commit is contained in:
Sean Eagan 2019-01-28 14:36:57 -06:00
parent 52f29ddf73
commit f54e316ddc
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 {