Bump etcd default server version to 3.2.18

This commit is contained in:
Joe Betz
2018-03-14 13:51:39 -07:00
parent 1d2a090260
commit a795cb61bc
18 changed files with 35 additions and 30 deletions

View File

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