Adam Cornett
Adam Cornett
This comes form k8's itself, going to close this issue.
Still waiting on info from the author, so going to close, if this is still an issue feel free to re-open.
This looks resolved, please re-open if it is not.
Hi @rollandf, does this issues exist with a recent version of operator-sdk? v1.19.1 is well over a year and a half old, just trying to gauge if this issue still...
Thanks for confirming...As a workaround, operator-sdk can build the related images section in the csv with the following: ``` USE_IMAGE_DIGESTS=true make bundle ``` This pins the images to the proper...
This is the page in question: https://master.sdk.operatorframework.io/docs/best-practices/designing-lean-operators/ - Relates: #6381
Hi @gecube thanks for the issue! The ACK controllers keep a `one-to-one` mapping for the API Group name to the `CustomResourceDefinition` (CRD) name. The issue you describe isn't unique to...
> I could get all ack-related resources by short name and not by specifying the whole name I don't think this will be possible, for two reasons: - A good...
Updated the description to remove the helm operator plugin since we are dropping `hybrid` support
@Neo2308 we still need to keep the `helm-operator-plugin` repo up to date (though since other projects depend on that that move at a quicker pace, you probably no longer need...