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

As is very briefly mentioned in the [docs](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#mounted-configmaps-are-updated-automatically), kubernetes unfortunately does not support automatically updating volumes mounted with subPath when the underlying ConfigMap changes. This can cause quite the trouble...

Persistence

nodePort should be optional and not required for nodePort Service https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport my nextcloud.yaml file for helm `helm install nextcloud nextcloud/nextcloud -f nextcloud.yaml` ```yaml persistence: enabled: true service: type: NodePort ```...

I'm trying to deploy Nextcloud using Helm. First I tried it on my local machine (MacOS Big Sur) using Minikube (Kubernetes 1.21) and it was up and running in 5...

0. Needs triage

Hello! How can i use HTTP2 with Ingress Controller? Now i use: Nextcloud fpm + nginx + Ingress = work with HTTP1.0

All these defaultConfigs are already included in nextcloud docker image, right? https://github.com/nextcloud/docker/tree/master/.config And some configs in this repo is not up-to-date. e.g. redis.config.php in this repo does not handle redis...

1. to develop

# Pull Request ## Description of the change Always read redis password form secret. ## Benefits Avoid printing the redis secret in clear text when applying the chart ## Possible...

I'im using this helm charts and I've being experiencing lots of issues with download performance and weird behaviours: - Downloads takes a while to start, like 10 or 15 seconds...

help wanted
Persistence

I saw in the log an error about setting the directory to 0700 ... for security, but I'd like to use the cifs share ... way to disable that check...

help wanted
needs info
Persistence

- [x] helm lint - [ ] deploy to k3d cluster

1. to develop
enhancement

Hi, thanks for this great helm chart. It makes running nextcloud extremely convenient. I wanted to suggest adding a changelog file to the chart. The reason is that right now...