-
Notifications
You must be signed in to change notification settings - Fork 6
Labels
enhancementNew feature or requestNew feature or request
Description
We often modify charts just by changing values. It would be useful to show a diff
of the values from the current release to the previous one. For example, here it is for my kubewise helm chart from the CLI.
< helm get values kubewise-kubewise --revision 2 > /tmp/2
< helm get values kubewise-kubewise --revision 1 > /tmp/1
< diff /tmp/1 /tmp/2
6c6
< channel: '#k8s'
---
> channel: '#k8s-staging'
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request