helm
helm copied to clipboard
A community maintained helm chart for deploying Nextcloud on Kubernetes.
# Pull Request ## Description of the change Changes default fsGroup to be `33`. In all `apache` and regular `fpm`, the `www-data` user is `33`. The `www-data` user is `82`...
## Description of the change Create a GitHub Workflow to update the helm chart `version` in Chart.yaml on a feature/fix branch on pull requests based on a pull request Label....
## Describe your Issue I have an issue with Nextcloud failing to connect to redis when it's enabled. Here's an excerpt from the logs: ```json { "reqId":"b8E9pguPPMd2bgHNOOj0", "level":3, "time":"2023-09-26T06:14:19+00:00", "remoteAddr":"10.42.5.1",...
# Pull Request ## Description of the change The current list formatting across the project is not uniform. This MR tweaks the list formatting in all YAML files. ## Benefits...
Hi, I'm trying to figure out the proper way to configure OPCache based on the helm chart. I get the following warning in my administration panel: `The PHP OPcache module...
Perhaps it makes sense to have a `nextcloud.objectStore.s3` section in the values.yaml like (maybe in a second PR as I'd need to play with the deployment template and add an...
## Describe your Issue I am having an error resolving the remote address. My setup is in my homelab on a qnap NAS using a nondefault port for ingres (nginx)/lb...
# Pull Request ## Description of the change * Add additional securityContext options for the metrics exporter. * Add the option for including NGINX metrics collection. The allow rules are...
## Describe your Issue I have the helmchart (verison 3.4.5) set up like this: ```yaml nextcloud: existingSecret: enabled: true secretName: nextcloud-credentials usernameKey: nextcloud-username passwordKey: nextcloud-password smtpUsernameKey: smtpUsername smtpPasswordKey: smtpPassword ```...
## Description of the change Introduce separate value e.g. nextcloud.trustedDomains that fills NEXTCLOUD_TRUSTED_DOMAINS environment variable if set. Otherwise use nextcloud.host as default. ## Benefits It would be possible to use...