Jesse Hitch

Results 333 comments of Jesse Hitch

I agree. Need to get working on this. Started a bit here: https://github.com/nextcloud/helm/pull/339

In #412, we've added auto-generated release notes for each new release, and then I manually updated all the release notes back to helm chart version `2.13.x`. 🎉 You can now...

I think there's a github action for this actually! I will look into implementing it in the next few days :)

@SchoolGuy keeping this open till I add the changelog file itself, which should just be another quick github action or a modification to the chart releaser if that's possible.

We need the default configs because we currently overwrite the `config` dir with other `*config.php` files, in addition to the default configs, which would overwrite the configs. For instance, we...

Bitnami now supports arm images, so this should be good to go as of this [bitnami/charts#7305](https://github.com/bitnami/charts/issues/7305). If you're still having trouble, please anonymize your values.yaml of any sensitive data and...

Closing as stale due to no activity, but as always, feel free to open a new issue if you or others in the community are still having an issue with...

can we do something like this instead of subpaths? 🤔 ```yaml volumeMounts: - name: nextcloud-main mountPath: "/var/www/{{ ternary "root" (printf "%s/%s" .Values.nextcloud.persistence.subPath "root") (empty .Values.nextcloud.persistence.subPath) }}" ``` Will that work?...

Thanks for submitting an issue! In the future, please post all logs as text instead of an image, so that other users can search your errors in the future, and...

I think #318 may also be the same issue.