mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 11:50:18 +00:00
build: update rook version to v1.4.9
Updated rook version to v1.4.9 Signed-off-by: Mudit Agarwal <muagarwa@redhat.com>
This commit is contained in:
parent
0b29d3b247
commit
8ab9189760
@ -41,7 +41,7 @@ VM_DRIVER=none
|
||||
CHANGE_MINIKUBE_NONE_USER=true
|
||||
|
||||
# Rook options
|
||||
ROOK_VERSION=v1.3.9
|
||||
ROOK_VERSION=v1.4.9
|
||||
# Provide ceph image path
|
||||
#ROOK_CEPH_CLUSTER_IMAGE=docker.io/ceph/ceph:v14.2.12
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash -E
|
||||
|
||||
ROOK_VERSION=${ROOK_VERSION:-"v1.2.7"}
|
||||
ROOK_VERSION=${ROOK_VERSION:-"v1.4.9"}
|
||||
ROOK_DEPLOY_TIMEOUT=${ROOK_DEPLOY_TIMEOUT:-300}
|
||||
ROOK_URL="https://raw.githubusercontent.com/rook/rook/${ROOK_VERSION}/cluster/examples/kubernetes/ceph"
|
||||
ROOK_BLOCK_POOL_NAME=${ROOK_BLOCK_POOL_NAME:-"newrbdpool"}
|
||||
|
Loading…
Reference in New Issue
Block a user