operator-framework / operator-controller

A new and improved management framework for extending Kubernetes with Operators
https://operator-framework.github.io/operator-controller/
Apache License 2.0
61 stars 53 forks source link

✨ Install default-catalogs.yaml from Catalogd release #1079

Closed trgeiger closed 2 months ago

trgeiger commented 2 months ago

Description

Addresses #1026 by adding OperatorHub to the default installation script.

Installs default-catalogs.yaml from Catalogd release.

Reviewer Checklist

netlify[bot] commented 2 months ago

Deploy Preview for olmv1 ready!

Name Link
Latest commit 8ac1fe32bbc69b216a340f002d3d976ff26ee24d
Latest deploy log https://app.netlify.com/sites/olmv1/deploys/66a3ef6c8509470008ff1b99
Deploy Preview https://deploy-preview-1079--olmv1.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.74%. Comparing base (06b2455) to head (8ac1fe3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1079 +/- ## ======================================= Coverage 72.74% 72.74% ======================================= Files 33 33 Lines 1948 1948 ======================================= Hits 1417 1417 Misses 381 381 Partials 150 150 ``` | [Flag](https://app.codecov.io/gh/operator-framework/operator-controller/pull/1079/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=operator-framework) | Coverage Ξ” | | |---|---|---| | [e2e](https://app.codecov.io/gh/operator-framework/operator-controller/pull/1079/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=operator-framework) | `56.41% <ΓΈ> (+0.30%)` | :arrow_up: | | [unit](https://app.codecov.io/gh/operator-framework/operator-controller/pull/1079/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=operator-framework) | `45.22% <ΓΈ> (-0.11%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=operator-framework#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tmshort commented 2 months ago

@trgeiger - requires rebase, and one of the e2e's is failing

trgeiger commented 2 months ago

@tmshort e2e passes now, it was mad about the presence of operatorhub.io so I just edited the setup script to remove it for the test. Codecov is mad but everything else is passing