flux: add image update automation

This commit is contained in:
Márcio Fernandes
2026-06-06 00:56:37 +00:00
parent 32a5849d3d
commit dc6cdb1686
9 changed files with 61 additions and 18 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: mosquitto
git:
checkout:
ref:
branch: master
commit:
author:
name: FluxCD
email: flux@local
messageTemplate: |
Update mosquitto image.
push:
branch: master
update:
path: ./deploy/app/statefulset.yaml
strategy: Setters