From f8716dd16ae77b68847babae56781860fec5a69f Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 29 Aug 2026 12:55:13 +1000 Subject: [PATCH] kea-operator: bump to v0.1.5 (#425) ## Summary - Bumps kea-operator image pin to v0.1.5 ## Why v0.1.4 fixed HA peer URLs but the HA hook then bound its dedicated listener to the ClusterIP and crashed; v0.1.5 disables the dedicated listener so HA flows via the ctrl-agent. Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/425 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 52f762f..18a0dc6 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.4 + image: git.unkin.net/unkin/kea-operator:v0.1.5 args: - --metrics-bind-address=:8080 - --health-probe-bind-address=:8081