fix(lidarr) update lidarr to use the official env variables (#28628)

This commit is contained in:
Xstar97TheNoob
2024-10-30 18:24:21 -07:00
committed by GitHub
parent 76795c6144
commit 737cb1160b
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -35,4 +35,4 @@ sources:
- https://github.com/Lidarr/Lidarr
- https://github.com/truecharts/charts/tree/master/charts/stable/lidarr
type: application
version: 24.2.1
version: 24.3.0
+9 -2
View File
@@ -40,8 +40,15 @@ workload:
type: http
path: /ping
env:
LIDARR__PORT: "{{ .Values.service.main.ports.main.port }}"
LIDARR__AUTHENTICATION_METHOD: ""
LIDARR__SERVER__PORT: "{{ .Values.service.main.ports.main.port }}"
# External | Basic | Forms
LIDARR__AUTH__METHOD: ""
# DisabledForLocalAddresses | Enabled
LIDARR__AUTH__REQUIRED: DisabledForLocalAddresses
# LIDARR__APP__THEME: dark
# LIDARR__APP__INSTANCENAME: Lidarr
# LIDARR__LOG__LEVEL: info
# LIDARR__UPDATE__BRANCH: develop
exportarr:
enabled: "{{ .Values.metrics.main.enabled }}"
imageSelector: exportarrImage