Varsha
Varsha
We probably need docs for the workaround. @everettraven can you create another follow up issue to track that down. Meanwhile, since we have a solution here, I'm closing this issue.
@holyspectral would you be open to submitting a PR to fix this? THanks!
@zalsader As you mentioned, this was an intended behaviour. From the production pipeline's perspective, we have a backend tool that looks at all the bundles and collects data on them...
+1. Bundles are considered "release artifacts". The use of `make bundle` is to enable authors to package their relevant operator manifests into a format that is accepted by OLM and...
Looks like this needs more investigation. Adding this to backlog for now.
@kovayur Are you able to pull the dependent helm chart into the operator project? In the sense, is it available locally inside the `charts/` folder of your project? We have...
@kovayur Could you specify the helm version which fixes this particular issue? Operator SDK 1.32 uses an older version of helm (3.11.3: https://github.com/operator-framework/operator-sdk/blob/4dcbbe343b29d325fd8a14cc60366335298b40a3/go.mod#L36). It would be helpful to know if...
Looks like the version of helm we are using is still 3.12.1: https://github.com/operator-framework/operator-sdk/blob/872164516b44c0586407097da089241c9d8d6b75/go.mod#L36 We should be bumping to 3.13+ with a k8s 1.28 update which is underway. Hopefully that would...
Afaik by default controller gen does not generate any embedded metadata of the object. Could you try by passing `generateEmbeddedObjectMeta` to true in the generator? In your makefile, along with...
@antaloala Thanks for raising this issue. Though every operator need not be HA enabled, having documentation on this use case would be helpful. Would you be open to submitting a...