From 74eb09b638819ce665681e056d46795cfdba6750 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Wed, 26 Aug 2026 23:19:41 +1000 Subject: [PATCH] kea-operator: bump to v0.1.4 (#423) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit why: production kea-dhcp4 is in a permanent crashloop — Kea's HA hook rejects DNS hostnames in peer URLs and v0.1.3 renders headless-DNS peer URLs; v0.1.4 ships the merged fix (per-peer ClusterIP Services + IP-literal URLs). - bump kea-operator image pin to v0.1.4 Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/423 Co-authored-by: unkin-agent Co-committed-by: unkin-agent --- apps/base/dhcp-system/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/dhcp-system/deployment.yaml b/apps/base/dhcp-system/deployment.yaml index a324a1b..52f762f 100644 --- a/apps/base/dhcp-system/deployment.yaml +++ b/apps/base/dhcp-system/deployment.yaml @@ -21,7 +21,7 @@ spec: runAsNonRoot: true containers: - name: operator - image: git.unkin.net/unkin/kea-operator:v0.1.3 + image: git.unkin.net/unkin/kea-operator:v0.1.4 args: - --metrics-bind-address=:8080 - --health-probe-bind-address=:8081