flux: add auto update images
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user