Upversion tiller to align with helm 2.11.0

As part of helm upversion from 2.9.0 to 2.11.0
the tiller docker image for 2.11.0 should also
be updated to align with it.

Story: 2002843
Task: 26751
Depends-On: I5afb5847204c62214689f9e246a4c9c0ddaf02b7
Change-Id: Iba89f89c9689579703354a77cafea33705c3b35d
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
This commit is contained in:
Al Bailey 2018-10-11 16:18:43 -05:00
parent b98b509ea2
commit 9e1dac5ff9
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
SRC_DIR="src"
TIS_PATCH_VER=67
TIS_PATCH_VER=68

View File

@ -9,7 +9,7 @@ class platform::helm
Class['::platform::kubernetes::master'] ->
exec { "load tiller docker image":
command => "docker image pull gcr.io/kubernetes-helm/tiller:v2.9.1",
command => "docker image pull gcr.io/kubernetes-helm/tiller:v2.11.0",
logoutput => true,
} ->