Skip to content

Commit

Permalink
prow.sh: update snapshotter version
Browse files Browse the repository at this point in the history
The right snapshotter for Kubernetes 1.22 is v4.0.0.
  • Loading branch information
pohly committed Aug 5, 2022
1 parent 7577454 commit 70915a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ default_csi_snapshotter_version () {
if [ "${CSI_PROW_KUBERNETES_VERSION}" = "latest" ] || [ "${CSI_PROW_DRIVER_CANARY}" = "canary" ]; then
echo "master"
else
echo "v3.0.2"
echo "v4.0.0"
fi
}
configvar CSI_SNAPSHOTTER_VERSION "$(default_csi_snapshotter_version)" "external-snapshotter version tag"
Expand Down

0 comments on commit 70915a8

Please sign in to comment.