Skip to content

Commit 70915a8

Browse files
committed
prow.sh: update snapshotter version
The right snapshotter for Kubernetes 1.22 is v4.0.0.
1 parent 7577454 commit 70915a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prow.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ default_csi_snapshotter_version () {
360360
if [ "${CSI_PROW_KUBERNETES_VERSION}" = "latest" ] || [ "${CSI_PROW_DRIVER_CANARY}" = "canary" ]; then
361361
echo "master"
362362
else
363-
echo "v3.0.2"
363+
echo "v4.0.0"
364364
fi
365365
}
366366
configvar CSI_SNAPSHOTTER_VERSION "$(default_csi_snapshotter_version)" "external-snapshotter version tag"

0 commit comments

Comments
 (0)