From 7c432fdcb44f57f6651f4aef2e56d6644d1eaf7b Mon Sep 17 00:00:00 2001 From: Phil Sphicas Date: Mon, 18 Oct 2021 11:49:55 -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: I3cb054714f17d462550c89d15e3eb0ec2011177c --- 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 a305bfec..34a0aa9d 100755 --- a/tools/helm_tk.sh +++ b/tools/helm_tk.sh @@ -17,7 +17,7 @@ set -eux HTK_REPO=${HTK_REPO:-"https://opendev.org/openstack/openstack-helm-infra.git"} -HTK_STABLE_COMMIT=${HTK_COMMIT:-"b1a247e7f54ab12d830ab74f7634457b4e43f3ef"} +HTK_STABLE_COMMIT=${HTK_COMMIT:-"f4972121bcb41c8d74748917804d2b239ab757f9"} TMP_DIR=$(mktemp -d)