Update to debian-base 0.4.0

Additionally, update the addon-manager to use kubectl v1.11.3.
This commit is contained in:
Jeff Grafton
2018-10-19 08:49:08 -07:00
parent 8906d1d8be
commit 7a8696c331
13 changed files with 32 additions and 28 deletions

View File

@@ -19,12 +19,12 @@
REGISTRY?=staging-k8s.gcr.io
IMAGE?=$(REGISTRY)/debian-hyperkube-base
TAG=0.11.0
TAG=0.12.0
ARCH?=amd64
ALL_ARCH = amd64 arm arm64 ppc64le s390x
CACHEBUST?=1
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.3.2
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.4.0
CNI_VERSION=v0.6.0
TEMP_DIR:=$(shell mktemp -d)