From b608a610fef1f9a2a0b95133cf355b798ff10366 Mon Sep 17 00:00:00 2001 From: Viktor Pracht Date: Wed, 14 May 2025 14:09:27 +0200 Subject: [PATCH] chore(openxchange): Updated OX App Suite Pro charts only to 8.37 --- .../default-enterprise-overrides/charts.yaml.gotmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helmfile/environments/default-enterprise-overrides/charts.yaml.gotmpl b/helmfile/environments/default-enterprise-overrides/charts.yaml.gotmpl index f3a282fe..f109c0f2 100644 --- a/helmfile/environments/default-enterprise-overrides/charts.yaml.gotmpl +++ b/helmfile/environments/default-enterprise-overrides/charts.yaml.gotmpl @@ -12,6 +12,5 @@ charts: registry: "registry.opencode.de" repository: "zendis/opendesk-enterprise/components/supplier/open-xchange/charts-mirror" name: "appsuite-public-sector-pro-chart" - version: "1.15.236" + version: "1.17.283" verify: false -...