Upgrade etcd server version to 3.5.0-rc.0

This commit is contained in:
Marek Siarkowicz
2021-05-17 16:19:53 +02:00
parent 7696a48612
commit 12447bc803
9 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.4.13}
ETCD_VERSION=${ETCD_VERSION:-3.5.0-rc.0}
ETCD_HOST=${ETCD_HOST:-127.0.0.1}
ETCD_PORT=${ETCD_PORT:-2379}
export KUBE_INTEGRATION_ETCD_URL="http://${ETCD_HOST}:${ETCD_PORT}"