diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-31 09:06:16 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-31 09:06:16 +0200 |
| commit | 351cf50a61d727c3633e37ef0792ae7fae44b344 (patch) | |
| tree | 5607a6b9f5b9e8693511eac6f947b8429dc8ee70 | |
| parent | e94e0a98faeaeb0d57509794af71a96e02e1b891 (diff) | |
upgrade(jellyfin): use latest version
Amp-Thread-ID: https://ampcode.com/threads/T-019c12b1-e861-773b-8f74-64b6c2255a5f
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 2133ead..ee4f32a 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:10.10.7 + image: jellyfin/jellyfin:latest ports: - containerPort: 8096 name: http |
