helm
helm copied to clipboard
A community maintained helm chart for deploying Nextcloud on Kubernetes.
It is really unclear how you mean for NextCloud to ever upgrade. There are no instructions #221 and automatic upgrade probably can't work since all replicas would race against each...
## Describe your Issue In my example I want to use TLS with the builtin redis. Config overrides get provisioned, but environmnet variables take precedence not allowing my config to...
## Description of the change I would like to use k8s' CronJob resources to run nextcloud's cronjob tasks instead of having them executed by the cron container. ## Benefits *...
## Description of the change use helm-docs for documentation ## Benefits No duplicated documentation between README and values.yaml ## Possible drawbacks Not yet so good structed as before, TODOs are:...
## Description of the change We should start to documentate to use different ingress-controller correct. ## Benefits Documentation like in #492 ## Possible drawbacks Documentation is not tested ## Additional...
## Description of the change ## Benefits - faster image rendering for preview - nextcloud container is not killed (e.g. OOM) if big and much preview images are generated ##...
## Description of the change ## Benefits ## Possible drawbacks ## Applicable issues - fixes # ## Additional information ## Checklist - [ ] I have read the [CONTRIBUTING.md](https://github.com/nextcloud/helm/blob/main/CONTRIBUTING.md#pull-requests) doc....
## Description of the change We should support configuring the database port for external databases. When I looked further, it doesn't look like port is included here in `values.yaml`: https://github.com/nextcloud/helm/blob/0565cdba9843040bc7e2641b8ac6955d2feba9ae/charts/nextcloud/values.yaml#L354-L382...
## Describe your Issue Changing the helm value responsible for the ingress hostname and the nextcloud internal host results in crashloopbackoff. After changing back the nextcloud.host to the old value...
## Describe your Issue I have setup a clean k3s cluster and I am trying to install NextCloud but for some reason it doesn't work. I am using the latest...