Update kindest image

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-12-02 10:24:23 -03:00
parent 35338c4193
commit e23a6b6aa7
4 changed files with 5 additions and 10 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.0@sha256:3b0289b2d1bab2cb9108645a006939d2f447a10ad2bb21919c332d06b548bbc6}
export K8S_VERSION=${K8S_VERSION:-v1.19.4@sha256:796d09e217d93bed01ecf8502633e48fd806fe42f9d02fdd468b81cd4e3bd40b}
KIND_CLUSTER_NAME="ingress-nginx-dev"