Skip to content

Commit d153594

Browse files
committed
fix: v1.9.0 chart
1 parent ae5f461 commit d153594

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-4 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: latest
2+
appVersion: v1.9.0
33
description: Azure disk Container Storage Interface (CSI) Storage Plugin
44
name: azuredisk-csi-driver
55
version: v1.9.0

hack/verify-helm-chart.sh

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

5151
# jq-equivalent for yaml
52-
pip install yq
52+
pip install yq --ignore-installed PyYAML
5353

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

0 commit comments

Comments
 (0)