diff --git a/test/test-e2e.sh b/test/test-e2e.sh index 73d3aade2..ac600db74 100755 --- a/test/test-e2e.sh +++ b/test/test-e2e.sh @@ -7,10 +7,10 @@ set -e : ${KIND_CONFIG:="$PWD/test/kind-config.yaml"} -KIND_VERSION=0.22.0 +KIND_VERSION=0.26.0 SKAFFOLD_VERSION=2.10.1 HELM_VERSION=3.14.3 -KUBECTL_VERSION=1.28.7 +KUBECTL_VERSION=1.32.0 case $(uname -m) in x86_64) ARCH="amd64"