diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-30 23:12:15 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-30 23:12:15 +0200 |
| commit | a33d16cc77f403635c93f9103436b2c4a8990931 (patch) | |
| tree | 3d319f6ccea503da3a3cfef31c472c4b1f1bf428 | |
| parent | 69c7b470e42dc96c0b0c0308823d130f3a8492fb (diff) | |
Use stable jellyfin version tag
Amp-Thread-ID: https://ampcode.com/threads/T-019c10b2-ea57-752e-818e-33a56d69d9fa
Co-authored-by: Amp <amp@ampcode.com>
| -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 431f4c8..be8b677 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: jellyfin/jellyfin:10.8.13 ports: - containerPort: 8096 name: http |
