-
Notifications
You must be signed in to change notification settings - Fork 14
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
chore(KFLUXUI-256): support component.spec.containerImage as latestImage #67
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #67 +/- ##
==========================================
+ Coverage 80.01% 80.11% +0.10%
==========================================
Files 569 570 +1
Lines 21379 21452 +73
Branches 5294 5050 -244
==========================================
+ Hits 17107 17187 +80
+ Misses 4247 4241 -6
+ Partials 25 24 -1
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.
5cfcb0b
to
dd1c162
Compare
The integration service recently migrated from using the component's spec.containerImage field to store the latest image to using the component's status.lastPromotedImage field.
The patch support the component.spec.containerImage as the latestImage when it's valid.