readarr: update envs (#2563)

* readarr: update envs

* test values

* update imge

* hmm
This commit is contained in:
Stavros Kois
2024-06-12 21:44:58 +03:00
committed by GitHub
parent ad3384ce53
commit ba80629909
4 changed files with 7 additions and 6 deletions

View File

@@ -4,9 +4,9 @@ description: Readarr is an ebook and audiobook collection manager for Usenet and
annotations:
title: Readarr
type: application
version: 1.2.20
version: 1.2.21
apiVersion: v2
appVersion: 0.3.27.2538
appVersion: 0.3.28.2554
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas

View File

@@ -1,8 +1,8 @@
readarrConfig:
additionalEnvs:
- name: READARR__API_KEY
- name: READARR__AUTH__APIKEY
value: some-long-api-key
- name: READARR__LOG_LEVEL
- name: READARR__LOG__LEVEL
value: error
readarrNetwork:

View File

@@ -16,7 +16,8 @@ workload:
runAsGroup: {{ .Values.readarrRunAs.group }}
env:
READARR__PORT: {{ .Values.readarrNetwork.webPort }}
READARR__INSTANCE_NAME: {{ .Values.readarrConfig.instanceName }}
READARR__SERVER__PORT: {{ .Values.readarrNetwork.webPort }}
READARR__APP__INSTANCENAME: {{ .Values.readarrConfig.instanceName }}
{{ with .Values.readarrConfig.additionalEnvs }}
envList:
{{ range $env := . }}

View File

@@ -1,7 +1,7 @@
image:
repository: ghcr.io/onedr0p/readarr-develop
pullPolicy: IfNotPresent
tag: 0.3.27.2538
tag: 0.3.28.2554
resources:
limits: