From 6c3f309e6651943ca41fc435d0ba76e92c415196 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Mon, 9 Oct 2023 13:26:48 +0200 Subject: [PATCH] ci: update Rook to latest release Update the Rook to point to the latest release as script support it. Signed-off-by: Madhu Rajanna --- scripts/rook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rook.sh b/scripts/rook.sh index 2c0e4cdaf375..bb02fd854384 100755 --- a/scripts/rook.sh +++ b/scripts/rook.sh @@ -1,6 +1,6 @@ #!/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_URL="https://raw.githubusercontent.com/rook/rook/${ROOK_VERSION}/deploy/examples" ROOK_BLOCK_POOL_NAME=${ROOK_BLOCK_POOL_NAME:-"newrbdpool"}