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)
- 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:
Praveen M 2025-02-26 15:21:04 +05:30
parent 15a9d3c030
commit 4940edb1b7

View File

@ -7,7 +7,12 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
# shellcheck disable=SC1091 # shellcheck disable=SC1091
source "${SCRIPT_DIR}/../build.env" source "${SCRIPT_DIR}/../build.env"
OPERATOR_VERSION=${OPERATOR_VERSION:-"main"} # TODO: uncomment when there is a new release 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 main branch instead of the release.
# OPERATOR_VERSION=${OPERATOR_VERSION:-"main"}
OPERATOR_VERSION="main"
OPERATOR_URL="https://raw.githubusercontent.com/ceph/ceph-csi-operator/${OPERATOR_VERSION}" OPERATOR_URL="https://raw.githubusercontent.com/ceph/ceph-csi-operator/${OPERATOR_VERSION}"
# operator deployment files # operator deployment files