From a357f300d0a723b7ff330ec342e8097d62d4db52 Mon Sep 17 00:00:00 2001 From: Axel Lender Date: Mon, 2 Jun 2025 16:37:25 +0200 Subject: [PATCH] feat(helm): Update upstream version Signed-off-by: Axel Lender --- helmfile/environments/default/charts.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile/environments/default/charts.yaml.gotmpl b/helmfile/environments/default/charts.yaml.gotmpl index 3261a1f0..59d593c9 100644 --- a/helmfile/environments/default/charts.yaml.gotmpl +++ b/helmfile/environments/default/charts.yaml.gotmpl @@ -535,6 +535,6 @@ charts: registry: "registry.opencode.de" repository: "bmi/opendesk/components/supplier/xwiki/charts-mirror" name: "xwiki" - version: "1.5.0" + version: "1.5.4" verify: false ...