From 5d324332ff1c1f86e6558f7be7eb5d65bea6bf95 Mon Sep 17 00:00:00 2001 From: yatipadia Date: Mon, 19 Feb 2024 17:48:36 +0530 Subject: [PATCH] update rook version from 12 - 13 This current rook version fails to take latest ci changes. This commit updates the rook version. Signed-off-by: yati1998 --- test/addons/rook-cluster/start | 2 +- test/addons/rook-operator/start | 2 +- test/addons/rook-toolbox/start | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/addons/rook-cluster/start b/test/addons/rook-cluster/start index d6d1bb4f32..70ffc735d3 100755 --- a/test/addons/rook-cluster/start +++ b/test/addons/rook-cluster/start @@ -10,7 +10,7 @@ import drenv from drenv import kubectl # Update this when upgrading rook. -VERSION = "release-1.12" +VERSION = "release-1.13" BASE_URL = f"https://raw.githubusercontent.com/rook/rook/{VERSION}/deploy/examples" diff --git a/test/addons/rook-operator/start b/test/addons/rook-operator/start index 1f46ab25b5..b281413c9c 100755 --- a/test/addons/rook-operator/start +++ b/test/addons/rook-operator/start @@ -10,7 +10,7 @@ import drenv from drenv import kubectl # Update this when upgrading rook. -VERSION = "release-1.12" +VERSION = "release-1.13" BASE_URL = f"https://raw.githubusercontent.com/rook/rook/{VERSION}/deploy/examples" diff --git a/test/addons/rook-toolbox/start b/test/addons/rook-toolbox/start index 804ea44286..f414407c90 100755 --- a/test/addons/rook-toolbox/start +++ b/test/addons/rook-toolbox/start @@ -9,7 +9,7 @@ import sys from drenv import kubectl # Update this when upgrading rook. -VERSION = "release-1.12" +VERSION = "release-1.13" BASE_URL = f"https://raw.githubusercontent.com/rook/rook/{VERSION}/deploy/examples"