Update etcd from v3.4.3 to v3.4.4

* https://github.com/etcd-io/etcd/releases/tag/v3.4.4
This commit is contained in:
Dalton Hubble
2020-02-25 23:36:33 -08:00
parent 3250994c95
commit 6de5cf5a55
9 changed files with 9 additions and 8 deletions

View File

@ -28,7 +28,7 @@ systemd:
--network host \
--volume /var/lib/etcd:/var/lib/etcd:rw,Z \
--volume /etc/ssl/etcd:/etc/ssl/certs:ro,Z \
quay.io/coreos/etcd:v3.4.3
quay.io/coreos/etcd:v3.4.4
ExecStop=/usr/bin/podman stop etcd
[Install]
WantedBy=multi-user.target