File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ spec:
183183EOF
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
You can’t perform that action at this time.
0 commit comments