Update addon-manager to use debian-base:v1.0.0

k3s-v1.15.3
Zihong Zheng 2019-04-10 15:41:02 -07:00
parent c2254cf19a
commit 9f8d9ba847
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
### Version 9.0.1 (Wed April 10 2019 Zihong Zheng <zihongz@google.com>)
- Update to use debian-base:v1.0.0.
### Version 9.0 (Wed January 16 2019 Jordan Liggitt <liggitt@google.com>)
- Prune workload resources via apps/v1 APIs
- Update kubectl to v1.13.2.

View File

@ -15,10 +15,10 @@
IMAGE=staging-k8s.gcr.io/kube-addon-manager
ARCH?=amd64
TEMP_DIR:=$(shell mktemp -d)
VERSION=v9.0
VERSION=v9.0.1
KUBECTL_VERSION?=v1.13.2
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.4.1
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):v1.0.0
SUDO=$(if $(filter 0,$(shell id -u)),,sudo)