etcd: Updated to v3.5.5

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas
2022-09-15 18:15:51 -04:00
parent 2ed2e77bc7
commit 0f6b9b883c
8 changed files with 14 additions and 14 deletions

View File

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