helm-diff icon indicating copy to clipboard operation
helm-diff copied to clipboard

A helm plugin that shows a diff explaining what a helm upgrade would change

Results 118 helm-diff issues
Sort by recently updated
recently updated
newest added

Hi! We are using helm-diff plugin behind helmfile. In our CD pipelines we need to use a "read only" service account to see changes. When using three way merge, it...

The annotation `helm.sh/resource-policy: keep` instructs Helm to skip deleting this resource when a Helm operation would result in its deletion. As the resource is not actually deleted, exclude it from...

Hello, first of all thank you for this great tool! I'm trying to use `bat` to view the output diff in cases where its very long, and generally this works...

In helm, if the value file is not specified, `values.yaml` in the chart dir is considered as the default value. This is not the case in the helm diff. fixes...

see: https://github.com/databus23/helm-diff/issues/503

Hi, When adding the normalize-manifests flag to the helm diff command the manifests are not getting normalized. helm diff version 3.8.1 ```diff helm diff upgrade --allow-unreleased amazing-app my-repo/amazing-app --version 2.0.50...

Looks like this finally got merged in upstream: https://github.com/helm/helm/pull/9653 Would be useful if diff supported it - I would create a PR but I'm not much of a go dev.

enhancement

Hi, In `helm diff` the default `values.yaml` should be specified. This is not the case in the helm itself and it takes `values.yaml` as default if it is not specified.

windows 10 using gitbash $ `git --version` git version 2.41.0.windows.1 I follow the instruction of [https://github.com/databus23/helm-diff#using-helm-plugin-manager--23x]() $ `helm plugin install https://github.com/databus23/helm-diff` Error: Unable to retrieve local repo information: exit status...