Update etcd from v3.4.7 to v3.4.8

* https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.4.md#v348-2020-05-18
This commit is contained in:
Dalton Hubble
2020-05-18 23:50:46 -07:00
parent 3bdddc452c
commit 8d024d22ad
10 changed files with 10 additions and 10 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.7
quay.io/coreos/etcd:v3.4.8
ExecStop=/usr/bin/podman stop etcd
[Install]
WantedBy=multi-user.target