Skip to content

Commit 8ec260a

Browse files
🌱 (ci) - Enable tests against k8s 1.33 (#4852)
(ci) - Enable tests against k8s 1.33
1 parent 4ba7474 commit 8ec260a

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
@@ -55,9 +55,9 @@ if [ -n "$TRACE" ]; then
5555
set -x
5656
fi
5757

58-
export KIND_K8S_VERSION="${KIND_K8S_VERSION:-"v1.31.0"}"
58+
export KIND_K8S_VERSION="${KIND_K8S_VERSION:-"v1.33.0"}"
5959
tools_k8s_version=$(convert_to_tools_ver "${KIND_K8S_VERSION#v*}")
60-
kind_version=0.22.0
60+
kind_version=0.29.0
6161
goarch=amd64
6262

6363
if [[ "$OSTYPE" == "linux-gnu" ]]; then

0 commit comments

Comments
 (0)