helm-diff
helm-diff copied to clipboard
A helm plugin that shows a diff explaining what a helm upgrade would change
Hi, Just raising something I've noticed with the Windows `helm install` command. When I run this on my machine, I receive an error regarding `sh` not being executable - as...
Hello, Helmfile is a great tool. I love it! Thanks for your work on this. It's pretty similar to Terraform which I love too. I want to propose a feature....
helm diff version: 3.6.0 ``` helm diff upgrade --allow-unreleased release charts/my-chart --namespace stuff --reuse-values ******************** Release was not present in Helm. Diff will show entire contents as new. ******************** Error:...
Helm 3.12.0 seems to have introduced a set-literal argument to allow passing a literal value instead needing to escape strings with set or set-string. The commit that introduced this feature...
Hi, helm diff produces large diffs, if a helm chart upgrade is happening. Since its common to put the chart version as label on each resource, Each resource has a...
I have a local Chart in the ingress-class directory which is deployed to K8s cluster: ``` . ├── ingress-class │ ├── Chart.yaml │ ├── templates │ │ ├── ingress-class-params.yaml │...
Diff Upgrade should support the verify function to verify a GPG signed Helm chart accordingly. ```bash # like this helm diff upgrade --install --verify --values values.yaml ${HELM_RELEASE_NAME} oci://${HARBOR_EXTERNAL}/helm-charts/${CHART_NAME} --version ${CHART_VERSION}...
I was wondering if there is a way to suppress the output completely? I am trying to use this in an automated code and would rely on the return code...
Currently, `helm upgrade` supports `--repo`, `--username`, and `--password` ``` $ helm upgrade --help | grep -e '--username ' -e '--password ' -e '--repo ' --password string chart repository password where...
Checksums for the release tarballs would be great for using this product in production.