Skip to content

fix(self-managed-stack): bump llm-request-router pin to 1.6.6#249

Open
Max-NV wants to merge 1 commit into
NVIDIA:mainfrom
Max-NV:fix/nvbug-6469041-router-pin-main
Open

fix(self-managed-stack): bump llm-request-router pin to 1.6.6#249
Max-NV wants to merge 1 commit into
NVIDIA:mainfrom
Max-NV:fix/nvbug-6469041-router-pin-main

Conversation

@Max-NV

@Max-NV Max-NV commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Why

The self-managed stack pinned llm-request-router chart 1.6.3 (stargate image 0.3.0). The 0.3.2 image adds a --backend-connectivity gate; chart 1.6.5 took the 0.3.2 image without passing the flag and crash-loops the router. Chart 1.6.6 (#248) passes --backend-connectivity=reverse.

What changed

Bump the llm-request-router pin 1.6.3 -> 1.6.6 in the self-managed core helmfile, picking up the stargate 0.3.2 image and the crashloop fix together. Keeps main-line (0.7.0) from regressing into the same crashloop when it moves onto the 0.3.2 image.

References

NVBUG-6469041
Chart fix: #248

Summary by CodeRabbit

  • Chores
    • Updated the LLM request router to a newer chart version, bringing the deployment to version 1.6.6.

Move the self-managed stack from chart 1.6.3 to 1.6.6, picking up the
stargate 0.3.2 image and the --backend-connectivity=reverse fix together.
Chart 1.6.5 alone (stargate 0.3.2 without the flag) crash-loops the router;
1.6.6 renders --backend-connectivity=reverse with the reverse-tunnel address
so the pod starts cleanly.

NVBUG-6469041
@Max-NV
Max-NV requested a review from a team as a code owner July 17, 2026 20:19
@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The self-managed Helmfile updates the llm-request-router release from chart version 1.6.3 to 1.6.6.

Changes

LLM request router chart update

Layer / File(s) Summary
Update router chart version
deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmpl
The llm-request-router Helm release version is updated from 1.6.3 to 1.6.6.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: bumping the llm-request-router chart pin to 1.6.6.
Linked Issues check ✅ Passed Bumping the chart pin to 1.6.6 matches the linked fix by pulling in the reverse-tunnel backend-connectivity change.
Out of Scope Changes check ✅ Passed The only code change is the chart version bump, which is directly related to the stated router fix.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@Max-NV Max-NV self-assigned this Jul 17, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmpl`:
- Line 158: Update the user-facing manifest entry for
helm-nvcf-llm-request-router in docs/user/manifest.md from version 1.6.3 to
1.6.6, matching the version pinned in the Helmfile.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 795a65b8-8cfb-47fa-8c7f-637205f70b36

📥 Commits

Reviewing files that changed from the base of the PR and between ab32c23 and b6ec83f.

📒 Files selected for processing (1)
  • deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmpl

Comment thread deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmpl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants