mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-04-10 13:01:17 +08:00
ci: use ceph-csi-operator latest tag
Use the main branch instead of the release till the following fixes are available in next release (> v0.2.0) - https://github.com/ceph/ceph-csi-operator/pull/206 - https://github.com/ceph/ceph-csi-operator/pull/207 Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
parent
0f6b93ed17
commit
c1564a135f
@ -15,7 +15,11 @@ CSI_IMAGE_VERSION=canary
|
||||
CSI_UPGRADE_VERSION=v3.13.1
|
||||
|
||||
# ceph-csi-operator version used for e2e test
|
||||
CEPH_CSI_OPERATOR_VERSION=v0.2.0
|
||||
# TODO: use release tag which includes the bug fixes
|
||||
# - https://github.com/ceph/ceph-csi-operator/pull/206
|
||||
# - https://github.com/ceph/ceph-csi-operator/pull/207
|
||||
# Till then use the latest tag instead of the release.
|
||||
CEPH_CSI_OPERATOR_VERSION=latest
|
||||
|
||||
# Ceph version to use
|
||||
BASE_IMAGE=quay.io/ceph/ceph:v19
|
||||
|
Loading…
x
Reference in New Issue
Block a user