2 Commits

Author SHA1 Message Date
Hermes Platform Engineer
6967925c4f fix(homeassistant): add restartedAt annotation to trigger rollout and clean up stale Pending pod
The old ReplicaSet 789f79897c left a Pending pod (home-assistant-789f79897c-plf7n)
because the nucbox node is at 95.9% memory. Adding restartedAt annotation to
trigger a fresh rollout so the new ReplicaSet takes over.
2026-07-28 13:11:08 +00:00
7ca919b7c7 Merge pull request 'fix(homeassistant): pin image to 2026.7.4 to avoid cffi version mismatch' (#28) from fix/homeassistant-pin-version into main
Reviewed-on: #28
2026-07-28 11:07:26 +02:00

View File

@@ -52,6 +52,8 @@ spec:
metadata:
labels:
app: home-assistant
annotations:
kubectl.kubernetes.io/restartedAt: "2026-07-28T00:00:00Z"
spec:
containers:
- name: home-assistant