helm
helm copied to clipboard
A community maintained helm chart for deploying Nextcloud on Kubernetes.
## Description of the change The aim of this PR is to add the process described in [increasing AI pickup speed](https://docs.nextcloud.com/server/latest/admin_manual/ai/overview.html#improve-ai-task-pickup-speed) in a simple but functional way to the helm-chart....
## Description of the change With this change we no longer deploy a sidecar container to execute the cronjob, instead we deploy a Kubernetes CronJob object. ## Benefits - For...
## Description of the change Use a helper template to define the containers for app/cronjob. ## Benefits * The two containers stay in sync. ## Possible drawbacks None known. ##...
## Description of the change Update postgresql to 17.0 (chart version is 16.0) close #641 ## Benefits - [X] I have read the [CONTRIBUTING.md](https://github.com/nextcloud/helm/blob/main/CONTRIBUTING.md#pull-requests) doc. - [x] DCO has been...
## Describe your Issue ### Overview The changes introduced in [[PR 71](https://github.com/nextcloud/helm/pull/71)] have affected the handling of phpConfigs, leading to some confusion about the expected values in this parameter. ###...
## Description of the change ## Benefits ## Possible drawbacks ## Applicable issues - fixes # ## Additional information ## Checklist - [x] I have read the [CONTRIBUTING.md](https://github.com/nextcloud/helm/blob/main/CONTRIBUTING.md#pull-requests) doc. -...
## Describe your Issue I'm trying to install Nextcloud Helm Charts with JuiceFS as persistence, but Nextcloud can't initialize. I can go inside the container, the volume is mounted normally,...
## Description of the change Whatever changes are needed to config file to make a reverse proxy work should happen automatically if an ingress is enabled with tls. ## Benefits...
## Describe your Issue I run Nextcloud behind a Openstack Octavia Loadbalancer (with HTTPS termination), that send `X-Forwarded-For`, `X-Forwarded-Port` and `X-Forwarded-Proto` headers to the Nginx ingress controller. The LB pool...
## Description of the change Allow setting properties in the `values.yaml` for NGINX which update the default configuration to use SSL. ## Benefits This will make it easier to setup...