File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ echo "[dev-env] building image"
64
64
make build image
65
65
docker tag " ${REGISTRY} /controller:${TAG} " " ${DEV_IMAGE} "
66
66
67
- export K8S_VERSION=${K8S_VERSION:- v1.32.0 @ sha256: c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027 }
67
+ export K8S_VERSION=${K8S_VERSION:- v1.32.2 @ sha256: f226345927d7e348497136874b6d207e0b32cc52154ad8323129352923a3142f }
68
68
69
69
KIND_CLUSTER_NAME=" ingress-nginx-dev"
70
70
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.32.0 @ sha256: c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027 }
65
+ export K8S_VERSION=${K8S_VERSION:- v1.32.2 @ sha256: f226345927d7e348497136874b6d207e0b32cc52154ad8323129352923a3142f }
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.32.0 @ sha256: c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027 }
66
+ export K8S_VERSION=${K8S_VERSION:- v1.32.2 @ sha256: f226345927d7e348497136874b6d207e0b32cc52154ad8323129352923a3142f }
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