Skip to content

Commit

Permalink
Merge pull request #2005 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…2001-to-release-1.26

[release-1.26] test: fix verify-helm-chart failure
  • Loading branch information
andyzhangx committed Oct 11, 2023
2 parents 846e0e6 + da2a387 commit abde404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify-helm-chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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-azuredisk-controller.yaml
expected_csi_provisioner_image="$(cat ${PKG_ROOT}/deploy/csi-azuredisk-controller.yaml | yq -r .spec.template.spec.containers[0].image | head -n 1)"
Expand Down

0 comments on commit abde404

Please sign in to comment.