diff --git a/helmfile/apps/jitsi/values-jitsi.yaml.gotmpl b/helmfile/apps/jitsi/values-jitsi.yaml.gotmpl index 96b9ec73..7f02f76d 100644 --- a/helmfile/apps/jitsi/values-jitsi.yaml.gotmpl +++ b/helmfile/apps/jitsi/values-jitsi.yaml.gotmpl @@ -302,6 +302,7 @@ jitsi: {{- end }} patchJVB: + backoffLimit: 12 configuration: staticLoadbalancerIP: {{ .Values.cluster.networking.ingressGatewayIP | quote }} loadbalancerStatusField: {{ .Values.cluster.networking.loadBalancerStatusField | quote }} diff --git a/helmfile/environments/default/charts.yaml.gotmpl b/helmfile/environments/default/charts.yaml.gotmpl index 6b28cb50..e0779cd5 100644 --- a/helmfile/environments/default/charts.yaml.gotmpl +++ b/helmfile/environments/default/charts.yaml.gotmpl @@ -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"