fix(radarr) update radarr env to the official variables. (#28618)

This commit is contained in:
Xstar97TheNoob
2024-10-30 21:24:03 -04:00
committed by GitHub
parent 741a38ef1d
commit 464ac01f58
3 changed files with 11 additions and 4 deletions

View File

@@ -35,4 +35,4 @@ sources:
- https://github.com/Radarr/Radarr
- https://github.com/truecharts/charts/tree/master/charts/stable/radarr
type: application
version: 23.10.1
version: 23.11.0

View File

@@ -4,4 +4,4 @@ workload:
containers:
main:
env:
RADARR__AUTHENTICATION_METHOD: Basic
RADARR__AUTH__METHOD: Basic

View File

@@ -40,7 +40,15 @@ workload:
type: http
path: /ping
env:
RADARR__PORT: "{{ .Values.service.main.ports.main.port }}"
RADARR__SERVER__PORT: "{{ .Values.service.main.ports.main.port }}"
# External | Basic | Forms
RADARR__AUTH__METHOD: ""
# DisabledForLocalAddresses | Enabled
RADARR__AUTH__REQUIRED: DisabledForLocalAddresses
# RADARR__APP__THEME: dark
# RADARR__APP__INSTANCENAME: Radarr
# RADARR__LOG__LEVEL: info
# RADARR__UPDATE__BRANCH: develop
exportarr:
enabled: "{{ .Values.metrics.main.enabled }}"
imageSelector: exportarrImage
@@ -94,4 +102,3 @@ metrics:
portal:
open:
enabled: true
updated: true