-
Notifications
You must be signed in to change notification settings - Fork 64
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
operator: Use latest operator image #490
operator: Use latest operator image #490
Conversation
Use the latest operator image in the default config as the base manage kustomization typically has the release tag and the release kustomization also has a release tag pinned, so we want to use default for development and testing the latest operator Signed-off-by: stevenhorsman <steven@uk.ibm.com>
In #488 (comment) I made the comment that the bundle build is a bit confusing. I remember we agreed the approach in this PR but the alternative would be to just make the bundle creation use |
Yep, that would also be completely valid. I think we'd need to update the bundle build process for that, but that's do-able |
I'm OK either way. Thoughs @wainersm or others? |
Hi @mythi !
At this point you know more than me and so you are in better position to take a decision, so whatever you think it's better I should sign in. Nevertheless, I'm trying to understand why we update config/manager on first place. The bundle is built out of |
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
I don't have a strong feeling here but this seems like a straightforward approach.
@wainersm this is what the Operator SDK scaffolding gives with the difference that we moved to
with the one-time fix to drop |
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 suggest to merge this PR as is; @mythi can send an improvement on top of it if he wants to.
Ok, based on the approvals and discussion let's get this in and re-allow the installation of |
78f616c
into
confidential-containers:main
👍 |
Use the latest operator image in the default config as the base manage kustomization typically has the release tag and the release kustomization also has a release tag pinned, so we want to use default for
development and testing the latest operator after discussion with @mythi @fitzthum & @wainersm