flux: migrate to flux cd

This commit is contained in:
Márcio Fernandes
2026-06-06 01:17:21 +00:00
parent ed6809a87a
commit 07ac6f58a9
20 changed files with 106 additions and 166 deletions
+3 -3
View File
@@ -2,7 +2,6 @@ apiVersion: apps/v1
kind: StatefulSet
metadata:
name: home-assistant
namespace: home-assistant
labels:
app: home-assistant
spec:
@@ -24,8 +23,9 @@ spec:
effect: "NoSchedule"
containers:
- name: home-assistant
image: "homeassistant/home-assistant"
imagePullPolicy: Always
### Maintained by flux - Image Update Automation
image: homeassistant/home-assistant:latest # {"$imagepolicy": "home-assistant:home-assistant}
imagePullPolicy: IfNotPresent
env:
- name: TZ
value: Europe/Lisbon