Upgrade Tiller version for k8s 1.16

Upgrade Tiller to v2.16.0

Change-Id: I1d017a90d0a7fb52c543777f56482767df00d832
This commit is contained in:
Samuel Pilla 2019-11-26 09:16:32 -06:00
parent 782a3c0c8e
commit 88b2db8588
2 changed files with 2 additions and 2 deletions

View File

@ -965,7 +965,7 @@ data:
ks_endpoints: docker.io/openstackhelm/heat:newton
ks_service: docker.io/openstackhelm/heat:newton
ks_user: docker.io/openstackhelm/heat:newton
tiller: gcr.io/kubernetes-helm/tiller:v2.14.1
tiller: gcr.io/kubernetes-helm/tiller:v2.16.0
barbican:
barbican_api: docker.io/openstackhelm/barbican:ocata-ubuntu_xenial
barbican_db_sync: docker.io/openstackhelm/barbican:ocata-ubuntu_xenial

View File

@ -19,7 +19,7 @@ set -xe
CURRENT_DIR="$(pwd)"
: "${INSTALL_PATH:="../"}"
: "${OSH_INFRA_COMMIT:="8ba46703ee9fab0115e4b7f62ea43e0798c36872"}"
: "${OSH_INFRA_COMMIT:="992e82fc1dbcca989f171b7679cee96a924259de"}"
: "${CLONE_ARMADA:=true}"
: "${CLONE_DECKHAND:=true}"
: "${CLONE_SHIPYARD:=true}"