-
-
Notifications
You must be signed in to change notification settings - Fork 7
[Merged by Bors] - Implement product image selection #482
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
Conversation
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.
Overall this looks like a nice ergonomics improvement on the operator side
## Description For #470 Reference implementation in kafka: stackabletech/kafka-operator#482 ADR is [here](https://docs.stackable.tech/home/stable/contributor/adr/ADR018-product_image_versioning.html) The idea is to add all the currently known enum variants to see that the concept works. Before merging the `ProductImageSelection::Stackable` enum variant will be removed/commented out.
## Description For #470 Reference implementation in kafka: stackabletech/kafka-operator#482 ADR is [here](https://docs.stackable.tech/home/stable/contributor/adr/ADR018-product_image_versioning.html) The idea is to add all the currently known enum variants to see that the concept works. Before merging the `ProductImageSelection::Stackable` enum variant will be removed/commented out.
…-selection # Conflicts: # Cargo.lock # examples/logging/simple-kafka-cluster-opa-log4j.yaml # examples/opa/simple-kafka-cluster-opa-allow-all.yaml # examples/tls/simple-kafka-cluster-tls.yaml # rust/crd/Cargo.toml # rust/operator-binary/Cargo.toml # rust/operator/Cargo.toml # rust/operator/src/discovery.rs # rust/operator/src/kafka_controller.rs
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 otherwise
Co-authored-by: Sebastian Bernauer <[email protected]>
LGTM when tests pass |
bors merge |
# Description For stackabletech/operator-rs#470 Reference implementation of stackabletech/operator-rs#476 Co-authored-by: Malte Sander <[email protected]> Co-authored-by: Malte Sander <[email protected]>
Pull request successfully merged into main. Build succeeded: |
Description
For stackabletech/operator-rs#470
Reference implementation of stackabletech/operator-rs#476
Review Checklist
Once the review is done, comment
bors r+
(orbors merge
) to merge. Further information