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>
(cherry picked from commit d77b23e3c1
)
This commit is contained in:
parent
2713a902c5
commit
f119bf19c1
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# This script can be used to install/delete snapshotcontroller and snapshot beta CRD
|
# 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}")"
|
SCRIPT_DIR="$(dirname "${0}")"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user