Update etcd from v3.3.13 to v3.3.14

* https://github.com/etcd-io/etcd/releases/tag/v3.3.14
This commit is contained in:
Dalton Hubble
2019-08-18 21:05:06 -07:00
parent 4ef2eb7e6b
commit 8f412e2f09
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.13
quay.io/coreos/etcd:v3.3.14
ExecStop=/usr/bin/podman stop etcd
[Install]
WantedBy=multi-user.target