mirror of
https://github.com/truecharts/charts.git
synced 2026-07-18 23:41:21 -03:00
fix(radarr) update radarr env to the official variables. (#28618)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -4,4 +4,4 @@ workload:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
RADARR__AUTHENTICATION_METHOD: Basic
|
||||
RADARR__AUTH__METHOD: Basic
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user