From f119bf19c13152442045196a53fcb6ead5594595 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 20 Aug 2020 10:53:41 +0530 Subject: [PATCH] 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 (cherry picked from commit d77b23e3c199e25b05437b618212001da251a560) --- scripts/install-snapshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-snapshot.sh b/scripts/install-snapshot.sh index 84c86dfa0..72e25dfcb 100755 --- a/scripts/install-snapshot.sh +++ b/scripts/install-snapshot.sh @@ -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}")"