File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11
11
env :
12
12
KIND_K8S_VERSION : v1.29.0
13
13
tools_k8s_version : 1.29.0
14
- kind_version : 0.20 .0
14
+ kind_version : 0.22 .0
15
15
steps :
16
16
- name : Clone the code
17
17
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ function convert_to_tools_ver {
31
31
" 1.26" ) echo " 1.26.0" ;;
32
32
" 1.27" ) echo " 1.27.1" ;;
33
33
" 1.28" ) echo " 1.28.3" ;;
34
+ " 1.29" ) echo " 1.29.0" ;;
34
35
* )
35
36
echo " k8s version $k8s_ver not supported"
36
37
exit 1
@@ -50,9 +51,9 @@ if [ -n "$TRACE" ]; then
50
51
set -x
51
52
fi
52
53
53
- export KIND_K8S_VERSION=" ${KIND_K8S_VERSION:- " v1.28 .0" } "
54
+ export KIND_K8S_VERSION=" ${KIND_K8S_VERSION:- " v1.29 .0" } "
54
55
tools_k8s_version=$( convert_to_tools_ver " ${KIND_K8S_VERSION# v* } " )
55
- kind_version=0.20 .0
56
+ kind_version=0.22 .0
56
57
goarch=amd64
57
58
58
59
if [[ " $OSTYPE " == " linux-gnu" ]]; then
You can’t perform that action at this time.
0 commit comments