Update etcd from v3.4.4 to v3.4.5

* https://github.com/etcd-io/etcd/releases/tag/v3.4.5
This commit is contained in:
Dalton Hubble
2020-03-18 20:50:41 -07:00
parent 2a5dddeb9d
commit c3ef21dbf5
9 changed files with 12 additions and 8 deletions

View File

@ -7,7 +7,7 @@ systemd:
- name: 40-etcd-cluster.conf
contents: |
[Service]
Environment="ETCD_IMAGE_TAG=v3.4.4"
Environment="ETCD_IMAGE_TAG=v3.4.5"
Environment="ETCD_IMAGE_URL=docker://quay.io/coreos/etcd"
Environment="RKT_RUN_ARGS=--insecure-options=image"
Environment="ETCD_NAME=${etcd_name}"