Publish new changes in catalog

This commit is contained in:
sonicaj
2023-10-28 19:34:07 +00:00
parent 8542e474e6
commit a8a17a2327
17 changed files with 4 additions and 4 deletions

View File

@@ -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'

View File

@@ -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