helm icon indicating copy to clipboard operation
helm copied to clipboard

A community maintained helm chart for deploying Nextcloud on Kubernetes.

Results 179 helm issues
Sort by recently updated
recently updated
newest added

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:...

Persistence

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...

Persistence
NFS

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...

1. to develop
good first issue
externalDatabase

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...

Persistence
securityContext

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...

apache

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...

apache

## 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...

needs info
externalDatabase

## 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...

enhancement
caching

## 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...

Persistence
NFS

# 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...

2. developing