From 1dee9c7d77bbb0763ca5ca489aba5bab378db21c Mon Sep 17 00:00:00 2001 From: Phil Sphicas Date: Mon, 18 Oct 2021 11:50:15 -0700 Subject: [PATCH] Update HTK stable commit (Ingress) Update helm-toolkit to include updated Ingress templates that use current API versions (i.e. networking.k8s.io/v1) https://review.opendev.org/c/openstack/openstack-helm-infra/+/813115 Change-Id: Iaee8e2a597a43f2391ff6b73bdaa9804155e48ed --- 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 4c2d2cfa..a0b7c8d4 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:-"b1a247e7f54ab12d830ab74f7634457b4e43f3ef"} +HTK_STABLE_COMMIT=${HTK_COMMIT:-"f4972121bcb41c8d74748917804d2b239ab757f9"} DEP_UP_LIST=${DEP_UP_LIST:-"drydock"} BUILD_DIR=${BUILD_DIR:-$(mktemp -d)}