Skip to content

Commit 507284d

Browse files
authored
Merge pull request #4521 from camilamacedo86/add-common-k8s-132
🌱 test: add to commmon.sh the latest k8s release 1.32
2 parents 21dcb35 + 51866b3 commit 507284d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ function convert_to_tools_ver {
3434
"1.29") echo "1.29.0";;
3535
"1.30") echo "1.30.0";;
3636
"1.31") echo "1.31.0";;
37+
"1.32") echo "1.32.0";;
3738
*)
3839
echo "k8s version $k8s_ver not supported"
3940
exit 1

0 commit comments

Comments
 (0)