helm-diff
helm-diff copied to clipboard
A helm plugin that shows a diff explaining what a helm upgrade would change
Trviy scan found the [CVE-2022-23648](https://avd.aquasec.com/nvd/2022/cve-2022-23648/) would be nice if you bump the containerd patch version. ``` root/.local/share/helm/plugins/helm-diff/bin/diff (gobinary) ============================================================ Total: 3 (UNKNOWN: 2, LOW: 0, MEDIUM: 0, HIGH: 1, CRITICAL:...
We've noticed that for the new releases with CRDs we started getting errors like "Error: unable to build kubernetes objects from new release manifest: unable to recognize "": no matches...
It appears as though the redactSecrets method is using `stringData` as a behind-the-scenes crutch to print a redacted `data` diff: https://github.com/databus23/helm-diff/blob/818e596fa6e9cb928985043c1b0a96b9b4a02299/diff/diff.go#L94-L129 The issue is that if the chart being diffed...
This PR will fix a vulnerability related to promethues [CVE-2022-21698](https://avd.aquasec.com/nvd/2022/cve-2022-23698//) and this issue : https://github.com/databus23/helm-diff/issues/399
Trviy scan found this vulnerability related to promethues [CVE-2022-21698](https://avd.aquasec.com/nvd/2022/cve-2022-23648/) ``` github.com/prometheus/client_golang │ CVE-2022-21698 │ HIGH │ v1.11.0 │ 1.11.1 │ prometheus/client_golang: Denial of service using │ ```
It seems like good idea to not reinvent the wheel and supporting all helm-diff args in external programs, but to allow helm-diff to pick up any valid CLI arg via...
Since version 3.9.0 `helm template` and `helm upgrade` both support --post-renderer-args flag, but `helm diff` is a bit behind. It would be great to add this option to diff plugin
**Running command:** helm plugin install https://github.com/databus23/helm-diff **Error:** Unable to retrieve local repo information: exit status 1
I have a helm chart defined [here](https://github.com/jwenz723/gocolor/tree/main/k8s/helm/gocolor) that I am testing with. I have this repository cloned locally. I executed the following steps to evaluate helm-diff: 1. `cd k8s/helm/` 1....