From 3477e9cd8acd04aa23e08057ab564e56af361121 Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Fri, 21 Jul 2023 15:48:14 +0530 Subject: [PATCH] ci: add CSI_UPGRADE_VERSION var to build.env Currently, upgrade version for upgrade tests need to be set in ci/centos branch. This commit adds a variable in build.env, so that we have the flexibility to use this value instead. Signed-off-by: Rakshith R --- build.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.env b/build.env index ea9241b6d..570ea780f 100644 --- a/build.env +++ b/build.env @@ -11,6 +11,9 @@ # cephcsi image version CSI_IMAGE_VERSION=canary +# cephcsi upgrade version +CSI_UPGRADE_VERSION=v3.9.0 + # Ceph version to use BASE_IMAGE=quay.io/ceph/ceph:v17 CEPH_VERSION=quincy