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.
2 parents c742577 + ce02c46 commit 98a3df8Copy full SHA for 98a3df8
test/common.sh
@@ -25,7 +25,7 @@ function convert_to_tools_ver {
25
# Tests in 1.20 and 1.21 with their counterpart version's apiserver.
26
"1.20"|"1.21") echo "1.19.2";;
27
"1.22") echo "1.22.1";;
28
- "1.23") echo "1.23.1";;
+ "1.23") echo "1.23.3";;
29
*)
30
echo "k8s version $k8s_ver not supported"
31
exit 1
@@ -45,7 +45,7 @@ if [ -n "$TRACE" ]; then
45
set -x
46
fi
47
48
-export KIND_K8S_VERSION="${KIND_K8S_VERSION:-"v1.23.1"}"
+export KIND_K8S_VERSION="${KIND_K8S_VERSION:-"v1.23.3"}"
49
tools_k8s_version=$(convert_to_tools_ver "${KIND_K8S_VERSION#v*}")
50
kind_version=0.11.1
51
goarch=amd64
0 commit comments