Bump up image version for glbc

This commit is contained in:
Prashanth Balasubramanian 2016-06-21 13:31:41 -07:00
parent 701c5a0e30
commit 6fa9fd2828
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
all: push
# 0.0 shouldn't clobber any released builds
TAG = 0.6.3
TAG = 0.7.0
PREFIX = gcr.io/google_containers/glbc
server:

View file

@ -58,7 +58,7 @@ const (
alphaNumericChar = "0"
// Current docker image version. Only used in debug logging.
imageVersion = "glbc:0.6.3"
imageVersion = "glbc:0.7.0"
// Key used to persist UIDs to configmaps.
uidConfigMapName = "ingress-uid"