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

One release pulls charts from a repo that contains multiple k8s object yaml (deployment, job, etc), but I want to ignore Job from Helmfile diff. Another issue is that the...

stale

This plugin has been very helpful and a nice addition to our workflow. I noticed an small inconsistency today when testing some local dev manually and wanted to see if...

Hi, Every time I run `helm diff upgrade` with the `--normalize-manifest` flag I get different results. I'm using the latest version: ```shell ± helm diff version 3.6.0 ``` I've created...

stale

Hi, We would like to make a contribution helm-diff. Would you consider creating an [OpenCollective](https://opencollective.com/) account?

I don't see an example HELM_DIFF_TPL, even though the tests reference "testdata/customTemplate.tpl". Would you be able to provide a starting point?

stale

Hi, this is a feature request. The tool https://github.com/homeport/dyff seems like a very handy addition the helm-diff's functionality to check for changes done by helm on upgrade (install).

could we support other platforms? ``` > [linux/s390x 6/17] RUN helm plugin install https://github.com/databus23/helm-diff && rm -rf /tmp/helm-*: #0 2.445 mkdir: can't create directory '': No such file or directory...

We realized that the produced diff is incorrect for a `helm upgrade` call if new values have been added to values.yaml. Example: 1. install any chart 2. modify the chart...

Currently I need to specify at least one revision to compare with the latest revision: ``` helm diff revision [flags] RELEASE REVISION1 ``` A common case is to compare the...

this is a redacted version of the values.yaml: ``` apiVersion: kyverno.io/v1 kind: ClusterPolicy metadata: labels: app.kubernetes.io/managed-by: Helm name: allowedrepos-aws spec: background: true rules: - match: any: - resources: kinds: -...