mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 11:38:15 +00:00
update etcd version in install.sh to 3.5.9
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
This commit is contained in:
parent
8d491e676a
commit
6616e1f238
@ -16,7 +16,7 @@
|
||||
|
||||
# A set of helpers for starting/running etcd for tests
|
||||
|
||||
ETCD_VERSION=${ETCD_VERSION:-3.5.8}
|
||||
ETCD_VERSION=${ETCD_VERSION:-3.5.9}
|
||||
ETCD_HOST=${ETCD_HOST:-127.0.0.1}
|
||||
ETCD_PORT=${ETCD_PORT:-2379}
|
||||
# This is intentionally not called ETCD_LOG_LEVEL:
|
||||
|
Loading…
Reference in New Issue
Block a user