Skip to content

Commit 3020ac7

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
test: fix verify-helm-chart failure
1 parent bc58abe commit 3020ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-helm-chart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if [[ -z "$(command -v jq)" ]]; then
5858
fi
5959

6060
# jq-equivalent for yaml
61-
pip install yq --ignore-installed PyYAML
61+
pip install yq --break-system-packages --ignore-installed PyYAML
6262

6363
# Extract images from csi-blob-controller.yaml
6464
expected_csi_provisioner_image="$(cat ${PKG_ROOT}/deploy/csi-blob-controller.yaml | yq -r .spec.template.spec.containers[0].image | head -n 1)"

0 commit comments

Comments
 (0)