-
Notifications
You must be signed in to change notification settings - Fork 54
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
✨ Install default-catalogs.yaml from Catalogd release #1079
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
8b2645b
to
1436b10
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1079 +/- ##
=======================================
Coverage 72.74% 72.74%
=======================================
Files 33 33
Lines 1948 1948
=======================================
Hits 1417 1417
Misses 381 381
Partials 150 150
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@trgeiger - requires rebase, and one of the e2e's is failing |
5cdb107
to
cefc214
Compare
@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 |
cefc214
to
69e605d
Compare
ac03d4a
to
f1bba24
Compare
f1bba24
to
dd8f41e
Compare
Note: setup.sh for extension-developer-e2e now removes the OperatorHub clustercatalog so it doesn't interfere with testing. Signed-off-by: Tayler Geiger <[email protected]>
dd8f41e
to
8ac1fe3
Compare
@@ -38,5 +39,10 @@ kubectl_wait "cert-manager" "deployment/cert-manager-webhook" "60s" | |||
kubectl apply -f "https://github.com/operator-framework/catalogd/releases/download/${catalogd_version}/catalogd.yaml" | |||
kubectl_wait "olmv1-system" "deployment/catalogd-controller-manager" "60s" | |||
|
|||
if [[ "${install_default_catalogs,,}" != "false" ]]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought this made more sense than checking for true since we want the default to be installing the catalogs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Note: setup.sh for extension-developer-e2e now removes the OperatorHub clustercatalog so it doesn't interfere with testing. Signed-off-by: Tayler Geiger <[email protected]>
Note: setup.sh for extension-developer-e2e now removes the OperatorHub clustercatalog so it doesn't interfere with testing. Signed-off-by: Tayler Geiger <[email protected]>
Description
Addresses #1026 by adding OperatorHub to the default installation script.
Installs default-catalogs.yaml from Catalogd release.
Reviewer Checklist