Compare commits

...

3 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
Axel Lender
6d7937a6ca chore(dev/charts-local.py): Ignore templating in base helmfile 2025-08-22 12:10:53 +00:00
3 changed files with 7 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ def grep_yaml(file):
with open(file, 'r') as file:
content = ''
for line in file.readlines():
if not ': {{' in line and not '- {{' in line:
if not '{{' in line:
content += line
return yaml.safe_load(content)

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"