harshilv17 commented on PR #6834: URL: https://github.com/apache/camel-k/pull/6834#issuecomment-5742203259
@squakez two calls worth a look, both easy to reverse: 1. **`integrationkit/initialize.go` left alone.** Its comment said "Synthetic Kit", but it branches on `kit.Spec.Image`, not the removed label — that is the `container.image` path and still live. I reworded the comment instead of touching the code. 2. **Trait tests named `...SyntheticKit...` kept.** None of them set the label; they exercise the non managed build path and still pass. Renaming felt like noise here, happy to do it if you'd rather. CRDs, Helm chart and docs were regenerated with `gen_crd.sh` / `gen_doc.sh`, not hand edited. One thing I can't do myself: as a first-time contributor all twelve workflows are parked at `action_required`, so no CI has run yet. Approving the runs whenever you get a moment would let it build. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
