From 962db46114e4f6a06baba0e5eead65483ef71ea3 Mon Sep 17 00:00:00 2001 From: "Ritchie, Frank (fr801x)" Date: Tue, 23 Jan 2024 17:34:07 -0500 Subject: [PATCH] Update helm toolkit reference Update helm toolkit reference Update helm toolkit ref so that ingress will be created with a pathType of Prefix. https: //review.opendev.org/c/openstack/openstack-helm-infra/+/905757 Change-Id: Iccedcd7b15b2da9ed35748af9809def69b7ae6da --- 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 88e175f..b16732d 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:-"ee331fd0d38e3584fecbefbf6218ba0c8e112338"} +HTK_STABLE_COMMIT=${HTK_COMMIT:-"d0c93b5648704b9d9999412d932f8329c80362c0"} TMP_DIR=$(mktemp -d)