[FIX] Change Helm-toolkit pinning to new commit

This PS pins version of Helm-toolkit to support recent
changes made in deckhand charts to support DB initialization [0]

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

Change-Id: Ie8f218f780d6029bfc87937a971f342fa3968dc6
This commit is contained in:
Nishant Kumar 2019-03-12 20:27:45 +00:00
parent 97da3c59da
commit 992777390f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
HELM=$1
HTK_REPO=${HTK_REPO:-"https://github.com/openstack/openstack-helm-infra"}
HTK_PATH=${HTK_PATH:-""}
HTK_STABLE_COMMIT=${HTK_COMMIT:-"2fce7e821201a5f578331370703e164d5a932fcc"}
HTK_STABLE_COMMIT=${HTK_COMMIT:-"7f21b85128ea4e6e64998b916f065c3100f5c4f7"}
BUILD_DIR=${BUILD_DIR:-$(mktemp -d)}
if [[ ! -z $(echo $http_proxy) ]]