Bump kea images to v0.1.2 (socket dir 0750 fix)
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

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
This commit is contained in:
Ben Vincent
2026-08-08 20:13:02 +10:00
parent 4c7c97ab80
commit c4d3b9e551
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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