From 78315ae50978ce5b90d54fcc86784a4d12abca0f Mon Sep 17 00:00:00 2001 From: "Anselme, Schubert (sa246v)" Date: Tue, 12 Sep 2023 09:46:16 -0400 Subject: [PATCH] Deprecating the Ingress Class Annotation Upgrading htk to version 0.2.55, which deprecates the ingress class annotation (kubernetes.io/ingress.class) with .spec.ingressClassName https://review.opendev.org/c/openstack/openstack-helm-infra/+/891720 Change-Id: I03f3c5a33f21079492505550c9a5d42570d8506a Signed-off-by: Anselme, Schubert (sa246v) --- 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 72121f0..b25adf0 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:-"5c4056ad341afcc577e63902b6ddbfb222d757e1"} +HTK_STABLE_COMMIT=${HTK_COMMIT:-"51c70e48dff173281a77d374d87af2c49caa6348"} TMP_DIR=$(mktemp -d)