We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19b01d commit 60f2f61Copy full SHA for 60f2f61
test/common.sh
@@ -26,6 +26,7 @@ function convert_to_tools_ver {
26
"1.20"|"1.21") echo "1.19.2";;
27
"1.22") echo "1.22.1";;
28
"1.23") echo "1.23.3";;
29
+ "1.24") echo "1.24.1";;
30
*)
31
echo "k8s version $k8s_ver not supported"
32
exit 1
0 commit comments