Skip to content
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

make release target is failing #222

Open
tremes opened this issue Nov 16, 2022 · 4 comments
Open

make release target is failing #222

tremes opened this issue Nov 16, 2022 · 4 comments

Comments

@tremes
Copy link
Contributor

tremes commented Nov 16, 2022

The error is:

bash: line 1: olm/observability-operator-index/index.yaml: No such file or directory
make: *** [Makefile:187: catalog-image] Error 1

There's no olm directory and there's probably nothing to create this directory. The update-channels.sh is also not available.

@sthaha
Copy link
Collaborator

sthaha commented Nov 16, 2022

@tremes , after ObO moved to File Based Catalogs, the catalog is maintained in olm-catalog branch. So if you want to make a release (which shouldn't be really necessary for dev builds), the olm-catalog branch needs to be merged into your local branch. Check out https://github.com/rhobs/observability-operator/blob/main/.github/olm-publish/action.yaml which does this in CI.

@tremes
Copy link
Contributor Author

tremes commented Nov 21, 2022

@sthaha OK thanks.

@sthaha
Copy link
Collaborator

sthaha commented Nov 21, 2022

@tremes Does this PR #224 give you sufficient details? If not please feel free to comment.

@sthaha
Copy link
Collaborator

sthaha commented Nov 30, 2022

@tremes perhaps we should remove the release make target.
FYI: the recommended method to running bundle is now documented in the dev docs - see: https://github.com/rhobs/observability-operator/blob/main/docs/developer.md#run-operator-bundle---000-dev

lihongyan1 added a commit to lihongyan1/observability-operator that referenced this issue Mar 12, 2024
Catalog image didn't build for a long time for issue rhobs#222, it suggest to use bundle image to install operator, so publish bundle iamge with latest tag, so that refer the latest image easily during test
lihongyan1 added a commit to lihongyan1/observability-operator that referenced this issue Mar 13, 2024
Catalog image didn't build for a long time for issue
 rhobs#222
The issue suggest to use bundle image to install operator
Publish bundle iamge with latest tag to refer the image easily
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants