There are 3 updates, 1 comment.
 
 
Kubernetes Helm Charts for XWiki / cid:jira-generated-image-avatar-c123e04c-545c-4c37-8b5d-30dc6c30bdd1 HELM-108 Closed

Error: sed: -e expression #1, char 86: unknown option to `s'

 
View issue   ยท   Add comment
 

3 updates

 
cid:jira-generated-image-avatar-8a9fe027-94e0-4909-92d4-7c3bc3c5ed1a Changes by Guilherme Sautner on 20/Jan/26 12:44
 
Documentation in Release Notes: https://extensions.xwiki.org/xwiki/bin/view/Extension/XWikiHelm/#Hv1.6.5
Resolution: Won't Fix
Status: Open Closed
 
 

1 comment

 
cid:jira-generated-image-avatar-8a9fe027-94e0-4909-92d4-7c3bc3c5ed1a Guilherme Sautner on 20/Jan/26 12:43
 

Quote are just to prevent issues with the script that XWiki Helm is generating to add these values in files. 

Before, was working because the base file was "empty" and property key didn't exist before; then the command to append key=values was used. But now some keys exist; the sed command is generated to replace the value. 

Sadly, it's mess when we try to map values and pass values from multiple technologies (Yaml, Scripts Bash/SH, Java properties). 
Maybe someday we will discover a way to better handle this. 

I will close the issue; don't hesitate to reopen if necessary.