-
Notifications
You must be signed in to change notification settings - Fork 29
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
fix(upgrade-job): upgrade path validation and set flags #242
Conversation
instead of 2.1.x releases Signed-off-by: Niladri Halder <[email protected]>
Signed-off-by: Niladri Halder <[email protected]>
why is this required |
e5beaec
to
78e75f1
Compare
Signed-off-by: Niladri Halder <[email protected]>
Oh, that's not supposted to be there.. |
bors try |
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Signed-off-by: Niladri Halder <[email protected]>
bors merge |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
244: Cherry-pick the commits from PR #242 to release/2.2 branch r=niladrih a=niladrih This PR includes the commits from the following PR(s): - #242 Co-authored-by: Niladri Halder <[email protected]>
--set
flags to set thin provisioning flags for 2.0.x releases, instead of 2.1.x release.--skip-upgrade-path-validation
flag. This is not necessary for the openebs/openebs (Umbrella) chart because this upgrade-job does not support upgrade for the openebs chart, so might as well move that check to be a Core chart exclusive check.--set
flags for 2.0.x release to be used with future 2.0.x releases as well, and not just till 2.0.1.