Update etcd from v3.3.12 to v3.3.13 on Container Linux

* Skip updating etcd for Fedora Atomic clusters, now that
Fedora Atomic has been deprecated
This commit is contained in:
Dalton Hubble
2019-05-04 11:42:51 -07:00
parent ecbbdd905e
commit feb6192aac
6 changed files with 8 additions and 5 deletions

View File

@ -7,7 +7,7 @@ systemd:
- name: 40-etcd-cluster.conf
contents: |
[Service]
Environment="ETCD_IMAGE_TAG=v3.3.12"
Environment="ETCD_IMAGE_TAG=v3.3.13"
Environment="ETCD_NAME=${etcd_name}"
Environment="ETCD_ADVERTISE_CLIENT_URLS=https://${etcd_domain}:2379"
Environment="ETCD_INITIAL_ADVERTISE_PEER_URLS=https://${etcd_domain}:2380"