Bump kea images to v0.1.2 (socket dir 0750 fix) #343

Merged
benvin merged 1 commits from benvin/kea-v0.1.2 into main 2026-08-08 22:21:37 +10:00
Owner

Why

kea-dhcp4 and kea-ctrl-agent crash-loop because kea 2.6.5 refuses a unix-socket directory more relaxed than 0750, but the operator's shared emptyDir mounts /var/run/kea at 0777 ('socket-name' is invalid: socket path:/var/run/kea ... more relaxed permissions than 750). kea-operator v0.1.2 renders entrypoints that tighten it.

How

  • bump kea-operator, kea, and kea-api images to v0.1.2
## Why kea-dhcp4 and kea-ctrl-agent crash-loop because kea 2.6.5 refuses a unix-socket directory more relaxed than 0750, but the operator's shared emptyDir mounts `/var/run/kea` at 0777 (`'socket-name' is invalid: socket path:/var/run/kea ... more relaxed permissions than 750`). kea-operator v0.1.2 renders entrypoints that tighten it. ## How - bump kea-operator, kea, and kea-api images to v0.1.2
unkinben added 1 commit 2026-08-08 22:15:07 +10:00
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
c4d3b9e551
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
benvin merged commit 5ebf2cc581 into main 2026-08-08 22:21:37 +10:00
benvin deleted branch benvin/kea-v0.1.2 2026-08-08 22:21:38 +10:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/argocd-apps#343