You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use-case would be to utilize helm-diff in conjunction with Renovate.
When Renovate upgrades a helm chart version (by opening a PR), in the next step (probably in a GitHub Action or as a part of Renovate script) I would run helm-diff, to render the changes in the values.yaml as a PR comment so I can upgrade my values.yaml, without needing to look at the Helm Chart Documentation.
Currently, I'm running the following commands to display the value differences between an installed helm chart version and a newly released version:
Is there a way to obtain the same result with helm-diff? Thank you.
The text was updated successfully, but these errors were encountered: