v3.1.0
- 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.