Helm 3: Fix Job labels

See the dependency below for details.

Depends-On: https://review.opendev.org/c/openstack/openstack-helm-infra/+/811826
Change-Id: Ief389685f2cb761ce08049ca621676250bf68201
This commit is contained in:
Sean Eagan 2021-10-01 15:41:16 -05:00
parent 51081100d7
commit 87069a3ff1

View File

@ -22,7 +22,7 @@ HELM=${1}
HELM_PIDFILE=${2}
SERVE_DIR=$(mktemp -d)
HTK_STABLE_COMMIT=${HTK_COMMIT:-"4fe6212dad6e3f07d43122485d60ab8f38642293"}
HTK_STABLE_COMMIT=${HTK_COMMIT:-"b1a247e7f54ab12d830ab74f7634457b4e43f3ef"}
${HELM} init --client-only --skip-refresh --stable-repo-url "https://charts.helm.sh/stable"