Update nginx to 1.19.1

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-07-07 12:41:12 -04:00
parent a4cbb4b8be
commit 16de15aa6e
2 changed files with 6 additions and 6 deletions

View file

@ -21,8 +21,8 @@ DIR:=$(strip $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))))
INIT_BUILDX=$(DIR)/../../hack/init-buildx.sh
# 0.0.0 shouldn't clobber any released builds
TAG ?= 0.105
REGISTRY ?= quay.io/kubernetes-ingress-controller
TAG ?= 0.106
REGISTRY ?= gcr.io/k8s-staging-ingress-nginx
IMAGE = $(REGISTRY)/nginx