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

## Describe your Issue setting `nextcloud.containerPort` value doesn't change the Port apache httpd is listening to. it only changes the container Port in the deployment yaml, while the apache config...

apache

# Pull Request ## Description of the change run unittests for the helm-chart during PR checks ## Benefits better quality ## Possible drawbacks ?? ## Applicable issues no ## Additional...

3. to review
enhancement

I'm getting this issue when restarting the pod, using any postgresql or mariadb, the new pod always tries to install like is a fresh install. I'm passing username and password...

## Describe your Issue There is a `or .Values.nextcloud.existingSecret.enabled` missing here: https://github.com/nextcloud/helm/blob/3b7b2f24ca5c8da56b4ad29b80e66ded4a6da69a/charts/nextcloud/templates/metrics-deployment.yaml#L41

# Description I've edited this for full context of how we got here, as this issue is getting kind of long, because it needed to be tested in a lot...

Persistence
securityContext

I have this issue `pool_passwd file does not contain an entry for "oc_admin"` when creating an instance with postgresql-ha cluster ```yaml Next OC\DB\Exceptions\DbalException: Failed to connect to the database: An...

externalDatabase

## Description of the change I am currently starting to set up Nextcloud based on this helm chart. I recognized that from version 4.5.8 to 4.5.9 of the chart, it...

enhancement

Hi, I'm trying to setup nextcloud through the Helm chart, backed by some PVCs on shared glusterfs. Glusterfs works, as I see all of the paths (nextcloud, mariadb, redis master/replica)...

Persistence
NFS

# Pull Request ## Description of the change When nextcloud-exporter is used by enabling metrics, it fails to fetch the serverinfo with 400 response code. nextcloud-exporter log ```console level=error msg="Error...

3. to review

# Pull Request ## Description of the change It was explained how to create a traefik ingressRoute Resource that uses sticky sessions ## Benefits Users can login when more nextcloud...