mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-29 23:11:34 +02:00
Update etcd from v3.4.16 to v3.5.0
* Use multi-arch container image instead of a special "-arm64" suffix on arm64 * https://github.com/etcd-io/etcd/releases/tag/v3.5.0
This commit is contained in:
@ -12,7 +12,7 @@ systemd:
|
||||
Wants=network-online.target network.target
|
||||
After=network-online.target
|
||||
[Service]
|
||||
Environment=ETCD_IMAGE=quay.io/coreos/etcd:v3.4.16
|
||||
Environment=ETCD_IMAGE=quay.io/coreos/etcd:v3.5.0
|
||||
Type=exec
|
||||
ExecStartPre=/bin/mkdir -p /var/lib/etcd
|
||||
ExecStartPre=-/usr/bin/podman rm etcd
|
||||
|
Reference in New Issue
Block a user