fix(readarr) update readarr to use the official env variables (#28629)

This commit is contained in:
Xstar97TheNoob
2024-10-30 21:24:41 -04:00
committed by GitHub
parent 737cb1160b
commit 3f4d1e8ef3
2 changed files with 10 additions and 3 deletions

View File

@@ -38,4 +38,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/readarr
- https://readarr.com
type: application
version: 24.0.11
version: 24.1.0

View File

@@ -40,8 +40,15 @@ workload:
type: http
path: /ping
env:
READARR__PORT: "{{ .Values.service.main.ports.main.port }}"
READARR__AUTHENTICATION_METHOD: "None"
READARR__SERVER__PORT: "{{ .Values.service.main.ports.main.port }}"
# External | Basic | Forms
READARR__AUTH__METHOD: ""
# DisabledForLocalAddresses | Enabled
READARR__AUTH__REQUIRED: DisabledForLocalAddresses
# READARR__APP__THEME: dark
# READARR__APP__INSTANCENAME: Readarr
# READARR__LOG__LEVEL: info
# READARR__UPDATE__BRANCH: develop
exportarr:
enabled: "{{ .Values.metrics.main.enabled }}"
imageSelector: exportarrImage