Adjust e2e nodes

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-06-26 22:32:13 -04:00
parent 1539a24c7b
commit 51691d4776
3 changed files with 3 additions and 4 deletions

View file

@ -61,7 +61,7 @@ echo "[dev-env] building image"
make build image
docker tag "${REGISTRY}/nginx-ingress-controller:${TAG}" "${DEV_IMAGE}"
export K8S_VERSION=${K8S_VERSION:-v1.18.0@sha256:0e20578828edd939d25eb98496a685c76c98d54084932f76069f886ec315d694}
export K8S_VERSION=${K8S_VERSION:-v1.18.2@sha256:7b27a6d0f2517ff88ba444025beae41491b016bc6af573ba467b70c5e8e0d85f}
KIND_CLUSTER_NAME="ingress-nginx-dev"