Fix e2e tests updating nginx image (#2112)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-02-17 12:23:00 -08:00 committed by GitHub
parent 131fdf1e01
commit ce8ba06208
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ 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.33
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.34
ifeq ($(ARCH),arm)
QEMUARCH=arm

View file

@ -13,7 +13,7 @@
# limitations under the License.
# 0.0.0 shouldn't clobber any released builds
TAG ?= 0.33
TAG ?= 0.34
REGISTRY ?= quay.io/kubernetes-ingress-controller
ARCH ?= $(shell go env GOARCH)
DOCKER ?= gcloud docker --