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 4ba7474 commit 8ec260aCopy full SHA for 8ec260a
test/common.sh
@@ -55,9 +55,9 @@ if [ -n "$TRACE" ]; then
55
set -x
56
fi
57
58
-export KIND_K8S_VERSION="${KIND_K8S_VERSION:-"v1.31.0"}"
+export KIND_K8S_VERSION="${KIND_K8S_VERSION:-"v1.33.0"}"
59
tools_k8s_version=$(convert_to_tools_ver "${KIND_K8S_VERSION#v*}")
60
-kind_version=0.22.0
+kind_version=0.29.0
61
goarch=amd64
62
63
if [[ "$OSTYPE" == "linux-gnu" ]]; then
0 commit comments