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

@ -56,7 +56,7 @@ fi
if [ "${SKIP_CLUSTER_CREATION:-false}" = "false" ]; then
echo "[dev-env] creating Kubernetes cluster with kind"
export K8S_VERSION=${K8S_VERSION:-v1.19.1@sha256:98cf5288864662e37115e362b23e4369c8c4a408f99cbc06e58ac30ddc721600}
export K8S_VERSION=${K8S_VERSION:-v1.19.4@sha256:796d09e217d93bed01ecf8502633e48fd806fe42f9d02fdd468b81cd4e3bd40b}
kind create cluster \
--verbosity=${KIND_LOG_LEVEL} \