From aa704651780152d50523db4242bdf882f23c5bba Mon Sep 17 00:00:00 2001 From: bprashanth Date: Tue, 6 Dec 2016 12:09:01 -0800 Subject: [PATCH] Bump nginx version to one higher than that in contrib --- controllers/nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/nginx/Makefile b/controllers/nginx/Makefile index 4d701a774..5e67ce76a 100644 --- a/controllers/nginx/Makefile +++ b/controllers/nginx/Makefile @@ -3,7 +3,7 @@ all: push BUILDTAGS= # 0.0 shouldn't clobber any release builds -RELEASE?=0.0 +RELEASE?=0.8.4 PREFIX?=gcr.io/google_containers/nginx-ingress-controller GOOS?=linux