Update etcd from v3.4.0 to v3.4.1

* https://github.com/etcd-io/etcd/releases/tag/v3.4.1
This commit is contained in:
Dalton Hubble
2019-09-28 15:09:57 -07:00
parent 9bfb1c5faf
commit 3e34fb075b
8 changed files with 14 additions and 11 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.0
quay.io/coreos/etcd:v3.4.1
ExecStop=/usr/bin/podman stop etcd
[Install]
WantedBy=multi-user.target