helm
helm copied to clipboard
A community maintained helm chart for deploying Nextcloud on Kubernetes.
## Description of the change Add `sessionTokenKey` to `nextcloud.objectStore.s3.secretKeys` once this https://github.com/nextcloud/server/issues/50579 is implemented. ## Benefits Support AWS STS for temporary credentials to access s3 object storage. ## Possible drawbacks...
## Describe your Issue after installing with the helm chart I get a multitude of errors on this page: https://nextcloud.example.com/settings/admin/overview ### Logs and Errors Could not check that the data...
Dears, I try to run the postgresql backups cronjob at a specific time and another cronjob some time later. Hence, I want to avoid confusion on timezones and be explicit...
## Description of the change Since [Redis Cluster is supported upstream](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#redis-cluster) we should also support it in this chart and do as much templated configuration as possible. We should start...
## Describe your Issue I am using helm to deploy a nextcloud app but sometime it fails and can not restart normally. after some digs, I found that it's because...
## Description of the change Add the following by default to the `nextcloud.podSecurityContext`: `fsGroupChangePolicy: "OnRootMismatch"` ## Benefits I am mounting several large PVs with media archives. `https://kubernetes.io/docs/tasks/configure-pod-container/security-context/` states that setting...
## Description of the change Update the chart dependency of mariadb to 20.0.0. ## Benefits The 20.0.0-chart uses mariadb 11.4 which is supported by nextcloud (https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html). The current dependency uses...
Installed Nextcloud via helm on a baremetal k8s cluster. Created an ingress from another domain to point to Nextcloud service, but it won't let me visit the site because of...
## Description of the change Update the bitnami postgresql dependency to version 17 https://github.com/bitnami/charts/pull/29723 ## Benefits https://www.postgresql.org/about/news/postgresql-17-released-2936/