Update etcd from v3.3.15 to v3.4.0

* https://github.com/etcd-io/etcd/releases/tag/v3.4.0
This commit is contained in:
Dalton Hubble
2019-09-08 12:57:40 -07:00
parent dc436b8fe9
commit c20683067d
8 changed files with 8 additions and 7 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.3.15
quay.io/coreos/etcd:v3.4.0
ExecStop=/usr/bin/podman stop etcd
[Install]
WantedBy=multi-user.target