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

@ -7,7 +7,7 @@ systemd:
- name: 40-etcd-cluster.conf
contents: |
[Service]
Environment="ETCD_IMAGE_TAG=v3.4.7"
Environment="ETCD_IMAGE_TAG=v3.4.8"
Environment="ETCD_IMAGE_URL=docker://quay.io/coreos/etcd"
Environment="RKT_RUN_ARGS=--insecure-options=image"
Environment="ETCD_NAME=${etcd_name}"