Compare commits

...

2 Commits

Author SHA1 Message Date
Christopher Haack
61959e7935 Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Thorsten Roßner <thorsten.rossner.extern@zendis.de>
2025-08-22 12:35:09 +00:00
Christopher Haack
1239cfb3b9 feat(jitsi): Add backofflimit templating for jitsi-JVB 2025-08-22 12:35:09 +00:00
2 changed files with 6 additions and 1 deletions

View File

@@ -302,6 +302,11 @@ jitsi:
{{- end }}
patchJVB:
{{- with .Values.patchJVB }}
{{- if hasKey . "backoffLimit" }}
backoffLimit: {{ .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"