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 () {
381
381
echo " v4.0.0"
382
382
fi
383
383
}
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"
385
387
configvar CSI_SNAPSHOTTER_VERSION " $( default_csi_snapshotter_version) " " external-snapshotter version tag"
386
388
387
389
# Enable installing VolumeGroupSnapshot CRDs (off by default, can be set to true in prow jobs)
@@ -1017,6 +1019,7 @@ EOF
1017
1019
echo " Enabling VolumeGroupSnapshot: replacing hostpath csi-hostpath-plugin.yaml"
1018
1020
cp " ${source} /test/e2e/testing-manifests/storage-csi/external-snapshotter/volume-group-snapshots/csi-hostpath-plugin.yaml" \
1019
1021
" ${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
1020
1023
fi
1021
1024
1022
1025
}
You can’t perform that action at this time.
0 commit comments