fix(self-managed): bump sis, nvcf-api, and nvct-api chart pins#434
Open
along-2017 wants to merge 1 commit into
Open
fix(self-managed): bump sis, nvcf-api, and nvct-api chart pins#434along-2017 wants to merge 1 commit into
along-2017 wants to merge 1 commit into
Conversation
Update self-managed core stack chart pins to consume the latest releases: - sis: 1.18.3 -> 2.0.0 - api: 1.23.9 -> 1.23.10 - nvct-api: 1.4.3 -> 1.4.4 Signed-off-by: along <along@nvidia.com>
📝 WalkthroughWalkthroughUpdates the chart versions for the ChangesCore Helm release updates
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
along-2017
marked this pull request as ready for review
July 24, 2026 23:10
along-2017
requested review from
borao,
nvjmcnamee,
sanjay-saxena and
sbaum1994
and removed request for
borao
July 24, 2026 23:10
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
Bump three self-managed core stack chart pins to consume the latest released
charts: sis 1.18.3 -> 2.0.0, nvcf-api 1.23.9 -> 1.23.10, and nvct-api 1.4.3 -> 1.4.4.
Additional Details
Chart version pins in
deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmplcontrol which published chart each core NVCF service release deploys. This
change advances the sis, api, and nvct-api releases to their newest chart
versions. No other stack values or ordering change.
Background per chart:
config for the service (config delivered through a namespace ConfigMap with
RBAC and a service-account token reshape) and moves to the OSS service image
with the ncp profile in self-hosted, plus a NATS reconnect fix. This is a
breaking chart release, see Notes.
For the Reviewer
Single-file change; the diff is three version-line edits.
For QA
Not run yet. Recommend a
helmfile template/diffagainst the self-managedstack to confirm the pinned charts resolve, plus a deploy smoke on a test
cluster.
Notes
sis 2.0.0 is a breaking chart release. Two items to verify against the
self-managed stack values before deploy:
sis.volumes->sis.extraVolumesandsis.volumeMounts->sis.extraVolumeMounts. The token volume and mount arenow chart-owned; the chart fails rendering if the old keys are still set.
list/watchon the namespaceConfigMap collection. Clusters that block broad namespace reads need a policy
exception, or set
sis.remoteConfig.enabled: falseto opt out (hot reloadthen unavailable).
Issues
Relates to #ISSUE
Checklist
Summary by CodeRabbit