We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
None
As a Plugin admin in Greenhouse I want a Plugin to be able to rollback itself to it's first release upon first installation
Plugin
Currently the helm deployment connected to a Plugin will be rolled back upon failed helm update.
helm
helm update
This only happens if a revision with an order lower than the one currently in deployment exists.
We want to implement a check if the currently deployed version is 1 we rollback to itself to fix issues upon installation
1
e2e
#259
The text was updated successfully, but these errors were encountered:
feat(plugins) Helm rollback to version one as default (#857)
f71397a
faeab0b
Zaggy21
Successfully merging a pull request may close this issue.
Priority
None
User Story
Description
Currently the
helm
deployment connected to aPlugin
will be rolled back upon failedhelm update
.This only happens if a revision with an order lower than the one currently in deployment exists.
We want to implement a check if the currently deployed version is
1
we rollback to itself to fix issues upon installationAcceptance Criteria
1
upon failing helm deploymente2e
test the failing first helm releaseReference Issues
#259
The text was updated successfully, but these errors were encountered: