File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,9 @@ default_csi_snapshotter_version () {
381381 echo " v4.0.0"
382382 fi
383383}
384- export CSI_SNAPSHOTTER_HACK_VERSION=" master"
384+ # export CSI_SNAPSHOTTER_HACK_VERSION="master"
385+ # Hack to be consistent with 1.33 job
386+ export CSI_SNAPSHOTTER_HACK_VERSION=" v8.2.0"
385387configvar CSI_SNAPSHOTTER_VERSION " $( default_csi_snapshotter_version) " " external-snapshotter version tag"
386388
387389# Enable installing VolumeGroupSnapshot CRDs (off by default, can be set to true in prow jobs)
@@ -1017,6 +1019,7 @@ EOF
10171019 echo " Enabling VolumeGroupSnapshot: replacing hostpath csi-hostpath-plugin.yaml"
10181020 cp " ${source} /test/e2e/testing-manifests/storage-csi/external-snapshotter/volume-group-snapshots/csi-hostpath-plugin.yaml" \
10191021 " ${source} /test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml"
1022+ cat " ${source} " /test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml
10201023 fi
10211024
10221025}
You can’t perform that action at this time.
0 commit comments