k8s-gitops icon indicating copy to clipboard operation
k8s-gitops copied to clipboard

Show the helm diff in a helm version change

Open xunholy opened this issue 3 years ago • 3 comments

Details

Ideally, when a helm chart version is changed I want to view the detected resource changes. Even when these resources are managed by flux helm-controller it would be good to see the diff to know if there are fundamental breaking changes for charts that are more fragile (hold state).

https://github.com/databus23/helm-diff

xunholy avatar Mar 06 '21 22:03 xunholy

Flux has committed to building this capability into their flux CLI

xunholy avatar Dec 19 '21 22:12 xunholy

Hello! https://fluxcd.io/docs/cmd/flux_diff_kustomization/

banschikovde avatar Mar 15 '22 03:03 banschikovde

Allen built a tool that can be used in a GHA: https://github.com/allenporter/flux-local

https://github.com/onedr0p/home-ops/blob/main/.github/workflows/flux-diff.yaml

onedr0p avatar Dec 02 '23 12:12 onedr0p