mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 16:01:37 +01:00
Compare commits
3 Commits
1.7+harbor
...
chaack/fea
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61959e7935 | ||
|
|
1239cfb3b9 | ||
|
|
6d7937a6ca |
@@ -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)
|
||||
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user