helm
helm copied to clipboard
A community maintained helm chart for deploying Nextcloud on Kubernetes.
Pods not coming up after enabling EFS as persistent volume. Here are the application logs. ```logtalk rsync: [receiver] chown "/var/www/html/apps/comments/l10n/.gl.js.3UZ34O" failed: Operation not permitted (1) rsync: [receiver] chown "/var/www/html/apps/comments/l10n/.gl.json.eUCAHK" failed:...
Hello, when enabling persistence I get the following error: ```sh Configuring Redis as session handler Initializing nextcloud 22.2.3.0 ... Initializing finished New nextcloud instance Installing with SQLite database starting nextcloud...
I am seeing this in my nextcloud mariadb pod: `$ k logs -n nextcloud pod/nextcloud-mariadb-0` ```logtalk mariadb 18:32:42.96 mariadb 18:32:42.96 Welcome to the Bitnami mariadb container mariadb 18:32:42.97 Subscribe to...
Extra volumes declared in the values.yml file are successfully mounted in the nextcloud container, however, they are mounted with root:root permissions, therefore the Nextcloud instance can't access those folders, resulting...
I've recently tried to deploy this helm chart and everything seems be stood up ok and answering requests. However, when I login to the application, I get a loading spinner...
I've been trying to deploy the chart with the latest image, but haven't been able to do so successfully. What happens is the app is deployed, but I get the...
Helm chart 4.6.8 does not work when using an external database for NextCloud. "key" is not defined.
## Describe your Issue Helm chart does not work when using an external database for NextCloud. ### Logs and Errors "key" is not defined ## Describe your Environment - Helm...
## Description of the change Add Valkey as an optional subchart. ## Benefits It's a FOSS alternative to redis, as redis recently switched to a business source license, which could...
## Describe your Issue When starting the container, remove the script that performs chown and chmod operations in the /var/www/html directory. I use an nfs server for persistence and even...
# Pull Request ## Description of the change This switches us from Dependabot (can't do helm updates) to [RenovateBot](https://github.com/renovatebot/renovate) (can do some helm updates). ## Benefits This would generate all...