Skip to content

Commit

Permalink
ci: add CSI_UPGRADE_VERSION var to build.env
Browse files Browse the repository at this point in the history
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: #4008

Signed-off-by: Rakshith R <rar@redhat.com>
  • Loading branch information
Rakshith-R authored and karthik-us committed Aug 1, 2023
1 parent 15931b2 commit cc67e98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc67e98

Please sign in to comment.