diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-31 09:22:20 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-31 09:22:20 +0200 |
| commit | 3893ff25ea04acf2bf03bae88bd82695f252387e (patch) | |
| tree | fc43675009e945187917eedf5fa42a8b124d9829 /f3s/jellyfin/helm-chart/templates | |
| parent | e976193b1697fcdc3f4787e9cd43d099b27a0e52 (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.yaml | 2 |
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 |
