Files
Jellyfin/deploy/app/image-update-automation.yaml
T
Márcio Fernandes 42a4861cc4 modified: deploy/app/deployment.yaml
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
2026-07-11 21:41:26 +00:00

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