From 294980dfa9dc497a19dcbc170acefd0c52862947 Mon Sep 17 00:00:00 2001 From: Phil Sphicas Date: Tue, 28 Jul 2020 16:19:53 +0000 Subject: [PATCH] Update HTK stable commit Update helm-toolkit stable commit to merge of this change: https://review.opendev.org/#/c/734702/ Change-Id: I770334c5a2ca58980d6eae013150e0f8127f22cf --- tools/helm_tk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/helm_tk.sh b/tools/helm_tk.sh index 6b36b3e..d3c739e 100755 --- a/tools/helm_tk.sh +++ b/tools/helm_tk.sh @@ -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:-"200b5e902b3a176fbfbe669b6a10a254c9b50f5d"} +HTK_STABLE_COMMIT=${HTK_COMMIT:-"4fe6212dad6e3f07d43122485d60ab8f38642293"} DEP_UP_LIST=${DEP_UP_LIST:-"maas"} if [[ ! -z $(echo $http_proxy) ]]