new file: deploy/app/image-policy.yaml new file: deploy/app/image-repo.yaml new file: deploy/app/image-update-automation.yaml modified: deploy/app/kustomization.yaml
24 lines
453 B
YAML
24 lines
453 B
YAML
apiVersion: image.toolkit.fluxcd.io/v1
|
|
kind: ImageUpdateAutomation
|
|
metadata:
|
|
name: jellyfin
|
|
spec:
|
|
interval: 72h
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: jellyfin
|
|
git:
|
|
checkout:
|
|
ref:
|
|
branch: main
|
|
commit:
|
|
author:
|
|
name: FluxCD
|
|
email: flux@local
|
|
messageTemplate: |
|
|
Update jellyfin image.
|
|
push:
|
|
branch: main
|
|
update:
|
|
path: ./deploy/app/deployment.yaml
|
|
strategy: Setters |