Update datadog chart for operator 1.28.0#2771
Merged
Merged
Conversation
Contributor
|
gabedos
approved these changes
Jul 2, 2026
tedkahwaji
approved these changes
Jul 6, 2026
|
tedkahwaji
added a commit
that referenced
this pull request
Jul 9, 2026
…8.0 (#2787) The gpu_monitoring_cos.yaml baseline was left at operator 1.27.0 while the rest of the datadog chart moved to 1.28.0, so any PR touching charts/datadog or test/datadog fails the "Go Test Datadog" build job on Test_baseline_inputs/gpu_monitoring_cos.yaml. Root cause: #2764 added this baseline (operator 1.27.0) after #2771 had already branched, so when #2771 bumped operator.image.tag to 1.28.0 and ran `make update-test-baselines`, it regenerated gpu_monitoring.yaml but not the newly-added gpu_monitoring_cos.yaml. The two PRs merged cleanly and left a stale baseline on main. Regenerated via `make update-test-baselines-datadog-agent`; the diff is the operator appVersion/image bump to 1.28.0 plus the operator ClusterRole RBAC changes carried by the datadog-operator 2.23->2.24 subchart bump. Co-authored-by: Claude Opus 4.8 <[email protected]>
grantseltzer
added a commit
that referenced
this pull request
Jul 10, 2026
The operator image and version labels were bumped to 1.28.0 in #2771, but the gpu_monitoring_cos.yaml baseline manifest was not regenerated at that time and stayed pinned to 1.27.0, causing Test_baseline_inputs to fail. This regenerates that baseline so its operator references match the rest of the chart. Validated by running the datadog unit tests, which now pass.
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.
What this PR does / why we need it:
Update datadog chart for operator 1.28.0
Which issue this PR fixes
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged)Special notes for your reviewer:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
<chartName>/minor-version,<chartName>/patch-version, or<chartName>/no-version-bump)datadogordatadog-operatorchart or value changes, update the test baselines (run:make update-test-baselines)datadogchart changes, received ✅ from a member of your teamGitHub CI takes care of the below, but are still required:
.github/helm-docs.sh)CHANGELOG.mdhas been updatedREADME.md