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
This commit is contained in:
Márcio Fernandes
2026-07-11 21:41:26 +00:00
parent 5ab4747651
commit 42a4861cc4
5 changed files with 50 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
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