-
Notifications
You must be signed in to change notification settings - Fork 239
chore: instance template supports the service version #9283
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: instance template supports the service version #9283
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9283 +/- ##
==========================================
+ Coverage 60.09% 60.12% +0.03%
==========================================
Files 391 391
Lines 47616 47729 +113
==========================================
+ Hits 28613 28697 +84
- Misses 16203 16245 +42
+ Partials 2800 2787 -13
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:
|
|
||
func resolveImagesWithCompVersions4Template(compDef *appsv1.ComponentDefinition, | ||
compVersions []*appsv1.ComponentVersion, serviceVersion string) (map[string]string, error) { | ||
appsInDef := covertImagesFromCompDefinition(compDef) |
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.
covert => convert
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.
Done.
/approve |
As part of the rollout feature, it depends on #9292, #9384.