helm-diff
helm-diff copied to clipboard
helm diff between two local versions
Hi,
I'm wondering if it is possible somehow to helm diff two local directories (or git revisions of charts), this would be useful for CI pipelines.
Currently I'm doing it via diffing the helm template outputs but I helm diff has a much smarter/nicer diff output which I would prefer if possible. (like --normalize-manifests and --find-renames)