Update nginx image to 0.31 (#1871)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-01-02 14:48:30 -03:00 committed by GitHub
parent d22038b3af
commit 2f202e5656
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,14 +43,14 @@ DUMB_ARCH = ${ARCH}
ALL_ARCH = amd64 arm arm64 ppc64le s390x
QEMUVERSION=v2.9.1
QEMUVERSION=v2.9.1-1
IMGNAME = nginx-ingress-controller
IMAGE = $(REGISTRY)/$(IMGNAME)
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
# Set default base image dynamically for each arch
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.30
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.31
ifeq ($(ARCH),arm)
QEMUARCH=arm