Update etcd from v3.4.9 to v3.4.10

* https://github.com/etcd-io/etcd/releases/tag/v3.4.10
This commit is contained in:
Dalton Hubble
2020-07-18 14:08:22 -07:00
parent efd4a0319d
commit f96e91f225
11 changed files with 12 additions and 10 deletions

View File

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