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

This commit is contained in:
Xstar97TheNoob
2024-10-30 18:24:03 -07:00
committed by GitHub
parent 741a38ef1d
commit 464ac01f58
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -35,4 +35,4 @@ sources:
- https://github.com/Radarr/Radarr - https://github.com/Radarr/Radarr
- https://github.com/truecharts/charts/tree/master/charts/stable/radarr - https://github.com/truecharts/charts/tree/master/charts/stable/radarr
type: application type: application
version: 23.10.1 version: 23.11.0
@@ -4,4 +4,4 @@ workload:
containers: containers:
main: main:
env: env:
RADARR__AUTHENTICATION_METHOD: Basic RADARR__AUTH__METHOD: Basic
+9 -2
View File
@@ -40,7 +40,15 @@ workload:
type: http type: http
path: /ping path: /ping
env: 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: exportarr:
enabled: "{{ .Values.metrics.main.enabled }}" enabled: "{{ .Values.metrics.main.enabled }}"
imageSelector: exportarrImage imageSelector: exportarrImage
@@ -94,4 +102,3 @@ metrics:
portal: portal:
open: open:
enabled: true enabled: true
updated: true