mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: change snapshotter default version to v2.1.1
we cannot depend on the master branch of external-snapshotter in cephcsi as the master branch can change anytime. its good to use released tags to our E2E. fixes: #1416 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
fcb2bcdb12
commit
d77b23e3c1
@ -2,7 +2,7 @@
|
||||
|
||||
# This script can be used to install/delete snapshotcontroller and snapshot beta CRD
|
||||
|
||||
SNAPSHOT_VERSION=${SNAPSHOT_VERSION:-"master"}
|
||||
SNAPSHOT_VERSION=${SNAPSHOT_VERSION:-"v2.1.1"}
|
||||
|
||||
SCRIPT_DIR="$(dirname "${0}")"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user