Fix version of Tiller used in sidecar

Version of Tiller used in the sidecar for the Armada pod is out of date
with the version that Armada needs

Change-Id: Ibd698ca4ca9216df2035dc64a9883066d9389589
This commit is contained in:
Michael Beaver 2019-04-02 09:37:29 -05:00
parent 37249f3492
commit 26e3ac7686
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ images:
ks_service: 'docker.io/openstackhelm/heat:newton'
ks_user: 'docker.io/openstackhelm/heat:newton'
image_repo_sync: docker.io/docker:17.07.0
tiller: gcr.io/kubernetes-helm/tiller:v2.12.1
tiller: gcr.io/kubernetes-helm/tiller:v2.13.1
pull_policy: "IfNotPresent"
local_registry:
active: false