Return sorted endpoints

This commit is contained in:
Manuel de Brito Fontes 2017-02-21 11:04:08 -03:00
parent 036892fb96
commit 7013a52ee5
2 changed files with 2 additions and 2 deletions

View file

@ -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.1
RELEASE?=0.9.0-beta.2
PREFIX?=gcr.io/google_containers/nginx-ingress-controller
GOOS?=linux