website icon indicating copy to clipboard operation
website copied to clipboard

Manage Helm Releases

Open don4of4 opened this issue 3 years ago • 1 comments
trafficstars

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.

don4of4 avatar Jan 26 '22 04:01 don4of4

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.

stefanprodan avatar Jan 26 '22 07:01 stefanprodan