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}"
62
62
if [ " ${SKIP_CLUSTER_CREATION:- false} " = " false" ]; then
63
63
echo " [dev-env] creating Kubernetes cluster with kind"
64
64
65
- export K8S_VERSION=${K8S_VERSION:- v1.29.2 @ sha256: 51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245 }
65
+ export K8S_VERSION=${K8S_VERSION:- v1.31.4 @ sha256: 2cb39f7295fe7eafee0842b1052a599a4fb0f8bcf3f83d96c7f4864c357c6c30 }
66
66
67
67
kind create cluster \
68
68
--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}"
63
63
if [ " ${SKIP_CLUSTER_CREATION} " = " false" ]; then
64
64
echo " [dev-env] creating Kubernetes cluster with kind"
65
65
66
- export K8S_VERSION=${K8S_VERSION:- v1.29.2 @ sha256: 51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245 }
66
+ export K8S_VERSION=${K8S_VERSION:- v1.31.4 @ sha256: 2cb39f7295fe7eafee0842b1052a599a4fb0f8bcf3f83d96c7f4864c357c6c30 }
67
67
68
68
# delete the cluster if it exists
69
69
if kind get clusters | grep " ${KIND_CLUSTER_NAME} " ; then
You can’t perform that action at this time.
0 commit comments