Merge "[helm-toolkit] Update to latest helm-toolkit"

This commit is contained in:
Zuul 2022-09-26 21:12:02 +00:00 committed by Gerrit Code Review
commit 34ac308ff2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
set -eux
HTK_REPO=${HTK_REPO:-"https://opendev.org/openstack/openstack-helm-infra.git"}
HTK_STABLE_COMMIT=${HTK_COMMIT:-"f4972121bcb41c8d74748917804d2b239ab757f9"}
HTK_STABLE_COMMIT=${HTK_COMMIT:-"5c4056ad341afcc577e63902b6ddbfb222d757e1"}
TMP_DIR=$(mktemp -d)