Skip to content

Commit

Permalink
Fix e2e tests updating nginx image (kubernetes#2112)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored Feb 17, 2018
1 parent 131fdf1 commit ce8ba06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion images/nginx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 --
Expand Down

0 comments on commit ce8ba06

Please sign in to comment.