From 033cb558ddc0b47d17b006cdc75c593c5c356147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Wed, 15 Jan 2025 07:31:12 +0100 Subject: [PATCH] fix(xwiki): Update Helm chart to v1.4.1 to fix support for custom `ingressClassName` values. Ref #144 --- 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 2a0e727f..4a504af7 100644 --- a/helmfile/environments/default/charts.yaml.gotmpl +++ b/helmfile/environments/default/charts.yaml.gotmpl @@ -514,6 +514,6 @@ charts: registry: "registry.opencode.de" repository: "bmi/opendesk/components/supplier/xwiki/charts-mirror" name: "xwiki" - version: "1.4.0" + version: "1.4.1" verify: false ...