Build new nginx image

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-06-24 16:41:04 -04:00
parent 53fbaaf6bc
commit 8734588a5b
3 changed files with 4 additions and 4 deletions

View file

@ -18,8 +18,8 @@
SHELL=/bin/bash
# 0.0.0 shouldn't clobber any released builds
TAG ?= 0.104
REGISTRY ?= gcr.io/k8s-staging-ingress-nginx
TAG ?= 0.105
REGISTRY ?= quay.io/kubernetes-ingress-controller
IMAGE = $(REGISTRY)/nginx