flux: migrate to flux cd
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
apiVersion: image.toolkit.fluxcd.io/v1
|
||||
kind: ImageUpdateAutomation
|
||||
metadata:
|
||||
name: home-assistant
|
||||
spec:
|
||||
interval: 72h
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: home-assistant
|
||||
git:
|
||||
checkout:
|
||||
ref:
|
||||
branch: master
|
||||
commit:
|
||||
author:
|
||||
name: FluxCD
|
||||
email: flux@local
|
||||
messageTemplate: |
|
||||
Update home-assistant image.
|
||||
push:
|
||||
branch: master
|
||||
update:
|
||||
path: ./deploy/app/statefulset.yaml
|
||||
strategy: Setters
|
||||
Reference in New Issue
Block a user