-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: check helm release status before kubeblocks upgrade #447
Conversation
…support upgrade from 'deployed'
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #447 +/- ##
==========================================
+ Coverage 43.38% 43.45% +0.06%
==========================================
Files 175 175
Lines 24640 24672 +32
==========================================
+ Hits 10690 10721 +31
+ Misses 12702 12700 -2
- Partials 1248 1251 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/cherry-pick release-0.9 |
🤖 says: cherry pick action finished successfully 🎉! |
(cherry picked from commit cee94ef)
fix #398
Refer to helm upgrade
Check the release status of Kubeblocks before upgrade. Upgrade will run correctly only if the status is one of 'deployed', 'failed' and 'superseded' .