Skip to content

Commit c1564a1

Browse files
iPraveenPariharmergify[bot]
authored andcommitted
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) - ceph/ceph-csi-operator#206 - ceph/ceph-csi-operator#207 Signed-off-by: Praveen M <m.praveen@ibm.com>
1 parent 0f6b93e commit c1564a1

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.13.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 latest tag instead of the release.
22+
CEPH_CSI_OPERATOR_VERSION=latest
1923

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

0 commit comments

Comments
 (0)