diff --git a/cluster/addons/etcd-empty-dir-cleanup/etcd-empty-dir-cleanup.yaml b/cluster/addons/etcd-empty-dir-cleanup/etcd-empty-dir-cleanup.yaml index 05943c8c416..e6ca6f9e2c3 100644 --- a/cluster/addons/etcd-empty-dir-cleanup/etcd-empty-dir-cleanup.yaml +++ b/cluster/addons/etcd-empty-dir-cleanup/etcd-empty-dir-cleanup.yaml @@ -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 diff --git a/cluster/images/etcd-empty-dir-cleanup/Makefile b/cluster/images/etcd-empty-dir-cleanup/Makefile index d84a353ce00..0fc6994af30 100644 --- a/cluster/images/etcd-empty-dir-cleanup/Makefile +++ b/cluster/images/etcd-empty-dir-cleanup/Makefile @@ -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