fluxcd / website

The Flux website and user documentation
https://fluxcd.io
Apache License 2.0
49 stars 323 forks source link

Manage Helm Releases #726

Open don4of4 opened 2 years ago

don4of4 commented 2 years ago

It would be nice to have documentation here on how to manage HELM releases when the chart version has not changed, but rather when the values under the spec have changed in the connected git repo. It appears that rolling the chart version will cause a deployment when using HelmRepository, but not when only the spec.values is modified.

stefanprodan commented 2 years ago

Changes in spec.values do trigger an upgrade, depending on your values this may not always happen, if for example, you set a value that doesn’t exists in the chart.