Hi @juanpablofava, can you please provide the nextcloud-onlyoffice.yaml values file (please make sure to take out any secrets you have in there). With this we could try to reproduce the issue.
I think there is an issue with templating somewhere specifically when you give the helmrelease the name "nextcloud". Could you try running the same command, but with a different name (for example nc)?
You're welcome. It's a pretty weird and stupid limitation, because everybody's going to try this. We'll at least document the limitation in the readme. There are also ways of solving this nowadays, although we would limit the helm version to one newer than 3.7. But the nextcloud subchart already contains that limitation, so I guess that's fine.
I at least added the documentation in !169 (merged), but I propose we keep this issue open (but with a later milestone) to really fix the problem. We should use the template function from the child chart to determine the pvc name instead of hardcoding it inside this chart.