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:
@@ -14,7 +14,9 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: jellyfin
|
- name: jellyfin
|
||||||
image: jellyfin/jellyfin
|
### Maintained by flux - Image Update Automation
|
||||||
|
image: jellyfin/jellyfin:latest # {"$imagepolicy": "jellyfin:jellyfin"}
|
||||||
|
###
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 7359
|
- containerPort: 7359
|
||||||
- containerPort: 8096
|
- containerPort: 8096
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
apiVersion: image.toolkit.fluxcd.io/v1
|
||||||
|
kind: ImagePolicy
|
||||||
|
metadata:
|
||||||
|
name: jellyfin/jellyfin
|
||||||
|
spec:
|
||||||
|
imageRepositoryRef:
|
||||||
|
name: jellyfin/jellyfin
|
||||||
|
filterTags:
|
||||||
|
pattern: '^latest$'
|
||||||
|
policy:
|
||||||
|
alphabetical: {}
|
||||||
|
digestReflectionPolicy: Always
|
||||||
|
interval: 24h
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
apiVersion: image.toolkit.fluxcd.io/v1
|
||||||
|
kind: ImageRepository
|
||||||
|
metadata:
|
||||||
|
name: jellyfin/jellyfin
|
||||||
|
spec:
|
||||||
|
image: jellyfin/jellyfin
|
||||||
|
interval: 72h
|
||||||
@@ -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
|
||||||
@@ -9,3 +9,6 @@ resources:
|
|||||||
- volumes.tv-shows.yaml
|
- volumes.tv-shows.yaml
|
||||||
- volumes.movies.yaml
|
- volumes.movies.yaml
|
||||||
- volumes.app-data.yaml
|
- volumes.app-data.yaml
|
||||||
|
- image-repo.yaml
|
||||||
|
- image-policy.yaml
|
||||||
|
- image-update-automation.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user