-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update bundle image #139
Update bundle image #139
Conversation
Run 'VERSION=SOME_VERSION' prior to running the bundle-run or bundle-run-update targets to modify the installed or replaced bundle CSV
OPERATOR_NAMESPACE is widely used in other Medik8s operators
Skipping CI for Draft Pull Request. |
Considering that it supposed to perform both upgrade and downgrade, would be |
I don't have a strong preference here. |
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: clobrano, razo7 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm cancel |
/lgtm |
ping tide |
@razo7: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/retest |
Why we need this PR
Introduce a new target,
bundle-run-update
, for testing an operator upgrade.It could be used as well for downgrading or reinstalling the operator (instead of running the bundle-cleanup and then bundle-run).
Run 'VERSION=SOME_VERSION' prior to running the bundle-run or bundle-run-update targets to modify the installed or replaced bundle CSV.
The new target will be used for testing operator upgrades in OCP CI - openshift/release#50559
Changes made
bundle-run-update
targetBUNDLE_RUN_NAMESPACE
toOPERATOR_NAMESPACE
in MakefileWhich issue(s) this PR fixes
ECOPROJECT-1082
Test plan
Similar to PR of NMO #120