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
NOTE: helm 3.1.0 or higher is required when using the plugin with helm v3. It should also still work with helm 2.x.
helm diff upgrade now correctly renders diffs for charts the use .Capabilites or .IsUpgrade (#165)
The diff plugin redacts secret values from the output by default now. It can be disabled by specifying --show-secrets. This is somewhat backward incompatible but more secure by default which won this battle.