Skip to content

Commit 92652ac

Browse files
committed
hack snapshoter version
1 parent 679c5a5 commit 92652ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release-tools/prow.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,8 @@ configvar CSI_PROW_SIDECAR_E2E_SKIP '' "local tests that need to be skipped"
375375

376376
# Which external-snapshotter tag to use for the snapshotter CRD and snapshot-controller deployment
377377
default_csi_snapshotter_version () {
378-
if [ "${CSI_PROW_KUBERNETES_VERSION}" = "latest" ] || [ "${CSI_PROW_DRIVER_CANARY}" = "canary" ]; then
378+
# if [ "${CSI_PROW_KUBERNETES_VERSION}" = "latest" ] || [ "${CSI_PROW_DRIVER_CANARY}" = "canary" ]; then
379+
if [ "${CSI_PROW_KUBERNETES_VERSION}" = "1.33.0" ]; then
379380
echo "master"
380381
else
381382
echo "v4.0.0"

0 commit comments

Comments
 (0)