Update etcd from v3.3.7 to v3.3.8

* https://github.com/coreos/etcd/releases/tag/v3.3.8
This commit is contained in:
Dalton Hubble
2018-06-19 21:55:05 -07:00
parent d5de41e07a
commit 6e64634748
9 changed files with 9 additions and 9 deletions

View File

@ -94,7 +94,7 @@ bootcmd:
runcmd:
- [systemctl, daemon-reload]
- [systemctl, restart, NetworkManager]
- "atomic install --system --name=etcd quay.io/poseidon/etcd:v3.3.7"
- "atomic install --system --name=etcd quay.io/poseidon/etcd:v3.3.8"
- "atomic install --system --name=kubelet quay.io/poseidon/kubelet:v1.10.4"
- "atomic install --system --name=bootkube quay.io/poseidon/bootkube:v0.12.0"
- [systemctl, start, --no-block, etcd.service]