fix: track ai-gateway-operator from stable branch#3735
Conversation
update the aigateway manifest entry to track the stable branch instead of main, aligning with the release workflow for the ai-gateway-operator component. Signed-off-by: Chandrashekhar Kulkarni <chkulkar@redhat.com> Signed-off-by: Chaitanya Kulkarni <chkulkar@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis change modifies a single line in get_all_manifests.sh, switching the git ref used for the aigateway component manifest from "main" to "stable" while retaining the same pinned commit SHA. No exported/public entity declarations are affected. Estimated code review effort: 1 (Trivial) | ~3 minutes Changes
Security Notes
Sequence Diagram(s)Not applicable — flat single-line ref string change with no new control flow. Related Issues: None referenced. 🚥 Pre-merge checks | ✅ 10✅ Passed checks (10 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@chaitanya1731: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
There are some conflicts, can you rebase it? Thanks! |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jland-redhat, somya-bhatnagar The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Summary
stablebranch instead ofmain.Description
The ai-gateway-operator manifests were previously tracking the
mainbranch. This change updates the tracking branch tostable, aligning with the release workflow for the ai-gateway-operator component.maintostableinget_all_manifests.shf0383d5d517c23249b6d7b73c6cb7c754036c1c3)How it was tested
get_all_manifests.shsuccessfully and verified manifests were fetched from thestablebranch at the pinned commit.opt/manifests/aigateway/directory contains the expected structure (crd, default, manager, rbac, webhook, etc.).Made with Cursor
Summary by CodeRabbit