fix(nvca-operator): bump NVCA images to 3.12.7 - #2006
Open
mikeyrcamp wants to merge 1 commit into
Open
mikeyrcamp wants to merge 1 commit into
mikeyrcamp wants to merge 1 commit into
Conversation
Refs #2002 Signed-off-by: Mike Camp <mcamp@nvidia.com>
|
Understand this PR’s impact Explore downstream dependencies and potential security impact with Blast Radius. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: NVIDIA/nvcf/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. 📝 WalkthroughWalkthroughThe Helm chart application version and the default self-managed NVCA backend version changed from 3.10.0 to 3.12.7. ChangesNVCA version alignment
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Bug fix 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
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 NVCA operator chart to the published NVCA
3.12.7release so the runtime fix from #2004 is included in chart-based installations.The chart intentionally leaves
image.tagempty and falls back toappVersion, so the automated image-tag bump could not locate an inline tag. This performs the supported chart re-vendor with the published version while preserving the existing shared-storage and OpenTelemetry image pins.Follow-up to #2004. Refs #2002.
Changes
appVersionto3.12.7.3.12.7.Release inputs:
Validation
make check-vendor-chart(post-commit reproducibility check)make lint validatewith Helm 3.21.4 and kubeconform: 22 resources checked, 21 valid, 0 invalid, 1 skipped3.12.7source and upgraded the release with this chartnvca-operator:3.12.73.12.7Summary by CodeRabbit