We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679c5a5 commit 92652acCopy full SHA for 92652ac
release-tools/prow.sh
@@ -375,7 +375,8 @@ configvar CSI_PROW_SIDECAR_E2E_SKIP '' "local tests that need to be skipped"
375
376
# Which external-snapshotter tag to use for the snapshotter CRD and snapshot-controller deployment
377
default_csi_snapshotter_version () {
378
- if [ "${CSI_PROW_KUBERNETES_VERSION}" = "latest" ] || [ "${CSI_PROW_DRIVER_CANARY}" = "canary" ]; then
+ # if [ "${CSI_PROW_KUBERNETES_VERSION}" = "latest" ] || [ "${CSI_PROW_DRIVER_CANARY}" = "canary" ]; then
379
+ if [ "${CSI_PROW_KUBERNETES_VERSION}" = "1.33.0" ]; then
380
echo "master"
381
else
382
echo "v4.0.0"
0 commit comments