helm
helm copied to clipboard
A community maintained helm chart for deploying Nextcloud on Kubernetes.
## Describe your Issue When in replication mode for MariaDB, the mariadb-isalive container does not find the correct maria instance. It is looking for `-mariadb` when I would assume it...
I have been experimenting deployment with various settings and one of the biggest pain points I am dealing with is using either an external database or mariadb. I have a...
I would like to define a [priorityClassName](https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority) for the nextcloud deployment and the cronjob. Pod priority ensures that the pod is not being evicted by other pods.
Including extra configs (like [trusted_proxies](https://github.com/nextcloud/helm/issues/41)) on first install of the chart appears to result in Nextcloud failing with the following: `Error. It looks like you are trying to reinstall your...
Clarify that internalDatabase must be enabled: false to activate other databases in nextcloud config. Simply enabling mariadb, external or postgres database will not actually configure nextcloud to use it unless...
# Pull Request ## Description of the change Removes the requirement for bumping the Chart version in PRs. ## Benefits Collecting multiple PRs before making a new release and also...
**Describe the bug** When I configure `configs` for the first start in my `values.yaml` file the permissions of the `config` folder are set to `root:root` **Version of Helm and Kubernetes**:...
With mariadb enabled, replication set to true, and persistence enabled, I have specified a non-default storage class. The helm deployment creates the replicated pvc, but it doesn't use the same...
I'm trying to run nextcloud on a raspberry pi cluster (k3s) I've successfully installed nextcloud by removing the bitnami images and using the official ones. However, Nextcloud's performance was not...
Hi, I noticed that NextCloud still cannot migrate over more than one major version, resulting in an unworkable and unrecoverable system. In order to help others avoid this tearful realization...