Addressing Sonarr DB Migration error
This commit is contained in:
parent
3dfc818f5f
commit
7c3364fef9
@ -54,7 +54,7 @@ spec:
|
|||||||
- name: sonarr
|
- name: sonarr
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.securityContext | nindent 12}}
|
{{- toYaml .Values.securityContext | nindent 12}}
|
||||||
image: "lscr.io/linuxserver/sonarr:latest"
|
image: "lscr.io/linuxserver/sonarr:{{ .Values.sonarr.tag | default "latest" }}"
|
||||||
env:
|
env:
|
||||||
- name: PUID
|
- name: PUID
|
||||||
value: "1000"
|
value: "1000"
|
||||||
|
@ -94,6 +94,9 @@ ombi:
|
|||||||
|
|
||||||
sonarr:
|
sonarr:
|
||||||
enabled: true
|
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:
|
radarr:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user