Skip to content

Commit

Permalink
Update nginx image to 0.31 (#1871)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored Jan 2, 2018
1 parent d22038b commit 2f202e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f202e5

Please sign in to comment.