helm icon indicating copy to clipboard operation
helm copied to clipboard

A community maintained helm chart for deploying Nextcloud on Kubernetes.

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

- subPath now does not necessarily end on /data, in particular empty subPath possible for datadir on specific PVC - datadir persistence now does not depend on overall persistence anymore...

Persistence

## Describe your Issue I try to install a new Nextcloud instance by using this helm chart and what I want to achieve is to use the default installation behaviour...

# Pull Request ## Description of the change Nextcloud is capable of being built using an immutable image (see https://github.com/thefirstofthe300/nextcloud-docker). In this scenario, there is no point in mounting the...

## Describe your Issue After using persistence storage, both data & config folders are empty. Command used `helm install nextcloud-release --set persistence.enabled=true,persistence.storageClass=freenas-nfs-csi,persistence.nextcloudData.enabled=true,persistence.nextcloudData.storageClass=freenas-nfs-csi nextcloud/nextcloud` The persistence storage are successful created and...

needs info
NFS

I want to store the Data Files on my NFS, for that i only need /var/www/html/data. I dont want to mount everything under /var/www/* on my NFS. At the Moment...

Persistence

Are you planning to include the High Performance File Backend aka Client Push in the Helm chart or would you accept a pull request that adds this? This might be...

enhancement
Persistence

## Description of the change Add persistence settings for the redis database. Such as storageClass and wether it should be enabled at all. ## Benefits - It would be possible...

enhancement

Per my comment to @wrenix [here](https://github.com/nextcloud/helm/pull/529#discussion_r1545202786_): If we used [helm-docs](https://github.com/norwoodj/helm-docs), that _would_ be cool. It looks like they recently added the ability to do sections (which was largely what stopped...

0. Needs triage
discussion
documentation

# Pull Request ## Description of the change Allow creation of Kubernetes Cronjobs for periodic backups of the Nextcloud data volume. ## Benefits The PR provides a standard method of...

## Describe your Issue When trying to able persistence for NextCloud, the container hangs when attempting to us emy own existing pvc's. ### Logs and Errors The container hangs with...

Persistence
NFS