-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This removes: - Installed, Upgraded, RolledBack, and Uninstalled status conditions since they did not represent current state, but rather actions taken, which are already recorded by events. - status.observedStateReconciled since it solved the problem of remembering past release (install/upgrade/test) success, but not past release failures, after other subsequent failures such as dependency failures, k8s API failures, etc. This adds: - Remediated status condition which records whether the release is currently in a remediated state. It is used to prevent release retries after remediation failures. We were previously not doing this for rollback failures. - Released status condition which records whether the current state has been successfully released (install/upgrade/test). This is used to remember the last release attempt status, regardless of any subsequent other failures such as dependency failures, k8s API failures, etc. This renames: - Tested > TestsSuccess status condition, for forward compatibility with interval based helm tests.
- Loading branch information
Showing
7 changed files
with
174 additions
and
129 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
Oops, something went wrong.