diff --git a/community/bazarr/1.1.1/Chart.lock b/community/bazarr/1.1.2/Chart.lock similarity index 100% rename from community/bazarr/1.1.1/Chart.lock rename to community/bazarr/1.1.2/Chart.lock diff --git a/community/bazarr/1.1.1/Chart.yaml b/community/bazarr/1.1.2/Chart.yaml similarity index 98% rename from community/bazarr/1.1.1/Chart.yaml rename to community/bazarr/1.1.2/Chart.yaml index 9a9929763d..d005113666 100644 --- a/community/bazarr/1.1.1/Chart.yaml +++ b/community/bazarr/1.1.2/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/community/bazarr/1.1.1/README.md b/community/bazarr/1.1.2/README.md similarity index 100% rename from community/bazarr/1.1.1/README.md rename to community/bazarr/1.1.2/README.md diff --git a/community/bazarr/1.1.1/app-readme.md b/community/bazarr/1.1.2/app-readme.md similarity index 100% rename from community/bazarr/1.1.1/app-readme.md rename to community/bazarr/1.1.2/app-readme.md diff --git a/community/bazarr/1.1.1/charts/common-1.1.1.tgz b/community/bazarr/1.1.2/charts/common-1.1.1.tgz similarity index 100% rename from community/bazarr/1.1.1/charts/common-1.1.1.tgz rename to community/bazarr/1.1.2/charts/common-1.1.1.tgz diff --git a/community/bazarr/1.1.1/ci/basic-values.yaml b/community/bazarr/1.1.2/ci/basic-values.yaml similarity index 100% rename from community/bazarr/1.1.1/ci/basic-values.yaml rename to community/bazarr/1.1.2/ci/basic-values.yaml diff --git a/community/bazarr/1.1.1/ci/extra-values.yaml b/community/bazarr/1.1.2/ci/extra-values.yaml similarity index 100% rename from community/bazarr/1.1.1/ci/extra-values.yaml rename to community/bazarr/1.1.2/ci/extra-values.yaml diff --git a/community/bazarr/1.1.1/ci/hostNet-values.yaml b/community/bazarr/1.1.2/ci/hostNet-values.yaml similarity index 100% rename from community/bazarr/1.1.1/ci/hostNet-values.yaml rename to community/bazarr/1.1.2/ci/hostNet-values.yaml diff --git a/community/bazarr/1.1.1/ix_values.yaml b/community/bazarr/1.1.2/ix_values.yaml similarity index 100% rename from community/bazarr/1.1.1/ix_values.yaml rename to community/bazarr/1.1.2/ix_values.yaml diff --git a/community/bazarr/1.1.1/metadata.yaml b/community/bazarr/1.1.2/metadata.yaml similarity index 100% rename from community/bazarr/1.1.1/metadata.yaml rename to community/bazarr/1.1.2/metadata.yaml diff --git a/community/bazarr/1.1.1/questions.yaml b/community/bazarr/1.1.2/questions.yaml similarity index 100% rename from community/bazarr/1.1.1/questions.yaml rename to community/bazarr/1.1.2/questions.yaml diff --git a/community/bazarr/1.1.1/templates/NOTES.txt b/community/bazarr/1.1.2/templates/NOTES.txt similarity index 100% rename from community/bazarr/1.1.1/templates/NOTES.txt rename to community/bazarr/1.1.2/templates/NOTES.txt diff --git a/community/bazarr/1.1.1/templates/_bazarr.tpl b/community/bazarr/1.1.2/templates/_bazarr.tpl similarity index 93% rename from community/bazarr/1.1.1/templates/_bazarr.tpl rename to community/bazarr/1.1.2/templates/_bazarr.tpl index b38cf0b9bd..e1f8f7e714 100644 --- a/community/bazarr/1.1.1/templates/_bazarr.tpl +++ b/community/bazarr/1.1.2/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 diff --git a/community/bazarr/1.1.1/templates/_persistence.tpl b/community/bazarr/1.1.2/templates/_persistence.tpl similarity index 100% rename from community/bazarr/1.1.1/templates/_persistence.tpl rename to community/bazarr/1.1.2/templates/_persistence.tpl diff --git a/community/bazarr/1.1.1/templates/_portal.tpl b/community/bazarr/1.1.2/templates/_portal.tpl similarity index 100% rename from community/bazarr/1.1.1/templates/_portal.tpl rename to community/bazarr/1.1.2/templates/_portal.tpl diff --git a/community/bazarr/1.1.1/templates/_service.tpl b/community/bazarr/1.1.2/templates/_service.tpl similarity index 100% rename from community/bazarr/1.1.1/templates/_service.tpl rename to community/bazarr/1.1.2/templates/_service.tpl diff --git a/community/bazarr/1.1.1/templates/common.yaml b/community/bazarr/1.1.2/templates/common.yaml similarity index 100% rename from community/bazarr/1.1.1/templates/common.yaml rename to community/bazarr/1.1.2/templates/common.yaml