sync code from copy destination

This commit is contained in:
zouyee 2018-01-20 14:48:33 +08:00
parent f9bb978ad6
commit ee062f9a1f
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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