mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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 <rar@redhat.com> Signed-off-by: karthik-us <ksubrahm@redhat.com>
This commit is contained in:
parent
15931b2e4f
commit
3e694fe5e3
@ -11,6 +11,9 @@
|
|||||||
# cephcsi image version
|
# cephcsi image version
|
||||||
CSI_IMAGE_VERSION=v3.9-canary
|
CSI_IMAGE_VERSION=v3.9-canary
|
||||||
|
|
||||||
|
# cephcsi upgrade version
|
||||||
|
CSI_UPGRADE_VERSION=v3.8.1
|
||||||
|
|
||||||
# Ceph version to use
|
# Ceph version to use
|
||||||
BASE_IMAGE=quay.io/ceph/ceph:v17
|
BASE_IMAGE=quay.io/ceph/ceph:v17
|
||||||
CEPH_VERSION=quincy
|
CEPH_VERSION=quincy
|
||||||
|
Loading…
Reference in New Issue
Block a user