Skip to content

Commit

Permalink
test: fix helm chart test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Oct 18, 2023
1 parent 883b17a commit 699cd87
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

# jq-equivalent for yaml
pip install yq --ignore-installed PyYAML
pip install yq --break-system-packages --ignore-installed PyYAML

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

0 comments on commit 699cd87

Please sign in to comment.