Update etcd to 3.0.17 in integration tests

This commit is contained in:
Wojciech Tyczynski
2017-02-16 11:20:34 +01:00
parent d53add76dd
commit a7d2136ce1
4 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@
# A set of helpers for starting/running etcd for tests
ETCD_VERSION=${ETCD_VERSION:-3.0.14}
ETCD_VERSION=${ETCD_VERSION:-3.0.17}
ETCD_HOST=${ETCD_HOST:-127.0.0.1}
ETCD_PORT=${ETCD_PORT:-2379}