helm-diff
helm-diff copied to clipboard
A helm plugin that shows a diff explaining what a helm upgrade would change
Summary introduce a new `--output structured` to render machine-readable JSON with API/Kind metadata, resource existence state, and per-field change records (path + field) built from JSON Pointer tokens structured output...
This adds a new `local` subcommand that diffs two local chart directories. My intended usecase is mainly for development and CI/CD, to see what effects a change has. This code...
Hi, since latest version 3.14.0 the flag `--color` is not working anymore: `helm diff upgrade --color -f values.yaml` The error is: `level=WARN msg="command failed" error="invalid color mode \"-f\": must be...
Hi, After issue the command `source
This is not a big issue, but one that confused me for 10 minutes or so. Similar to [this issue](https://github.com/databus23/helm-diff/issues/453), I was getting a 404 when installing using the suggested...
This PR implements support for the `--kube-context` flag across all helm-diff commands (`upgrade`, `release`, `revision`, `rollback`), providing a clean alternative to the existing `HELM_KUBECONTEXT` environment variable workaround. ## Changes Made...
Hey, I am installing the plugin with the below command in its separate layer in docker, and 3 weeks ago I noticed that the layer size went from ~84MB to...
This commit removes the hooks section from plugin.yaml when staging it for release in the dist target, as the script referenced there is not bundled as part of releases, and...