From 7bfb48db43f8d5930fb46170e939faaa3e27b10c Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Wed, 13 Mar 2019 14:34:34 +0000 Subject: [PATCH] Update helm-toolkit pin This pins the version of helm-toolkit used during the build process to a compatible version. This should be updated to master once helm 2.13.1 releases with this fix [0]. [0]: https://github.com/helm/helm/pull/5411 Change-Id: I8f273b96e35e66479e62dd2c7f362fd10c1e3bff --- 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 585c21f..2e6f0c2 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:-"2fce7e821201a5f578331370703e164d5a932fcc"} +HTK_STABLE_COMMIT=${HTK_COMMIT:-"d6996b8004db35acad7d51412b0b3216189e745f"} BUILD_DIR=${BUILD_DIR:-$(mktemp -d)} DEP_UP_LIST=${DEP_UP_LIST:-"divingbell"}