Bump up nginx controller to 0.61

This commit is contained in:
Prashanth Balasubramanian 2016-05-03 10:27:35 -07:00
parent 7e8c051e2c
commit dabfa9f131
10 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
all: push
# 0.0 shouldn't clobber any release builds
TAG = 0.6
TAG = 0.61
PREFIX = gcr.io/google_containers/nginx-ingress-controller
REPO_INFO=$(shell git config --get remote.origin.url)