From 3f4458690ddb424c075891badd5b76c9884cbb9e Mon Sep 17 00:00:00 2001 From: Phil Sphicas Date: Mon, 18 Oct 2021 11:43:10 -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: I5c4453388418b08a8c8f13fcad574d3afef60e5d --- 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 9aafac08..7fffed44 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"} BUILD_DIR=${BUILD_DIR:-$(mktemp -d)} if [[ ! -z $(echo $http_proxy) ]]