[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:
parent
97da3c59da
commit
992777390f
@ -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) ]]
|
||||
|
Loading…
Reference in New Issue
Block a user