fix(self-managed): consume reconnect-enabled SIS chart - #392
Closed
sbaum1994 wants to merge 3 commits into
Closed
Conversation
Signed-off-by: Stephanie Baum <sbaum@nvidia.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe self-managed Helmfile updates the ChangesSIS chart update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 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 42: Add validation for the chart version in the Helmfile configuration
around the version declaration, using a repository-native Helmfile render or
version-resolution check to verify the dependency resolves correctly. If such
validation is not applicable, document the justification in the PR instead.
- Line 42: Update the helm-nvcf-sis version in docs/version-catalog/main.yaml to
match the 1.18.7 value in the Helmfile, then regenerate docs/user/manifest.md
from the updated catalog so both documentation artifacts are synchronized.
🪄 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: 5a03f669-ef7b-41ca-9716-c46b62458bef
📒 Files selected for processing (1)
deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmpl
sbaum1994
enabled auto-merge
July 24, 2026 09:05
4 tasks
Collaborator
Author
|
Not needed newer image was added by Ada |
auto-merge was automatically disabled
July 30, 2026 05:17
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TL;DR
Update the self-managed stack SIS dependency from chart
1.18.3to1.18.7so deployments consume the release that enables NATS reconnect.Additional Details
SIS can retain a closed NATS connection after authentication expiry or a NATS restart. Subsequent JetStream publishes may not reach the worker plane, leaving function deployments in
DEPLOYING.Chart
1.18.7enables reconnect in the default SIS environment. This change updates only the downstream stack pin. It does not change release ordering, values overrides, or Kubernetes resource shapes.For the Reviewer
Review the SIS release entry in
deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmpl.For QA
git diff --check1.18.7contains the reconnect fix.Issues
Relates to #391
Checklist
Dependencies
helm-nvcf-sis1.18.7Summary by CodeRabbit