fix(xwiki): Update Helm chart to v1.4.4 to fix the problem with XWiki not starting when secrets contained specific (XML interpreted) characters

This commit is contained in:
Thorsten Roßner
2025-03-31 08:41:28 +02:00
parent 6e6d15552e
commit 67a1df0f80

View File

@@ -517,6 +517,6 @@ charts:
registry: "registry.opencode.de"
repository: "bmi/opendesk/components/supplier/xwiki/charts-mirror"
name: "xwiki"
version: "1.4.3"
version: "1.4.4"
verify: false
...