Files
lms/deploy/app/image-update-automation.yaml
T
2026-06-05 23:11:42 +00:00

24 lines
456 B
YAML

apiVersion: image.toolkit.fluxcd.io/v1
kind: ImageUpdateAutomation
metadata:
name: lms
spec:
interval: 30m
sourceRef:
kind: GitRepository
name: lms
git:
checkout:
ref:
branch: master
commit:
author:
name: FluxCD
email: flux@local
messageTemplate: |
Update lyrionmusicserver image.
push:
branch: master
update:
path: ./deploy/app/deployment.yaml
strategy: Setters