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

## Description of the change Currently `nginx:alpine` is used which is bad practice, as the image will never be updated after the initial pull. I suggest that rather a specific...

enhancement
good first issue

Hello, I'm trying to setup nextcloud with root-less nginx. So the default nginx port 80 won't work. Thus I've set `nextcloud.nginx.containerPort` to `8080`. This results in probe failures, because the...

enhancement
integration
0. Needs triage

I installed it by downloading helm tgz and then setting config.php here right? I set it up and I opened my browser and I still couldn't log in

needs info
question

Could be related to #264 and #531 _Originally posted by @miguemely in https://github.com/nextcloud/helm/issues/264#issuecomment-2035531364_ So I'm trying to deploy this helm chart to replace my old install that uses NFS. On...

needs info
Persistence
NFS

## Describe your Issue Get "Access through untrusted domain" ### Logs and Errors Accessing the webpage from either the internal network or externally results in the above error. ## Describe...

## Describe your Issue At the moment it is impossible to mount a data directory which is not $somepath/data. The offending code is in [lines 218-226 of deployment.yaml](https://github.com/nextcloud/helm/blob/main/charts/nextcloud/templates/deployment.yaml#L218-L226): ```yaml {{-...

### Issue Description: I am currently deploying NextCloud using the official Helm chart which includes Nginx and PHP-FPM. However, I am facing an issue with the DAVx⁵ app on Android,...

Ingress

Sets best defaults for securityContext on nextcloud-metrics pod and container. # Pull Request ## Description of the change Add defaults to the deployment of nextcloud-metrics with selections for securityContext options...

===Issue I do not understand what is the point of having ingress if it's nearly impossible to put an application under a domain path. Like domain.com/nextcloud . Putting nextcloud on...

Ingress

# Pull Request ## Description of the change Adds s3 as your primary object storage to the default configs we support, as to match the default config provided by the...

2. developing