-
Notifications
You must be signed in to change notification settings - Fork 32
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
Enable make bundle
#130
Enable make bundle
#130
Conversation
/assign @marquiz |
will add documentation on how to test this |
6bcfc36
to
918548c
Compare
Build the latest NFD operator and bundle imagesThis is the easiest way to test this , ORG=<quay.io_username> PULLPOLICY=Always IMAGE_REGISTRY='quay.io/<quay.io_username>'
IMAGE_PUSH_CMD='podman push' IMAGE_BUILD_CMD='podman build' make image push
export VERSION=0.0.1
echo $VERSION
make bundle bundle-build bundle-push VERSION=0.0.1
operator-sdk run bundle "quay.io/<quay.io_username>/nfd-operator-bundle:0.0.1" /unhold |
04862d4
to
d78babd
Compare
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
d78babd
to
2afae91
Compare
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.
Looks good. We can have fixes in future PRs 😄
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ArangoGutierrez, marquiz 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 |
Now that we added a new check to the release issue template, this patch makes sure,
make bundle
works as expected to produce a bundle that can be promoted to https://github.com/k8s-operatorhub/community-operators/tree/main/operators/nfd-operatorSigned-off-by: Carlos Eduardo Arango Gutierrez carangog@redhat.com