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
UPDATE 2022/01/06: We've added arch-specific archives with -amd64 and -arm64 suffixes in the basename for ARM64 support. See #267 for more info. These additional archives would also resolve #322.
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.