Addressing Sonarr DB Migration error

This commit is contained in:
Jack Jackson 2024-02-17 18:08:48 -08:00
parent 3dfc818f5f
commit 7c3364fef9
2 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -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