-
Notifications
You must be signed in to change notification settings - Fork 33
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
Generate bundle #3
Conversation
make bundle make bundle-build
|
||
# BUNDLE_IMG defines the image:tag used for the bundle. | ||
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>) | ||
BUNDLE_IMG ?= $(IMAGE_TAG_BASE)-bundle:v$(VERSION) | ||
|
||
# Image URL to use all building/pushing image targets | ||
IMG ?= controller:latest | ||
IMG ?= quay.io/kuadrant/kuadrant-operator:latest |
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.
kuadrant org in quay.io 👏 :)
mediatype: "" | ||
install: | ||
spec: | ||
deployments: null |
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.
👀
we have a operator package that does not deploy anything :) (step by step I know)
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.
That's just the kustomize base file, the generated CSV has a deployment https://github.com/Kuadrant/kuadrant-operator/pull/3/files#diff-2448a10ce1acbcd0da21db3f6da11959d0dc5897b2319efec8472b69dc5accb0R78
But this operator does do absolutely nothing yet, mainly want this now to add the CI builds.
Update IMG and IMAGE_TAG_BASE in Makefile (quay.io/kuadrant/kuadrant-operator)
First part of a few smaller PRs to add installation of dependency operators (authorino, limitador, controller)
This is all generated via
make bundle