浏览代码

Update catalog information

sonicaj 2 年之前
父节点
当前提交
b4f770ba4c

+ 3 - 3
catalog.json

@@ -392,10 +392,10 @@
             "healthy": true,
             "healthy_error": null,
             "location": "/__w/charts/charts/community/radarr",
-            "latest_version": "1.0.2",
+            "latest_version": "1.0.3",
             "latest_app_version": "4.4.4.7068",
-            "latest_human_version": "4.4.4.7068_1.0.2",
-            "last_update": "2023-04-11 15:25:04",
+            "latest_human_version": "4.4.4.7068_1.0.3",
+            "last_update": "2023-04-16 08:52:49",
             "name": "radarr",
             "recommended": false,
             "title": "Radarr",

二进制
community/radarr/1.0.2/charts/common-1.0.5.tgz


+ 0 - 0
community/radarr/1.0.2/Chart.lock → community/radarr/1.0.3/Chart.lock


+ 1 - 1
community/radarr/1.0.2/Chart.yaml → community/radarr/1.0.3/Chart.yaml

@@ -3,7 +3,7 @@ description: Radarr is a movie collection manager for Usenet and BitTorrent user
 annotations:
   title: Radarr
 type: application
-version: 1.0.2
+version: 1.0.3
 apiVersion: v2
 appVersion: 4.4.4.7068
 kubeVersion: '>=1.16.0-0'

+ 0 - 0
community/radarr/1.0.2/README.md → community/radarr/1.0.3/README.md


+ 0 - 0
community/radarr/1.0.2/app-readme.md → community/radarr/1.0.3/app-readme.md


二进制
community/radarr/1.0.3/charts/common-1.0.5.tgz


+ 0 - 0
community/radarr/1.0.2/ci/basic-values.yaml → community/radarr/1.0.3/ci/basic-values.yaml


+ 0 - 0
community/radarr/1.0.2/ci/extra-values.yaml → community/radarr/1.0.3/ci/extra-values.yaml


+ 0 - 0
community/radarr/1.0.2/ci/hostNet-values.yaml → community/radarr/1.0.3/ci/hostNet-values.yaml


+ 0 - 0
community/radarr/1.0.2/ix_values.yaml → community/radarr/1.0.3/ix_values.yaml


+ 0 - 0
community/radarr/1.0.2/questions.yaml → community/radarr/1.0.3/questions.yaml


+ 0 - 0
community/radarr/1.0.2/templates/NOTES.txt → community/radarr/1.0.3/templates/NOTES.txt


+ 0 - 0
community/radarr/1.0.2/templates/_portal.tpl → community/radarr/1.0.3/templates/_portal.tpl


+ 3 - 7
community/radarr/1.0.2/templates/_radarr.tpl → community/radarr/1.0.3/templates/_radarr.tpl

@@ -27,21 +27,17 @@ workload:
               enabled: true
               type: http
               port: "{{ .Values.radarrNetwork.webPort }}"
-              path: /
-              # FIXME: Next release will include this endpoint without auth
-              # path: /ping
+              path: /ping
             readiness:
               enabled: true
               type: http
               port: "{{ .Values.radarrNetwork.webPort }}"
-              path: /
-              # path: /ping
+              path: /ping
             startup:
               enabled: true
               type: http
               port: "{{ .Values.radarrNetwork.webPort }}"
-              path: /
-              # path: /ping
+              path: /ping
       initContainers:
       {{- include "ix.v1.common.app.permissions" (dict "containerName" "01-permissions"
                                                         "UID" .Values.radarrRunAs.user

+ 0 - 0
community/radarr/1.0.2/templates/common.yaml → community/radarr/1.0.3/templates/common.yaml