Commit ee062f9a authored by zouyee's avatar zouyee

sync code from copy destination

parent f9bb978a
...@@ -23,4 +23,4 @@ spec: ...@@ -23,4 +23,4 @@ spec:
dnsPolicy: Default dnsPolicy: Default
containers: containers:
- name: etcd-empty-dir-cleanup - 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 @@ ...@@ -14,9 +14,9 @@
.PHONY: build push .PHONY: build push
ETCD_VERSION = 3.0.14 ETCD_VERSION = 3.1.10
IMAGE = gcr.io/google-containers/etcd-empty-dir-cleanup IMAGE = gcr.io/google-containers/etcd-empty-dir-cleanup
TAG = 3.0.14.0 TAG = 3.1.10.0
clean: clean:
rm -rf etcdctl etcd-v$(ETCD_VERSION)-linux-amd64 etcd-v$(ETCD_VERSION)-linux-amd64.tar.gz rm -rf etcdctl etcd-v$(ETCD_VERSION)-linux-amd64 etcd-v$(ETCD_VERSION)-linux-amd64.tar.gz
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment