Revert Deployment Engine image tag pin in Helm chart#11906
Revert Deployment Engine image tag pin in Helm chart#11906brooke-hamilton wants to merge 1 commit into
Conversation
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
Pull request overview
Reverts the Helm chart’s temporary pin of the Deployment Engine (de) image tag so the chart again defaults to using a tag derived from the chart AppVersion (via the chart helper logic), consistent with other control-plane components.
Changes:
- Removed the hardcoded
de.tag: 0.56value fromdeploy/Chart/values.yaml. - Updated inline comments to reflect the defaulting behavior when
de.tagis unset.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11906 +/- ##
==========================================
- Coverage 51.74% 51.72% -0.03%
==========================================
Files 726 726
Lines 45605 45605
==========================================
- Hits 23597 23587 -10
- Misses 19788 19794 +6
- Partials 2220 2224 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
Reverts the Deployment Engine (
de) image tag pin indeploy/Chart/values.yaml. The tag was previously pinned to0.56for the v0.57.1 patch release. With that release out, the chart should fall back to using the ChartAppVersionas the default tag.Type of change