From 6967925c4ff66fd8b12d97c0a3629c747f576339 Mon Sep 17 00:00:00 2001 From: Hermes Platform Engineer Date: Tue, 28 Jul 2026 13:11:08 +0000 Subject: [PATCH] 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. --- homeassistant/homeassistant.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/homeassistant.yaml b/homeassistant/homeassistant.yaml index 527fc1a..dbf31de 100644 --- a/homeassistant/homeassistant.yaml +++ b/homeassistant/homeassistant.yaml @@ -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