Pārlūkot izejas kodu

Publish new changes in catalog

sonicaj 1 gadu atpakaļ
vecāks
revīzija
510f8fa2f0

+ 0 - 0
community/readarr/1.2.20/Chart.lock → community/readarr/1.2.21/Chart.lock


+ 2 - 2
community/readarr/1.2.20/Chart.yaml → community/readarr/1.2.21/Chart.yaml

@@ -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

+ 0 - 0
community/readarr/1.2.20/README.md → community/readarr/1.2.21/README.md


+ 0 - 0
community/readarr/1.2.20/app-readme.md → community/readarr/1.2.21/app-readme.md


+ 0 - 0
community/readarr/1.2.20/charts/common-1.2.9.tgz → community/readarr/1.2.21/charts/common-1.2.9.tgz


+ 0 - 0
community/readarr/1.2.20/ci/basic-values.yaml → community/readarr/1.2.21/ci/basic-values.yaml


+ 2 - 2
community/readarr/1.2.20/ci/extra-values.yaml → community/readarr/1.2.21/ci/extra-values.yaml

@@ -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:

+ 0 - 0
community/readarr/1.2.20/ci/hostNet-values.yaml → community/readarr/1.2.21/ci/hostNet-values.yaml


+ 1 - 1
community/readarr/1.2.20/ix_values.yaml → community/readarr/1.2.21/ix_values.yaml

@@ -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:

+ 0 - 0
community/readarr/1.2.20/metadata.yaml → community/readarr/1.2.21/metadata.yaml


+ 0 - 0
community/readarr/1.2.20/migrations/migrate → community/readarr/1.2.21/migrations/migrate


+ 0 - 0
community/readarr/1.2.20/questions.yaml → community/readarr/1.2.21/questions.yaml


+ 0 - 0
community/readarr/1.2.20/templates/NOTES.txt → community/readarr/1.2.21/templates/NOTES.txt


+ 0 - 0
community/readarr/1.2.20/templates/_persistence.tpl → community/readarr/1.2.21/templates/_persistence.tpl


+ 0 - 0
community/readarr/1.2.20/templates/_portal.tpl → community/readarr/1.2.21/templates/_portal.tpl


+ 2 - 1
community/readarr/1.2.20/templates/_readarr.tpl → community/readarr/1.2.21/templates/_readarr.tpl

@@ -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 := . }}

+ 0 - 0
community/readarr/1.2.20/templates/_service.tpl → community/readarr/1.2.21/templates/_service.tpl


+ 0 - 0
community/readarr/1.2.20/templates/common.yaml → community/readarr/1.2.21/templates/common.yaml