summaryrefslogtreecommitdiff
path: root/f3s
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
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')
-rw-r--r--f3s/jellyfin/helm-chart/Chart.yaml2
-rw-r--r--f3s/jellyfin/helm-chart/templates/deployment.yaml2
-rw-r--r--f3s/jellyfin/values.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/f3s/jellyfin/helm-chart/Chart.yaml b/f3s/jellyfin/helm-chart/Chart.yaml
index bd2ca92..07982e5 100644
--- a/f3s/jellyfin/helm-chart/Chart.yaml
+++ b/f3s/jellyfin/helm-chart/Chart.yaml
@@ -2,4 +2,4 @@ apiVersion: v2
name: jellyfin-resources
description: Custom resources for Jellyfin deployment (PVs, PVCs, Ingress)
version: 0.1.0
-appVersion: "latest"
+appVersion: "10.11.6"
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
diff --git a/f3s/jellyfin/values.yaml b/f3s/jellyfin/values.yaml
index 34cdec0..cf32845 100644
--- a/f3s/jellyfin/values.yaml
+++ b/f3s/jellyfin/values.yaml
@@ -4,7 +4,7 @@
# Image configuration
image:
repository: jellyfin/jellyfin
- tag: latest
+ tag: "10.11.6"
pullPolicy: IfNotPresent
# Persistence