Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #13
Love the plugin - it's been incredibly helpful for making upgrades smooth. I think it would be very convenient to be able to replace
diff
withupgrade
from a previous shell command and rerun it. That is one less way for me to make mistakes during the process. I'd imagine you don't want to start a trend of copying all the options forhelm upgrade
into this plugin. This one seems pretty crucial to me, but let me know what you think!FWIW, I was not able to test this on Helm 2.7. I'm currently running 2.6, so I checked out
v2.5.0+1
(HEAD~1
at time of writing) and branched off that to build and test. I thencherry-pick
ed that commit into this branch. So all that said it'd be great if you can either a) test this on 2.7 yourself or b) give me a few weeks to upgrade my Tiller. I share it with a handful of people so I can't do it immediately, but this change seems simple enough I expect it to work.