-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove helm chart uploads to ACR #8565
Conversation
Signed-off-by: sk593 <[email protected]>
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8565 +/- ##
=======================================
Coverage 59.88% 59.89%
=======================================
Files 596 596
Lines 40512 40512
=======================================
+ Hits 24261 24264 +3
+ Misses 14423 14421 -2
+ Partials 1828 1827 -1 ☔ View full report in Codecov by Sentry. |
Description
We push Radius helm charts on merges to main to GHCR and ACR. We only need to push to GHCR. The ACR commands that we use are deprecated, causing errors in the helm chart upload. See below:
This change removes the upload to ACR
Type of change
Fixes: #issue_number
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: