diff --git a/library/ix-dev/community/bazarr/Chart.yaml b/library/ix-dev/community/bazarr/Chart.yaml index 9a9929763d..d005113666 100644 --- a/library/ix-dev/community/bazarr/Chart.yaml +++ b/library/ix-dev/community/bazarr/Chart.yaml @@ -4,7 +4,7 @@ description: Bazarr is a companion application to Sonarr and Radarr. It manages annotations: title: Bazarr type: application -version: 1.1.1 +version: 1.1.2 apiVersion: v2 appVersion: 1.4.0 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/bazarr/templates/_bazarr.tpl b/library/ix-dev/community/bazarr/templates/_bazarr.tpl index b38cf0b9bd..e1f8f7e714 100644 --- a/library/ix-dev/community/bazarr/templates/_bazarr.tpl +++ b/library/ix-dev/community/bazarr/templates/_bazarr.tpl @@ -31,17 +31,17 @@ workload: enabled: true type: http port: "{{ .Values.bazarrNetwork.webPort }}" - path: /ping + path: /api/swagger.json readiness: enabled: true type: http port: "{{ .Values.bazarrNetwork.webPort }}" - path: /ping + path: /api/swagger.json startup: enabled: true type: http port: "{{ .Values.bazarrNetwork.webPort }}" - path: /ping + path: /api/swagger.json initContainers: {{- include "ix.v1.common.app.permissions" (dict "containerName" "01-permissions" "UID" .Values.bazarrRunAs.user