Merge pull request #10788 from lavalamp/uiBuild

Built & pushed kube-ui v1.1
This commit is contained in:
Yu-Ju Hong 2015-07-06 17:27:02 -07:00
commit 17433637a7
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
kube-ui

View File

@ -5,7 +5,7 @@
.PHONY: all container push clean
# Keep this at dev, so no one accidentally blows away the latest published version.
TAG = dev # current version: v1
TAG = dev # current version: v1.1
PREFIX = gcr.io/google_containers
all: push