flux: migrate to flux cd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user