-
Notifications
You must be signed in to change notification settings - Fork 311
Closed
Labels
Description
Related: helm/helm#3597
When using helm upgrade --install, if the first release fails, Helm will respond with an error saying that it cannot upgrade from an unknown state.
The current workaround is to use helm upgrade --install --force but a handling like this is missing in helm diff.
helm diff upgrade dyn . --allow-unreleased -q
"dyn" has no deployed releases
Error: "dyn" has no deployed releases
Error: plugin "diff" exited with error
It would be great if this plugin could be catch this error.
keramblock, spetrychenko and tylerjrich