fix(prowlarr) update prowlarr to use the official env variables (#28627)

This commit is contained in:
Xstar97TheNoob
2024-10-30 21:24:12 -04:00
committed by GitHub
parent 464ac01f58
commit 76795c6144
2 changed files with 10 additions and 4 deletions

View File

@@ -36,4 +36,4 @@ sources:
- https://github.com/k8s-at-home/container-images
- https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr
type: application
version: 18.7.6
version: 18.8.0

View File

@@ -34,8 +34,15 @@ workload:
startup:
type: tcp
env:
PROWLARR__PORT: "{{ .Values.service.main.ports.main.port }}"
PROWLARR__AUTHENTICATION_METHOD: ""
PROWLARR__SERVER__PORT: "{{ .Values.service.main.ports.main.port }}"
# External | Basic | Forms
PROWLARR__AUTH__METHOD: ""
# DisabledForLocalAddresses | Enabled
PROWLARR__AUTH__REQUIRED: DisabledForLocalAddresses
# PROWLARR__APP__THEME: dark
# PROWLARR__APP__INSTANCENAME: Prowlarr
# PROWLARR__LOG__LEVEL: info
# PROWLARR__UPDATE__BRANCH: develop
exportarr:
enabled: "{{ .Values.metrics.main.enabled }}"
imageSelector: exportarrImage
@@ -101,4 +108,3 @@ metrics:
portal:
open:
enabled: true
updated: true