Update etcd to 2.2.1

This commit is contained in:
Joe Beda
2015-10-30 15:25:23 -07:00
parent f64780d6eb
commit 993c1ee222
16 changed files with 27 additions and 23 deletions

View File

@@ -5,7 +5,7 @@ ambassador:
command: "-name docker_apiserver_1"
etcd:
hostname: etcd
image: quay.io/coreos/etcd:v2.0.12
image: quay.io/coreos/etcd:v2.2.1
ports: [ "4001:4001" ]
command: >
--listen-client-urls 'http://etcd:4001'

View File

@@ -20,7 +20,7 @@ set -o errexit
set -o nounset
set -o pipefail
ETCD_VERSION=${ETCD_VERSION:-v2.0.12}
ETCD_VERSION=${ETCD_VERSION:-v2.2.1}
full_name=etcd-${ETCD_VERSION}-linux-amd64
archive_url=https://github.com/coreos/etcd/releases/download/${ETCD_VERSION}/${full_name}.tar.gz