Skip to content

Commit 7fe5149

Browse files
authored
Merge pull request #200 from pohly/bump-kubernetes-version
prow.sh: update snapshotter version
2 parents 31a3f38 + 70915a8 commit 7fe5149

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)