mirror of https://github.com/k3s-io/k3s
Merge pull request #72940 from liggitt/addon-kubectl-bump
Bump kubectl in addon-managerpull/564/head
commit
3478647333
|
@ -15,8 +15,8 @@
|
||||||
IMAGE=staging-k8s.gcr.io/kube-addon-manager
|
IMAGE=staging-k8s.gcr.io/kube-addon-manager
|
||||||
ARCH?=amd64
|
ARCH?=amd64
|
||||||
TEMP_DIR:=$(shell mktemp -d)
|
TEMP_DIR:=$(shell mktemp -d)
|
||||||
VERSION=v8.9
|
VERSION=v9.0
|
||||||
KUBECTL_VERSION?=v1.11.3
|
KUBECTL_VERSION?=v1.13.2
|
||||||
|
|
||||||
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.4.0
|
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.4.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue