From f9f05aa5a35f8b043a948724276c209e17868614 Mon Sep 17 00:00:00 2001 From: decker Date: Thu, 14 Sep 2017 11:36:47 +0800 Subject: [PATCH] Surpport snippet for server section by the annotation of the ingess --- controllers/nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/nginx/Makefile b/controllers/nginx/Makefile index 3dc7d9a50..b1ff792ef 100644 --- a/controllers/nginx/Makefile +++ b/controllers/nginx/Makefile @@ -3,7 +3,7 @@ all: push BUILDTAGS= # Use the 0.0 tag for testing, it shouldn't clobber any release builds -RELEASE?=0.9.0-beta.8.hack +RELEASE?=0.9.0-beta.8 PREFIX?=gcr.io/google_containers/nginx-ingress-controller GOOS?=linux DOCKER?=gcloud docker --