diff --git a/library/ix-dev/community/radarr/Chart.yaml b/library/ix-dev/community/radarr/Chart.yaml index ea15cf3c0a..5a417cc293 100644 --- a/library/ix-dev/community/radarr/Chart.yaml +++ b/library/ix-dev/community/radarr/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/library/ix-dev/community/radarr/charts/common-1.0.5.tgz b/library/ix-dev/community/radarr/charts/common-1.0.5.tgz index 69e9ada5c5..b2b9096331 100644 Binary files a/library/ix-dev/community/radarr/charts/common-1.0.5.tgz and b/library/ix-dev/community/radarr/charts/common-1.0.5.tgz differ diff --git a/library/ix-dev/community/radarr/templates/_radarr.tpl b/library/ix-dev/community/radarr/templates/_radarr.tpl index 39b8f6f201..4096c67bcf 100644 --- a/library/ix-dev/community/radarr/templates/_radarr.tpl +++ b/library/ix-dev/community/radarr/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