keepalived: Update container image tag

The _dev_ tag has gone away, but this image has CI now, so a _latest_
tag is available instead.
This commit is contained in:
2025-10-17 09:40:18 -05:00
parent b28e5a1104
commit 17075713c2

View File

@@ -18,7 +18,7 @@ spec:
command:
- sh
- -c
- |
- | # bash
printf '$INTERFACE=%s\n' \
$(ip route | awk '/^default via/{print $5}') \
> /run/keepalived.interface
@@ -28,7 +28,7 @@ spec:
subPath: run
containers:
- name: keepalived
image: git.pyrocufflink.net/containerimages/keepalived:dev
image: git.pyrocufflink.net/containerimages/keepalived
imagePullPolicy: Always
command:
- keepalived