diff --git a/cluster/images/hyperkube/static-pods/etcd.json b/cluster/images/hyperkube/static-pods/etcd.json index 2f2d5598a08..5f3c236daf0 100644 --- a/cluster/images/hyperkube/static-pods/etcd.json +++ b/cluster/images/hyperkube/static-pods/etcd.json @@ -10,7 +10,7 @@ "containers": [ { "name": "etcd", - "image": "gcr.io/google_containers/etcd-ARCH:2.2.1", + "image": "gcr.io/google_containers/etcd-ARCH:2.2.5", "command": [ "/usr/local/bin/etcd", "--listen-client-urls=http://127.0.0.1:2379,http://127.0.0.1:4001",