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"