diff --git a/catalog.json b/catalog.json index fd00c6b5ba..f82ddc277e 100644 --- a/catalog.json +++ b/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", diff --git a/community/radarr/1.0.2/charts/common-1.0.5.tgz b/community/radarr/1.0.2/charts/common-1.0.5.tgz deleted file mode 100644 index 69e9ada5c5..0000000000 Binary files a/community/radarr/1.0.2/charts/common-1.0.5.tgz and /dev/null differ diff --git a/community/radarr/1.0.2/Chart.lock b/community/radarr/1.0.3/Chart.lock similarity index 100% rename from community/radarr/1.0.2/Chart.lock rename to community/radarr/1.0.3/Chart.lock diff --git a/community/radarr/1.0.2/Chart.yaml b/community/radarr/1.0.3/Chart.yaml similarity index 97% rename from community/radarr/1.0.2/Chart.yaml rename to community/radarr/1.0.3/Chart.yaml index ea15cf3c0a..5a417cc293 100644 --- a/community/radarr/1.0.2/Chart.yaml +++ b/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' diff --git a/community/radarr/1.0.2/README.md b/community/radarr/1.0.3/README.md similarity index 100% rename from community/radarr/1.0.2/README.md rename to community/radarr/1.0.3/README.md diff --git a/community/radarr/1.0.2/app-readme.md b/community/radarr/1.0.3/app-readme.md similarity index 100% rename from community/radarr/1.0.2/app-readme.md rename to community/radarr/1.0.3/app-readme.md diff --git a/community/radarr/1.0.3/charts/common-1.0.5.tgz b/community/radarr/1.0.3/charts/common-1.0.5.tgz new file mode 100644 index 0000000000..b2b9096331 Binary files /dev/null and b/community/radarr/1.0.3/charts/common-1.0.5.tgz differ diff --git a/community/radarr/1.0.2/ci/basic-values.yaml b/community/radarr/1.0.3/ci/basic-values.yaml similarity index 100% rename from community/radarr/1.0.2/ci/basic-values.yaml rename to community/radarr/1.0.3/ci/basic-values.yaml diff --git a/community/radarr/1.0.2/ci/extra-values.yaml b/community/radarr/1.0.3/ci/extra-values.yaml similarity index 100% rename from community/radarr/1.0.2/ci/extra-values.yaml rename to community/radarr/1.0.3/ci/extra-values.yaml diff --git a/community/radarr/1.0.2/ci/hostNet-values.yaml b/community/radarr/1.0.3/ci/hostNet-values.yaml similarity index 100% rename from community/radarr/1.0.2/ci/hostNet-values.yaml rename to community/radarr/1.0.3/ci/hostNet-values.yaml diff --git a/community/radarr/1.0.2/ix_values.yaml b/community/radarr/1.0.3/ix_values.yaml similarity index 100% rename from community/radarr/1.0.2/ix_values.yaml rename to community/radarr/1.0.3/ix_values.yaml diff --git a/community/radarr/1.0.2/questions.yaml b/community/radarr/1.0.3/questions.yaml similarity index 100% rename from community/radarr/1.0.2/questions.yaml rename to community/radarr/1.0.3/questions.yaml diff --git a/community/radarr/1.0.2/templates/NOTES.txt b/community/radarr/1.0.3/templates/NOTES.txt similarity index 100% rename from community/radarr/1.0.2/templates/NOTES.txt rename to community/radarr/1.0.3/templates/NOTES.txt diff --git a/community/radarr/1.0.2/templates/_portal.tpl b/community/radarr/1.0.3/templates/_portal.tpl similarity index 100% rename from community/radarr/1.0.2/templates/_portal.tpl rename to community/radarr/1.0.3/templates/_portal.tpl diff --git a/community/radarr/1.0.2/templates/_radarr.tpl b/community/radarr/1.0.3/templates/_radarr.tpl similarity index 92% rename from community/radarr/1.0.2/templates/_radarr.tpl rename to community/radarr/1.0.3/templates/_radarr.tpl index 39b8f6f201..4096c67bcf 100644 --- a/community/radarr/1.0.2/templates/_radarr.tpl +++ b/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 diff --git a/community/radarr/1.0.2/templates/common.yaml b/community/radarr/1.0.3/templates/common.yaml similarity index 100% rename from community/radarr/1.0.2/templates/common.yaml rename to community/radarr/1.0.3/templates/common.yaml