-
Notifications
You must be signed in to change notification settings - Fork 221
fix: update config-manager related-container image #9544
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
base: main
Are you sure you want to change the base?
fix: update config-manager related-container image #9544
Conversation
Auto Cherry-pick Instructions
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9544 +/- ##
==========================================
+ Coverage 59.76% 59.85% +0.08%
==========================================
Files 518 518
Lines 56320 56324 +4
==========================================
+ Hits 33661 33710 +49
+ Misses 19633 19603 -30
+ Partials 3026 3011 -15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -426,6 +427,9 @@ func checkNRollbackProtoImages(itsObj, itsProto *workloads.InstanceSet) { | |||
if component.IsKBAgentContainer(&c) { | |||
continue | |||
} | |||
if configctrl.IsConfigManagerContainer(c.Name) { |
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.
Do not introduce further dependencies on configuration within the cluster controller.
/approve |
No description provided.