We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8778eb3 commit 8bc6d5bCopy full SHA for 8bc6d5b
scripts/deploy-ceph-csi-operator.sh
@@ -7,7 +7,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
7
# shellcheck disable=SC1091
8
source "${SCRIPT_DIR}/../build.env"
9
10
-OPERATOR_VERSION=${OPERATOR_VERSION:-"main"}
+OPERATOR_VERSION="main"
11
OPERATOR_URL="https://raw.githubusercontent.com/ceph/ceph-csi-operator/${OPERATOR_VERSION}"
12
13
# operator deployment files
0 commit comments