chore(nvca): bump default BYOO otel collector image tag to 0.157.0-nv-0.2.1 - #1249
Merged
kristinapathak merged 2 commits intoAug 26, 2026
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
estroz
approved these changes
Aug 26, 2026
….0-nv-0.2.1 The default in values.yaml was bumped to 0.157.0-nv-0.2.1, but the nvcaop.byooOtelCollectorImage helper fallback, the values.schema.json default, and two chart test expectations still referenced the previous 0.157.0-nv-0.1.1 tag. Sync them so the fallback and schema-documented default match the real default, and so the self-managed image reference and release image manifest tests assert the current tag. Addresses CodeRabbit feedback on #1247, backported to this branch.
kristinapathak
enabled auto-merge (squash)
August 26, 2026 23:13
kristinapathak
merged commit Aug 26, 2026
b28b7d6
into
release-src/compute-plane-services/nvca/v3.2
12 checks passed
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.
Why
The byoo-otel-collector wrapper release
src/compute-plane-services/byoo-otel-collector/v0.157.0-nv-0.2.1(#1007) preserves workload metric drop labels that a bug had been silently dropping. The NVCA Operator chart's defaultagent.byooOtelCollector.imageTagon this release branch still pinned the previous wrapper release,0.157.0-nv-0.1.1. Backporting the same bump applied tomainin #1247.What changed
agent.byooOtelCollector.imageTagto0.157.0-nv-0.2.1in the source chart atsrc/compute-plane-services/nvca/deployments/nvca-operator/values.yaml, and its README default.deploy/helm/nvca-operator/nvca-operator/from source viamake vendor-chartso the published chart's default and README stay in sync.Customer Release Notes
Newly deployed NVCA Operator agents on the 3.2 release line now default to byoo-otel-collector 0.157.0-nv-0.2.1, which correctly preserves workload metric drop labels.
Plan Summary
Single default value bump in the NVCA Operator Helm chart (
agent.byooOtelCollector.imageTag). No other resource changes.Usage
Not applicable.
Testing
Ran
make lint,make template, andmake validatefromdeploy/helm/nvca-operatorafter vendoring; confirmed the renderedBYOO_OTEL_COLLECTOR_CONTAINERenv override resolves tonvcr.io/nvidia/nvcf-byoc/byoo-otel-collector:0.157.0-nv-0.2.1. No QA needed beyond chart validation.Notes
Backport of #1247 to the
release-src/compute-plane-services/nvca/v3.2branch.References
Closes #1007
Related Pull Requests
#1247
Dependencies
None