From a34ff6b736e3ebb618ee0e8138073e019e656e46 Mon Sep 17 00:00:00 2001 From: FluxCD Date: Sat, 11 Jul 2026 22:23:07 +0000 Subject: [PATCH] Update jellyfin image. --- deploy/app/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/app/deployment.yaml b/deploy/app/deployment.yaml index 2188c18..bcd4fef 100644 --- a/deploy/app/deployment.yaml +++ b/deploy/app/deployment.yaml @@ -14,8 +14,8 @@ spec: spec: containers: - name: jellyfin - ### Maintained by flux - Image Update Automation - image: jellyfin/jellyfin:latest # {"$imagepolicy": "jellyfin:jellyfin"} + ### Maintained by flux - Image Update Automation + image: jellyfin/jellyfin:latest@sha256:aefb67e6a7ff1debdd154a78a7bbb780fd0c873d8639210a7f6a2016ad2b35db # {"$imagepolicy": "jellyfin:jellyfin"} ### ports: - containerPort: 7359 @@ -46,4 +46,4 @@ spec: claimName: jellyfin-tv-shows - name: movies persistentVolumeClaim: - claimName: jellyfin-movies \ No newline at end of file + claimName: jellyfin-movies