-
Notifications
You must be signed in to change notification settings - Fork 184
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
feat: move shell2http image to kb repository #8539
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8539 +/- ##
==========================================
- Coverage 60.75% 60.67% -0.08%
==========================================
Files 376 376
Lines 45506 45506
==========================================
- Hits 27648 27613 -35
- Misses 15291 15334 +43
+ Partials 2567 2559 -8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
38ba6c7
to
797543a
Compare
797543a
to
52dabdb
Compare
52dabdb
to
9d41b33
Compare
@@ -254,7 +254,7 @@ func injectCustomRoleProbeContainer(its *workloads.InstanceSet, template *corev1 | |||
agentPath := strings.Join([]string{roleAgentVolumeMountPath, roleAgentName}, "/") | |||
initContainer := corev1.Container{ | |||
Name: roleAgentInstallerName, | |||
Image: shell2httpImage, | |||
Image: strings.Join([]string{viper.GetString(constant.KBImageRegistry), shell2httpImage}, "/"), |
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.
Should change shell2httpImage to "apecloud/shell2http:1.16.0"
? Because the original repository "msoap"
is not under our control. @free6om
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.
It's not like that, the whole path is like "docker.io/msoap/shell2http:1.16.0" or "apecloud-registry.cn-zhangjiakou.cr.aliyuncs.com/msoap/shell2http:1.16.0".
Seems #8018 can cover this use case. |
This should help fix #7720