feat(jitsi): Add backofflimit templating for jitsi-JVB

This commit is contained in:
Christopher Haack
2025-08-07 13:27:16 +02:00
committed by Thorsten Roßner
parent 6d7937a6ca
commit 1239cfb3b9
2 changed files with 6 additions and 1 deletions

View File

@@ -302,6 +302,11 @@ jitsi:
{{- end }}
patchJVB:
{{- if index .Values "patchJVB" }}
{{- if index .Values.patchJVB "backoffLimit" }}
backoffLimit: {{ .Values.patchJVB.backoffLimit }}
{{- end }}
{{- end }}
configuration:
staticLoadbalancerIP: {{ .Values.cluster.networking.ingressGatewayIP | quote }}
loadbalancerStatusField: {{ .Values.cluster.networking.loadBalancerStatusField | quote }}

View File

@@ -149,7 +149,7 @@ charts:
registry: "registry.opencode.de"
repository: "bmi/opendesk/components/platform-development/charts/opendesk-jitsi"
name: "opendesk-jitsi"
version: "3.1.0"
version: "3.2.0"
verify: true
mariadb:
# providerCategory: "Platform"