helm
helm copied to clipboard
A community maintained helm chart for deploying Nextcloud on Kubernetes.
## Description of the change - Add a dependency to the 1.1.20 collabora chart from their official repository - Add the subchart config to values.yaml - Add the configuration options...
## Describe your Issue Given the below environment, all pods are started correctly but the installer doesn't go through and throws those warnings (navigating to https://cloud.example.com): 1. "Cannot create or...
The issue is simple and opened in multiple places because the nextcloud image doesn't install the required dependencies for the smbshare in the Dockerfile. "smbclient" is not installed. Mounting of...
## Description of the change We should add a test for setting extra Nextcloud values via `nextcloud.configs`. We should set something via an inline php file using the helm 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 Nextcloud own bestpractice (https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html) says to tune: * client_max_body_size: this one is already set to 10G (see https://github.com/nextcloud/helm/blob/nextcloud-6.6.9/charts/nextcloud/files/nginx.config.tpl#L30) * fastcgi_read_timeout: not configured There is no possibility...
## Description of the change With Helm v3.8.0, the OCI support became [GA](https://helm.sh/docs/topics/registries), which is an excellent chance to start publishing Helm charts to OCI-compliant registries. Quay / Dockerhub /...
## Description of the change Fix https://github.com/nextcloud/helm/issues/714 ## Benefits Can now upload large file. And if the default values are not enough, can override them in `values.yaml`. ## Possible drawbacks...
I would like to embed Nextcloud inside an iframe, but currently, it seems to be blocked. I am deploying Nextcloud using the official Helm chart, and I would like to...
Let here collect all changes for the next major release. Solve: - redis - postgresql - issue #641 - additional PR #642 - mariadb - issue: #658 - nextcloud (v31...