databus23 / helm-diff

A helm plugin that shows a diff explaining what a helm upgrade would change

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`helm diff revision` should default to comparing latest revision with previous revision

gitfool opened this issue · comments

Currently I need to specify at least one revision to compare with the latest revision:

helm diff revision [flags] RELEASE REVISION1

A common case is to compare the latest revision with the previous revision, so it would be nice to not have to lookup the revisions first to determine the previous revision number:

helm diff revision [flags] RELEASE