Update kind

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-05-01 10:10:22 -04:00
parent 446845114c
commit 080b917f91
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ docker-build:
--load \
--build-arg K8S_RELEASE=v1.17.0 \
--build-arg ETCD_VERSION=v3.3.18 \
--build-arg KIND_VERSION=v0.7.0 \
--build-arg KIND_VERSION=v0.8.0 \
--build-arg GO_VERSION=1.14.2 \
-t $(IMAGE):$(TAG) .

View file

@ -36,7 +36,7 @@ fi
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
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"