nextcloud / helm

A community maintained helm chart for deploying Nextcloud on Kubernetes.
GNU Affero General Public License v3.0
325 stars 264 forks source link

adding `image.flavor` to values.yaml and clarifying `image.tag` in README configuration table #438

Open jessebot opened 1 year ago

jessebot commented 1 year ago

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 in Chart.yaml) and also that you need to set the flavor to fpm if you'd like to use nginx

Benefits

Gives a bit more clarity on how this chart works, which can be really helpful for new users of nextcloud and/or kubernetes/helm.

Possible drawbacks

none that jump out to me, but happy to hear feedback

Checklist