From c4d3b9e5519bcaecb08696913949ae27f790ad86 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 8 Aug 2026 20:13:02 +1000 Subject: [PATCH] Bump kea images to v0.1.2 (socket dir 0750 fix) kea-operator v0.1.2 renders entrypoints that chmod /var/run/kea to 0750, resolving the remaining CrashLoopBackOff where kea rejected the 0777 emptyDir socket directory ("more relaxed permissions than 750"). - Bump kea-operator, kea, and kea-api images v0.1.1 -> v0.1.2. Claude-Session: https://claude.ai/code/session_01JUoARVdmhxKQHyyyp1pxeT --- apps/base/dhcp-system/cr/keaapi.yaml | 2 +- apps/base/dhcp-system/cr/keacluster.yaml | 2 +- apps/base/dhcp-system/deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/base/dhcp-system/cr/keaapi.yaml b/apps/base/dhcp-system/cr/keaapi.yaml index d2c7b7a..8977023 100644 --- a/apps/base/dhcp-system/cr/keaapi.yaml +++ b/apps/base/dhcp-system/cr/keaapi.yaml @@ -11,7 +11,7 @@ metadata: argocd.argoproj.io/sync-wave: "1" spec: replicas: 1 - image: git.unkin.net/unkin/kea-api:v0.1.1 + image: git.unkin.net/unkin/kea-api:v0.1.2 tokenSecretName: kea-api-token service: type: ClusterIP diff --git a/apps/base/dhcp-system/cr/keacluster.yaml b/apps/base/dhcp-system/cr/keacluster.yaml index 3b1ce73..76b6114 100644 --- a/apps/base/dhcp-system/cr/keacluster.yaml +++ b/apps/base/dhcp-system/cr/keacluster.yaml @@ -11,7 +11,7 @@ metadata: argocd.argoproj.io/sync-wave: "1" spec: replicas: 2 - image: git.unkin.net/unkin/kea:v0.1.1 + image: git.unkin.net/unkin/kea:v0.1.2 domainName: main.unkin.net defaultLeaseTime: 1200 maxLeaseTime: 86400 diff --git a/apps/base/dhcp-system/deployment.yaml b/apps/base/dhcp-system/deployment.yaml index 2f75c40..9063426 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.1 + image: git.unkin.net/unkin/kea-operator:v0.1.2 args: - --metrics-bind-address=:8080 - --health-probe-bind-address=:8081 -- 2.47.3