From 51047936de102c610adc00f4dff12d2eb8e945b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Tue, 18 Nov 2025 16:06:54 +0100 Subject: [PATCH] fix(helmfile): Enable verification for XWiki Helm chart --- 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 df71fb48..c8630463 100644 --- a/helmfile/environments/default/charts.yaml.gotmpl +++ b/helmfile/environments/default/charts.yaml.gotmpl @@ -536,5 +536,5 @@ charts: repository: "bmi/opendesk/components/supplier/xwiki/charts-mirror" name: "xwiki" version: "1.4.4" - verify: false + verify: true ...