From c1564a135fbd64e084f0027196416a5ecc72ca45 Mon Sep 17 00:00:00 2001 From: Praveen M Date: Wed, 26 Feb 2025 15:21:04 +0530 Subject: [PATCH] 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 --- build.env | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.env b/build.env index c46fe27b3..579302d48 100644 --- a/build.env +++ b/build.env @@ -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