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