Skip to content

Commit 577bd52

Browse files
authored
Use v1.10.11 rook (#474)
1 parent 2232aac commit 577bd52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ install_rook() {
337337
tmp_dir=$(mktemp -d -t ceph-XXXXXXXXXX)
338338
cd "$tmp_dir"
339339

340-
git clone --single-branch --branch master https://github.com/rook/rook.git
340+
git clone --single-branch --branch v1.10.11 https://github.com/rook/rook.git
341341
cd rook/deploy/examples
342342

343343
oc create -f crds.yaml

scripts/setup-kind-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ spec:
183183
EOF
184184

185185
rm -rf /root/rook
186-
git clone --single-branch --branch master https://github.com/rook/rook.git
186+
git clone --single-branch --branch v1.10.11 https://github.com/rook/rook.git
187187
cd /root/rook/deploy/examples
188188
kubectl apply -f crds.yaml -f common.yaml -f operator.yaml
189189

0 commit comments

Comments
 (0)