Jesse Hitch
Jesse Hitch
# Pull Request ## Description of the change Adds s3 as your primary object storage to the default configs we support, as to match the default config provided by the...
Per my comment to @wrenix [here](https://github.com/nextcloud/helm/pull/529#discussion_r1545202786_): If we used [helm-docs](https://github.com/norwoodj/helm-docs), that _would_ be cool. It looks like they recently added the ability to do sections (which was largely what stopped...
# 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...
# 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....
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...
# Pull Request ## Description of the change This just updates the comments for `image.tag` and `image.flavor` in values.yaml and README.md to explain where the default tag comes from (`appVersion`...
## Description of the change Add optional nextcloud kubernetes cronjobs with configurable schedules for going into and out of maintenance modes. Ideally the cronjobs just run the following for "maintenance...
This is to solve #73 where the db-migrate job tries to run before the configmap it needs is in place. This change will just install the configmap before the db-migrate...
When installing this chart via ArgoCD, it always tries to create `job-db-migreate.yaml` first, but it can't run the job without the `configmap-env.yaml` being applied, but the config map can't be...