From 6fa9fd2828215036c8570ec001c8aa320bf8850a Mon Sep 17 00:00:00 2001 From: Prashanth Balasubramanian Date: Tue, 21 Jun 2016 13:31:41 -0700 Subject: [PATCH] Bump up image version for glbc --- controllers/gce/Makefile | 2 +- controllers/gce/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/gce/Makefile b/controllers/gce/Makefile index fa4db4c81..ff1f77aa6 100644 --- a/controllers/gce/Makefile +++ b/controllers/gce/Makefile @@ -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: diff --git a/controllers/gce/main.go b/controllers/gce/main.go index cbdb8b837..fa53fde94 100644 --- a/controllers/gce/main.go +++ b/controllers/gce/main.go @@ -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"