-
Notifications
You must be signed in to change notification settings - Fork 58
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
✨ Separate CA configuration for pulls vs catalogd services #1673
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1673 +/- ##
=======================================
Coverage 67.42% 67.43%
=======================================
Files 55 57 +2
Lines 4632 4621 -11
=======================================
- Hits 3123 3116 -7
+ Misses 1284 1278 -6
- Partials 225 227 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View 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
2db703d
to
5e67403
Compare
5e67403
to
19f3513
Compare
@camilamacedo86 I just updated this PR (as you were reviewing it) to keep the old flag, but mark it as deprecated, and to only use it only when the new flags aren't used. Log messages will indicate use of the deprecated flag. |
19f3513
to
ced1054
Compare
ced1054
to
ab90d41
Compare
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
ab90d41
to
f4d9445
Compare
New changes are detected. LGTM label has been removed. |
f4d9445
to
66b078e
Compare
Rename the flags that provide CAs to image pulling to indicate the use. Keep the old flag around (for backward compatibility), but prefer the new flag(s). Signed-off-by: Todd Short <[email protected]>
66b078e
to
eabd8d2
Compare
c3a4406
Rename the options that provide CAs to image pulling to indicate the use.