mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-03-06 07:29:29 +00:00
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:
parent
15a9d3c030
commit
4940edb1b7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user