Release 0.25.1 (#4441)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-08-14 15:58:50 -04:00 committed by GitHub
parent adef152db8
commit 5179893a99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 4 deletions

View file

@ -16,7 +16,7 @@
all: all-container
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
TAG ?= 0.25.0
TAG ?= 0.25.1
REGISTRY ?= quay.io/kubernetes-ingress-controller
DOCKER ?= docker
SED_I ?= sed -i
@ -73,7 +73,7 @@ export E2E_CHECK_LEAKS
export SLOW_E2E_THRESHOLD
# Set default base image dynamically for each arch
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.90
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.91
ifeq ($(ARCH),arm)
QEMUARCH=arm