helm
helm copied to clipboard
A community maintained helm chart for deploying Nextcloud on Kubernetes.
## Description of the change enable preview providers via a boolean in the helm chart ## Benefits Many wish to install nextcloud via the helm chart without necessarily learning all...
## Description of the change ## Benefits ## Possible drawbacks ## Applicable issues - fixes #581 ## Additional information ## Checklist - [x] I have read the [CONTRIBUTING.md](https://github.com/nextcloud/helm/blob/main/CONTRIBUTING.md#pull-requests) doc. -...
## Description of the change Assume in the `values.yaml` the cronjob is enabled: ~~~yaml cronjob: enabled: true ~~~ This requires a permanently running container as it is implemented as a...
## Description of the change Make SSE-C truly not be required just as the upstream project does not require SSE-C. ## Benefits Make SSE-C truly not be required just as...
to make them helm-docs ready part of #547 --- i like to bring the current version of documentation in values.yaml upstream to keep that uptodate till the template (with current...
## Description of the change - Introduced a new configuration option for AWS Credentials to use a Session Token. - Updated template and values to enable usage of the new...
## Describe your Issue Deployed nextcloud with an external postgres database. Everything comes up ok, but unable to get past the initial screen asking me to create an admin use...
## Description of the change As the whiteboard app in hub9 onward is promoted to have an internal back end service, it'll be cool to have it's deployment routine (aka...
## Describe your Issue It's a common case that user could upload files that larger than 5GB, and when using s3 backend, it's limited by `copySizeLimit` parameter. ### Logs and...
## Description of the change This feature request adds support for configuring TLS certificates when connecting to an external database via the NextCloud Helm chart. The proposed change introduces new...