feat: Add home-assistant-dev chart and update update-charts script for image tag management

This commit is contained in:
sha
2026-03-24 17:06:44 +02:00
parent 67c4adf846
commit ae3ddefdad
4 changed files with 61 additions and 1 deletions
+25
View File
@@ -0,0 +1,25 @@
home-assistant:
image:
# Must match Chart.yaml appVersion — subchart can't access parent's appVersion
tag: "2026.4.0.dev202603240309"
hostNetwork: false
homekit:
enabled: false
persistence:
config:
type: pvc
size: 5Gi
storageClass: local-path
media:
enabled: false
resources:
requests:
cpu: "100m"
memory: "512Mi"
limits:
cpu: "2"
memory: "2Gi"