mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +00:00
ci: update Rook to latest release
Update the Rook to point to the latest release as script support it. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
8d4b751402
commit
31d84b1b66
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash -E
|
#!/bin/bash -E
|
||||||
|
|
||||||
ROOK_VERSION=${ROOK_VERSION:-"v1.6.2"}
|
ROOK_VERSION=${ROOK_VERSION:-"v1.12.5"}
|
||||||
ROOK_DEPLOY_TIMEOUT=${ROOK_DEPLOY_TIMEOUT:-300}
|
ROOK_DEPLOY_TIMEOUT=${ROOK_DEPLOY_TIMEOUT:-300}
|
||||||
ROOK_URL="https://raw.githubusercontent.com/rook/rook/${ROOK_VERSION}/deploy/examples"
|
ROOK_URL="https://raw.githubusercontent.com/rook/rook/${ROOK_VERSION}/deploy/examples"
|
||||||
ROOK_BLOCK_POOL_NAME=${ROOK_BLOCK_POOL_NAME:-"newrbdpool"}
|
ROOK_BLOCK_POOL_NAME=${ROOK_BLOCK_POOL_NAME:-"newrbdpool"}
|
||||||
|
Loading…
Reference in New Issue
Block a user