fix: revert Jellyfin to 12.0 after 10.11.11 rollback broke DB compatibility
Some checks failed
validate / lint (push) Failing after 1s
Some checks failed
validate / lint (push) Failing after 1s
10.11.11 can't read the schema Jellyfin 12.0 already migrated the config DB to (SQLite errors on every user query), which broke login entirely. Pin to 12.0 instead of :latest to restore service and stop future silent version jumps. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016EQrGkfXFae4PZG9QfPRf4
This commit is contained in:
parent
b995b9f5c4
commit
40f6d05c4b
@ -85,7 +85,7 @@ spec:
|
||||
- primary
|
||||
containers:
|
||||
- name: jellyfin
|
||||
image: jellyfin/jellyfin:10.11.11
|
||||
image: jellyfin/jellyfin:12.0
|
||||
ports:
|
||||
- containerPort: 8096
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user