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"