Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Commit e7e415b

Browse files
committed
Bump up image version for glbc
1 parent 3ea67fc commit e7e415b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ingress/controllers/gce/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all: push
22

33
# 0.0 shouldn't clobber any released builds
4-
TAG = 0.6.3
4+
TAG = 0.7.0
55
PREFIX = gcr.io/google_containers/glbc
66

77
server:

ingress/controllers/gce/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const (
5858
alphaNumericChar = "0"
5959

6060
// Current docker image version. Only used in debug logging.
61-
imageVersion = "glbc:0.6.3"
61+
imageVersion = "glbc:0.7.0"
6262

6363
// Key used to persist UIDs to configmaps.
6464
uidConfigMapName = "ingress-uid"

0 commit comments

Comments
 (0)