summaryrefslogtreecommitdiff
path: root/f3s/jellyfin/helm-chart/templates
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-31 09:22:20 +0200
committerPaul Buetow <paul@buetow.org>2026-01-31 09:22:20 +0200
commit3893ff25ea04acf2bf03bae88bd82695f252387e (patch)
treefc43675009e945187917eedf5fa42a8b124d9829 /f3s/jellyfin/helm-chart/templates
parente976193b1697fcdc3f4787e9cd43d099b27a0e52 (diff)
Update Jellyfin to version 10.11.6 with helm templating
Amp-Thread-ID: https://ampcode.com/threads/T-019c12eb-6dd8-76ab-9b88-b9dc12e6984a Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'f3s/jellyfin/helm-chart/templates')
-rw-r--r--f3s/jellyfin/helm-chart/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/f3s/jellyfin/helm-chart/templates/deployment.yaml b/f3s/jellyfin/helm-chart/templates/deployment.yaml
index ee4f32a..044fd1c 100644
--- a/f3s/jellyfin/helm-chart/templates/deployment.yaml
+++ b/f3s/jellyfin/helm-chart/templates/deployment.yaml
@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: jellyfin
- image: jellyfin/jellyfin:latest
+ image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
ports:
- containerPort: 8096
name: http