Skip to content

Commit ce02c46

Browse files
committed
update latest k8s version in local tests
1 parent cf1575e commit ce02c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function convert_to_tools_ver {
2525
# Tests in 1.20 and 1.21 with their counterpart version's apiserver.
2626
"1.20"|"1.21") echo "1.19.2";;
2727
"1.22") echo "1.22.1";;
28-
"1.23") echo "1.23.1";;
28+
"1.23") echo "1.23.3";;
2929
*)
3030
echo "k8s version $k8s_ver not supported"
3131
exit 1
@@ -45,7 +45,7 @@ if [ -n "$TRACE" ]; then
4545
set -x
4646
fi
4747

48-
export KIND_K8S_VERSION="${KIND_K8S_VERSION:-"v1.23.1"}"
48+
export KIND_K8S_VERSION="${KIND_K8S_VERSION:-"v1.23.3"}"
4949
tools_k8s_version=$(convert_to_tools_ver "${KIND_K8S_VERSION#v*}")
5050
kind_version=0.11.1
5151
goarch=amd64

0 commit comments

Comments
 (0)