File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export KUBECONFIG="${KUBECONFIG:-$HOME/.kube/kind-config-$KIND_CLUSTER_NAME}"
6262if [ " ${SKIP_CLUSTER_CREATION:- false} " = " false" ]; then
6363 echo " [dev-env] creating Kubernetes cluster with kind"
6464
65- export K8S_VERSION=${K8S_VERSION:- v1.29.2 @ sha256: 51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245 }
65+ export K8S_VERSION=${K8S_VERSION:- v1.31.4 @ sha256: 2cb39f7295fe7eafee0842b1052a599a4fb0f8bcf3f83d96c7f4864c357c6c30 }
6666
6767 kind create cluster \
6868 --verbosity=${KIND_LOG_LEVEL} \
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ echo "Running e2e with nginx base image ${NGINX_BASE_IMAGE}"
6363if [ " ${SKIP_CLUSTER_CREATION} " = " false" ]; then
6464 echo " [dev-env] creating Kubernetes cluster with kind"
6565
66- export K8S_VERSION=${K8S_VERSION:- v1.29.2 @ sha256: 51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245 }
66+ export K8S_VERSION=${K8S_VERSION:- v1.31.4 @ sha256: 2cb39f7295fe7eafee0842b1052a599a4fb0f8bcf3f83d96c7f4864c357c6c30 }
6767
6868 # delete the cluster if it exists
6969 if kind get clusters | grep " ${KIND_CLUSTER_NAME} " ; then
You can’t perform that action at this time.
0 commit comments