flux: add auto update images

This commit is contained in:
Márcio Fernandes
2026-06-05 23:09:29 +00:00
parent 4ab249eba4
commit e75c3514bb
5 changed files with 48 additions and 2 deletions
+24
View File
@@ -0,0 +1,24 @@
apiVersion: image.toolkit.fluxcd.io/v1
kind: ImageUpdateAutomation
metadata:
name: lms
spec:
interval: 30m
sourceRef:
kind: GitRepository
name: lms
git:
checkout:
ref:
branch: main
commit:
author:
name: FluxCD
email: flux@local
messageTemplate: |
Update lyrionmusicserver image.
push:
branch: main
update:
path: ./deploy/app/deployment.yaml
strategy: Setters