From ab5edcb332d179af70910d9bb7ef59a44236a8df Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Wed, 11 Oct 2023 02:53:58 +0000 Subject: [PATCH] test: fix verify-helm-chart failure --- hack/verify-helm-chart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/verify-helm-chart.sh b/hack/verify-helm-chart.sh index fff8b0b9d1..a0b496815b 100755 --- a/hack/verify-helm-chart.sh +++ b/hack/verify-helm-chart.sh @@ -58,7 +58,7 @@ if [[ -z "$(command -v jq)" ]]; then fi # install yq -pip install --ignore-installed --require-hashes -r ${PKG_ROOT}/hack/requirements.txt +pip install --break-system-packages --ignore-installed --require-hashes -r ${PKG_ROOT}/hack/requirements.txt # Extract images from csi-azurefile-controller.yaml expected_csi_provisioner_image="$(cat ${PKG_ROOT}/deploy/csi-azurefile-controller.yaml | yq -r .spec.template.spec.containers[0].image | head -n 1)"