etcd: Update to v3.5.3

Signed-off-by: Stephen Augustus <foo@auggie.dev>
This commit is contained in:
Stephen Augustus
2022-04-13 16:48:27 -04:00
parent d9213f95a0
commit 3f85937b11
8 changed files with 14 additions and 12 deletions

View File

@@ -16,7 +16,7 @@
# A set of helpers for starting/running etcd for tests
ETCD_VERSION=${ETCD_VERSION:-3.5.1}
ETCD_VERSION=${ETCD_VERSION:-3.5.3}
ETCD_HOST=${ETCD_HOST:-127.0.0.1}
ETCD_PORT=${ETCD_PORT:-2379}
# This is intentionally not called ETCD_LOG_LEVEL: