mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-24 19:38:02 +00:00
Update to debian-base 0.4.0
Additionally, update the addon-manager to use kubectl v1.11.3.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
### Version 8.9 (Fri October 19 2018 Jeff Grafton <jgrafton@google.com>)
|
||||
- Update to use debian-base:0.4.0.
|
||||
- Update kubectl to v1.11.3.
|
||||
|
||||
### Version 8.8 (Mon October 1 2018 Zihong Zheng <zihongz@google.com>)
|
||||
- Update to use debian-base:0.3.2.
|
||||
|
||||
|
@@ -15,10 +15,10 @@
|
||||
IMAGE=staging-k8s.gcr.io/kube-addon-manager
|
||||
ARCH?=amd64
|
||||
TEMP_DIR:=$(shell mktemp -d)
|
||||
VERSION=v8.8
|
||||
KUBECTL_VERSION?=v1.10.7
|
||||
VERSION=v8.9
|
||||
KUBECTL_VERSION?=v1.11.3
|
||||
|
||||
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.3.2
|
||||
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.4.0
|
||||
|
||||
.PHONY: build push
|
||||
|
||||
|
Reference in New Issue
Block a user