From 17075713c22a55b02e680ffe3b7445336f439f0f Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 17 Oct 2025 09:40:18 -0500 Subject: [PATCH] keepalived: Update container image tag The _dev_ tag has gone away, but this image has CI now, so a _latest_ tag is available instead. --- keepalived/keepalived.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keepalived/keepalived.yaml b/keepalived/keepalived.yaml index d543ff0..50fcc98 100644 --- a/keepalived/keepalived.yaml +++ b/keepalived/keepalived.yaml @@ -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