This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: rely on Helm storage for rollbacks
This commit removes our own state keeping around rollbacks except for the condition we set marking a rollback has happend, but instead relies on comparison of a dry-run with the latest failed release. If this results in a diff, a new upgrade will be attempted. The reason we move to this approach is that it is not possible to take all variables safely into account and determine if we should perform a new upgrade attempt based on our own bookkeeping, with a long list of edge-case bugs as a result. Relying on the real truth is always better than a reflection of it, which in the end may not be the actual truth at all.
- Loading branch information
Showing
5 changed files
with
65 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters