Update home-assistant image.
This commit is contained in:
+20
-21
@@ -23,26 +23,25 @@ spec:
|
|||||||
operator: "Equal"
|
operator: "Equal"
|
||||||
value: "casa-mini-minion-01"
|
value: "casa-mini-minion-01"
|
||||||
effect: "NoSchedule"
|
effect: "NoSchedule"
|
||||||
|
|
||||||
containers:
|
containers:
|
||||||
- name: home-assistant
|
- name: home-assistant
|
||||||
### Maintained by flux - Image Update Automation
|
### Maintained by flux - Image Update Automation
|
||||||
image: homeassistant/home-assistant:latest@sha256:adb3341e31e03e0048e60d8c1cf952e118a381ae258bb921d3da12a3b27bf0c2 # {"$imagepolicy": "home-assistant:home-assistant"}
|
image: homeassistant/home-assistant:latest@sha256:cb76c9922b530f6a5063a15463eb3ad6de287d297c826713abda16795bb98980 # {"$imagepolicy": "home-assistant:home-assistant"}
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: Europe/Lisbon
|
value: Europe/Lisbon
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: home-assistant-config
|
|
||||||
mountPath: /config
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: "256Mi"
|
|
||||||
cpu: "400m"
|
|
||||||
limits:
|
|
||||||
memory: "1Gi"
|
|
||||||
cpu: "1000m"
|
|
||||||
volumes:
|
|
||||||
- name: home-assistant-config
|
- name: home-assistant-config
|
||||||
persistentVolumeClaim:
|
mountPath: /config
|
||||||
claimName: home-assistant-config
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: "256Mi"
|
||||||
|
cpu: "400m"
|
||||||
|
limits:
|
||||||
|
memory: "1Gi"
|
||||||
|
cpu: "1000m"
|
||||||
|
volumes:
|
||||||
|
- name: home-assistant-config
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: home-assistant-config
|
||||||
|
|||||||
Reference in New Issue
Block a user