Update kind and kindest images

This commit is contained in:
Manuel Alejandro de Brito Fontes 2021-01-28 11:18:22 -03:00
parent bb4f21fb8d
commit 6941800339
5 changed files with 8 additions and 8 deletions

View file

@ -61,7 +61,7 @@ echo "[dev-env] building image"
make build image
docker tag "${REGISTRY}/controller:${TAG}" "${DEV_IMAGE}"
export K8S_VERSION=${K8S_VERSION:-v1.19.4@sha256:796d09e217d93bed01ecf8502633e48fd806fe42f9d02fdd468b81cd4e3bd40b}
export K8S_VERSION=${K8S_VERSION:-v1.20.2@sha256:8f7ea6e7642c0da54f04a7ee10431549c0257315b3a634f6ef2fecaaedb19bab}
KIND_CLUSTER_NAME="ingress-nginx-dev"