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

Generate bundle #3

Merged
merged 2 commits into from
Dec 16, 2021
Merged

Generate bundle #3

merged 2 commits into from
Dec 16, 2021

Conversation

mikenairn
Copy link
Member

Update IMG and IMAGE_TAG_BASE in Makefile (quay.io/kuadrant/kuadrant-operator)

make bundle

First part of a few smaller PRs to add installation of dependency operators (authorino, limitador, controller)

This is all generated via make bundle


# 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
Copy link
Contributor

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
Copy link
Contributor

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)

Copy link
Member Author

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.

@mikenairn mikenairn merged commit 2d169b2 into Kuadrant:main Dec 16, 2021
@mikenairn mikenairn deleted the generate_bundle branch December 16, 2021 15:17
adam-cattermole added a commit to adam-cattermole/kuadrant-operator that referenced this pull request Apr 16, 2024
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

Successfully merging this pull request may close these issues.

2 participants