Bump up image version for glbc
This commit is contained in:
parent
701c5a0e30
commit
6fa9fd2828
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
all: push
|
all: push
|
||||||
|
|
||||||
# 0.0 shouldn't clobber any released builds
|
# 0.0 shouldn't clobber any released builds
|
||||||
TAG = 0.6.3
|
TAG = 0.7.0
|
||||||
PREFIX = gcr.io/google_containers/glbc
|
PREFIX = gcr.io/google_containers/glbc
|
||||||
|
|
||||||
server:
|
server:
|
||||||
|
|
|
@ -58,7 +58,7 @@ const (
|
||||||
alphaNumericChar = "0"
|
alphaNumericChar = "0"
|
||||||
|
|
||||||
// Current docker image version. Only used in debug logging.
|
// 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.
|
// Key used to persist UIDs to configmaps.
|
||||||
uidConfigMapName = "ingress-uid"
|
uidConfigMapName = "ingress-uid"
|
||||||
|
|
Loading…
Reference in a new issue