From 3e694fe5e31d934d9841e620e8f2164a5c381106 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. > Backport of: https://github.com/ceph/ceph-csi/pull/4008 Signed-off-by: Rakshith R Signed-off-by: karthik-us --- build.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.env b/build.env index cc6360ded..732a4124b 100644 --- a/build.env +++ b/build.env @@ -11,6 +11,9 @@ # cephcsi image version CSI_IMAGE_VERSION=v3.9-canary +# cephcsi upgrade version +CSI_UPGRADE_VERSION=v3.8.1 + # Ceph version to use BASE_IMAGE=quay.io/ceph/ceph:v17 CEPH_VERSION=quincy