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:
Madhu Rajanna 2020-08-20 10:53:41 +05:30 committed by mergify[bot]
parent 2713a902c5
commit f119bf19c1

View File

@ -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}")"