gitops-operator
gitops-operator copied to clipboard
feat(make): Introduce olm-deploy goal, a one-shot OLM deployer
What type of PR is this?
Uncomment only one
/kindline, and delete the rest. For example,> /kind bugwould simply become:/kind bug
/kind bug /kind cleanup /kind failing-test
/kind enhancement
/kind documentation /kind code-refactoring
What does this PR do / why we need it:
Implements https://github.com/redhat-developer/gitops-operator/?tab=readme-ov-file#making-the-operator-available-on-the-in-cluster-operatorhub and https://github.com/redhat-developer/gitops-operator/?tab=readme-ov-file#re-build-and-deploy. Including waiting for operator to be up, and essential error reporting.
This builds and deploys new image/bundle/catalog, deploys it and waits for operator pod running. It is not needed to visit UI at all.
Have you updated the necessary documentation?
- [x] Documentation update is required by this PR.
- [no] Documentation has been updated.
Which issue(s) this PR fixes:
None
Test acceptance criteria:
- [n/a] Unit Test
- [n/a] E2E Test
How to test changes / Special notes to the reviewer:
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign varshab1210 for approval. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
No changes related to the prod code, tests or their execution. Tests failures are unrelated.
@jgwest, can you please take a look?