From f89d5006a95d0a9deef3d2fdd83ab7cde5d2fefa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20K=C3=A4ldstr=C3=B6m?= Date: Wed, 14 Sep 2016 18:03:33 +0300 Subject: [PATCH] Fix a wrong revert; the etcd version should be 2.2.5 in the hyperkube manifest --- cluster/images/hyperkube/static-pods/etcd.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",