From b5a76bea57ef7b136c54d1bc95c40f0a0c3f9716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Wed, 12 Nov 2025 15:28:14 +0100 Subject: [PATCH] fix(opendesk-static-files): [#260] Fix doublette creation of configmap `data` keys when the same file is referenced multiple times for a component --- 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 9e2c16d3..df71fb48 100644 --- a/helmfile/environments/default/charts.yaml.gotmpl +++ b/helmfile/environments/default/charts.yaml.gotmpl @@ -361,7 +361,7 @@ charts: registry: "registry.opencode.de" repository: "bmi/opendesk/components/platform-development/charts/opendesk-static-files" name: "opendesk-static-files" - version: "4.1.0" + version: "4.1.1" verify: true openproject: # providerCategory: "Supplier"