Skip to content

Commit 4190ce7

Browse files
ci: use ceph-csi-operator main branch
Use the main branch instead of the release till the following fixes are available in next release (> v0.2.0) - ceph/ceph-csi-operator#206 - ceph/ceph-csi-operator#207 Signed-off-by: Praveen M <m.praveen@ibm.com>
1 parent 3696c26 commit 4190ce7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.env

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ CSI_IMAGE_VERSION=canary
1515
CSI_UPGRADE_VERSION=v3.12.1
1616

1717
# ceph-csi-operator version used for e2e test
18-
CEPH_CSI_OPERATOR_VERSION=v0.2.0
18+
# TODO: use release tag which includes the bug fixes
19+
# - https://github.com/ceph/ceph-csi-operator/pull/206
20+
# - https://github.com/ceph/ceph-csi-operator/pull/207
21+
# Till then use the main branch instead of the release.
22+
# CEPH_CSI_OPERATOR_VERSION=main
1923

2024
# Ceph version to use
2125
BASE_IMAGE=quay.io/ceph/ceph:v19

0 commit comments

Comments
 (0)