Addressing Sonarr DB Migration error
This commit is contained in:
parent
3dfc818f5f
commit
7c3364fef9
@ -54,7 +54,7 @@ spec:
|
||||
- name: sonarr
|
||||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 12}}
|
||||
image: "lscr.io/linuxserver/sonarr:latest"
|
||||
image: "lscr.io/linuxserver/sonarr:{{ .Values.sonarr.tag | default "latest" }}"
|
||||
env:
|
||||
- name: PUID
|
||||
value: "1000"
|
||||
|
@ -94,6 +94,9 @@ ombi:
|
||||
|
||||
sonarr:
|
||||
enabled: true
|
||||
# Hard-coded to address https://forums.sonarr.tv/t/unraid-binhex-sonarr-crashes-constantly-epic-fail/33175/
|
||||
# https://github.com/Sonarr/Sonarr/issues/5929 / https://old.reddit.com/r/sonarr/comments/15p160j/v4_consoleapp_epic_fail_error/
|
||||
tag: "develop-version-4.0.0.613"
|
||||
|
||||
radarr:
|
||||
enabled: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user