Skip to content

Commit 17fc377

Browse files
authored
Merge pull request #5146 from camilamacedo86/update-kind-config
🌱 Add k8s 1.34 version set for tooling - prow tests
2 parents 67c364c + 10a4929 commit 17fc377

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
@@ -36,6 +36,7 @@ function convert_to_tools_ver {
3636
"1.31") echo "1.31.0";;
3737
"1.32") echo "1.32.0";;
3838
"1.33") echo "1.33.0";;
39+
"1.34") echo "1.34.0";;
3940
*)
4041
echo "k8s version $k8s_ver not supported"
4142
exit 1

0 commit comments

Comments
 (0)