Revert Deployment Engine image tag pin in Helm chart#11906
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.71% 51.71%
=======================================
Files 725 725
Lines 45629 45629
=======================================
+ Hits 23595 23599 +4
+ Misses 19791 19789 -2
+ Partials 2243 2241 -2 ☔ 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... |
…11906) # Description Reverts the Deployment Engine (`de`) image tag pin in `deploy/Chart/values.yaml`. The tag was previously pinned to `0.56` for the v0.57.1 patch release. With that release out, the chart should fall back to using the Chart `AppVersion` as the default tag. ## Type of change - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Signed-off-by: Nell Shamrell <nellshamrell@gmail.com>
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