From 1a9eb6d7f468901eb1f979023f73a84d7a46cd34 Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Mon, 21 Oct 2019 14:52:26 +0000 Subject: [PATCH] tools: Move helm-toolkit pin to latest commit This change updates the helm-toolkit version used to build the Drydock chart in order to introduce a change that removes use of the echo binary from the Kubernetes entrypoint init container [0]. This is required in order to use the new Kubernetes entrypoint image, which does not include the binary. [0] https://review.opendev.org/688435 Change-Id: I3c291367541aca9d2d8f2a7c3c0600d9d9efb84f Signed-off-by: Drew Walters --- 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 ec54939d..17d2b8cb 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:-"8314c530305a7a14cbf72bf0c2e873e0d01c595c"} DEP_UP_LIST=${DEP_UP_LIST:-"drydock"} BUILD_DIR=${BUILD_DIR:-$(mktemp -d)}