mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
sync code from copy destination
This commit is contained in:
parent
f9bb978ad6
commit
ee062f9a1f
@ -23,4 +23,4 @@ spec:
|
||||
dnsPolicy: Default
|
||||
containers:
|
||||
- name: etcd-empty-dir-cleanup
|
||||
image: gcr.io/google-containers/etcd-empty-dir-cleanup:3.0.14.0
|
||||
image: gcr.io/google-containers/etcd-empty-dir-cleanup:3.1.10.0
|
||||
|
@ -14,9 +14,9 @@
|
||||
|
||||
.PHONY: build push
|
||||
|
||||
ETCD_VERSION = 3.0.14
|
||||
ETCD_VERSION = 3.1.10
|
||||
IMAGE = gcr.io/google-containers/etcd-empty-dir-cleanup
|
||||
TAG = 3.0.14.0
|
||||
TAG = 3.1.10.0
|
||||
|
||||
clean:
|
||||
rm -rf etcdctl etcd-v$(ETCD_VERSION)-linux-amd64 etcd-v$(ETCD_VERSION)-linux-amd64.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user