Skip to content

Commit

Permalink
Upgrade to rook 1.12
Browse files Browse the repository at this point in the history
We are still using 1.10, updated 6 month ago.

Signed-off-by: Nir Soffer <nsoffer@redhat.com>
  • Loading branch information
nirs authored and raghavendra-talur committed Oct 4, 2023
1 parent f7366dc commit 83a20bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/addons/rook-cluster/start
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import drenv
from drenv import kubectl

# Update this when upgrading rook.
VERSION = "release-1.10"
VERSION = "release-1.12"
BASE_URL = f"https://raw.githubusercontent.com/rook/rook/{VERSION}/deploy/examples"


Expand Down
2 changes: 1 addition & 1 deletion test/addons/rook-operator/start
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import drenv
from drenv import kubectl

# Update this when upgrading rook.
VERSION = "release-1.10"
VERSION = "release-1.12"
BASE_URL = f"https://raw.githubusercontent.com/rook/rook/{VERSION}/deploy/examples"


Expand Down
2 changes: 1 addition & 1 deletion test/addons/rook-toolbox/start
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import sys
from drenv import kubectl

# Update this when upgrading rook.
VERSION = "release-1.10"
VERSION = "release-1.12"
BASE_URL = f"https://raw.githubusercontent.com/rook/rook/{VERSION}/deploy/examples"


Expand Down

0 comments on commit 83a20bb

Please sign in to comment.