-
Notifications
You must be signed in to change notification settings - Fork 110
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
[BARX-512] Set Registry to Azure if site is us3 #1438
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request does not contain a valid label. Please add one of the following labels: bug, enhancement, refactoring, documentation, tooling, dependencies
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1438 +/- ##
=======================================
Coverage 48.94% 48.95%
=======================================
Files 221 221
Lines 19250 19252 +2
=======================================
+ Hits 9422 9424 +2
Misses 9345 9345
Partials 483 483
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, could you simply update the PR description with the QA instructions, something like:
"Create a DatadogAgent with site set to us3.datadoghq.com
, the registry should be defaulted to azure one, verify the images that are pulled from said registry datadoghq.azurecr.io
"
What does this PR do?
This PR sets the registry to Azure if the site used is us3. Implemented in helm: DataDog/helm-charts#1537
Motivation
Azure users can benefit from the ACR.
Additional Notes
N/A
Minimum Agent Versions
N/A
Describe your test plan
Create a DatadogAgent with site set to us3.datadoghq.com, the registry should be defaulted to azure one, verify the images that are pulled from said registry datadoghq.azurecr.io
Checklist
bug
,enhancement
,refactoring
,documentation
,tooling
, and/ordependencies
qa/skip-qa
label