helm
helm copied to clipboard
A community maintained helm chart for deploying Nextcloud on Kubernetes.
## Describe your Issue setting `nextcloud.containerPort` value doesn't change the Port apache httpd is listening to. it only changes the container Port in the deployment yaml, while the apache config...
# Pull Request ## Description of the change run unittests for the helm-chart during PR checks ## Benefits better quality ## Possible drawbacks ?? ## Applicable issues no ## Additional...
I'm getting this issue when restarting the pod, using any postgresql or mariadb, the new pod always tries to install like is a fresh install. I'm passing username and password...
## Describe your Issue There is a `or .Values.nextcloud.existingSecret.enabled` missing here: https://github.com/nextcloud/helm/blob/3b7b2f24ca5c8da56b4ad29b80e66ded4a6da69a/charts/nextcloud/templates/metrics-deployment.yaml#L41
# Description I've edited this for full context of how we got here, as this issue is getting kind of long, because it needed to be tested in a lot...
I have this issue `pool_passwd file does not contain an entry for "oc_admin"` when creating an instance with postgresql-ha cluster ```yaml Next OC\DB\Exceptions\DbalException: Failed to connect to the database: An...
## Description of the change I am currently starting to set up Nextcloud based on this helm chart. I recognized that from version 4.5.8 to 4.5.9 of the chart, it...
Hi, I'm trying to setup nextcloud through the Helm chart, backed by some PVCs on shared glusterfs. Glusterfs works, as I see all of the paths (nextcloud, mariadb, redis master/replica)...
# Pull Request ## Description of the change When nextcloud-exporter is used by enabling metrics, it fails to fetch the serverinfo with 400 response code. nextcloud-exporter log ```console level=error msg="Error...
# Pull Request ## Description of the change It was explained how to create a traefik ingressRoute Resource that uses sticky sessions ## Benefits Users can login when more nextcloud...