Skip to content

Commit 4940edb

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 15a9d3c commit 4940edb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scripts/deploy-ceph-csi-operator.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
77
# shellcheck disable=SC1091
88
source "${SCRIPT_DIR}/../build.env"
99

10-
OPERATOR_VERSION=${OPERATOR_VERSION:-"main"}
10+
# TODO: uncomment when there is a new release which includes the bug fixes
11+
# - https://github.com/ceph/ceph-csi-operator/pull/206
12+
# - https://github.com/ceph/ceph-csi-operator/pull/207
13+
# Till then use the main branch instead of the release.
14+
# OPERATOR_VERSION=${OPERATOR_VERSION:-"main"}
15+
OPERATOR_VERSION="main"
1116
OPERATOR_URL="https://raw.githubusercontent.com/ceph/ceph-csi-operator/${OPERATOR_VERSION}"
1217

1318
# operator deployment files

0 commit comments

Comments
 (0)