-
Notifications
You must be signed in to change notification settings - Fork 64
✨ bump helm-operator-plugins to v0.3.0; disable failure rollbacks #1020
New issue
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
✨ bump helm-operator-plugins to v0.3.0; disable failure rollbacks #1020
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
c69ef81
to
06d987e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1020 +/- ##
==========================================
+ Coverage 78.05% 78.07% +0.02%
==========================================
Files 18 18
Lines 1253 1259 +6
==========================================
+ Hits 978 983 +5
- Misses 193 194 +1
Partials 82 82
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
With the failure rollbacks disabled, I am seeing the expected exponential backoffs retrying (and still failing; in my case I changed a manifest to be invalid, so i expect permafailure). And then when I patch the clusterextension to allow choosing a working version, I see that upgrade go through and the installation succeed. |
- disable failure rollbacks - set max helm release history to 10 Signed-off-by: Joe Lanford <[email protected]>
06d987e
to
caf4d3d
Compare
- disable failure rollbacks - set max helm release history to 10 Signed-off-by: Joe Lanford <[email protected]>
Description
This PR bumps to a new version of helm-operator-plugins, which brings a few new fixes, features, and changes. Notably:
This PR also:
lookup
template function).For all changes, see https://github.com/operator-framework/helm-operator-plugins/releases/tag/v0.3.0
Closes #994
Reviewer Checklist