shardingsphere-on-cloud icon indicating copy to clipboard operation
shardingsphere-on-cloud copied to clipboard

🚀 request help: How to modify the image repository?

Open xkLi0 opened this issue 10 months ago • 1 comments

Request description

when i create ComputeNode, the default image are "busybox:1.36" ,"apache/shardingsphere-proxy:${.spec.serverVersion}“. Due to network issues, can't pull these two images. So, How can i modify the repository of the image???

Environment

ShardingSphere-Operator Version 0.3.0

xkLi0 avatar Jun 16 '25 00:06 xkLi0

Currently, the busybox:1.36 is hard coded in the deployment, no way to change it. https://github.com/apache/shardingsphere-on-cloud/blob/8ae82f39e3f98f327af06905397d35d24d7622b1/charts/apache-shardingsphere-proxy-charts/templates/deployment.yaml#L53

Can you guys modify it? Then wen can specify my personal repo of the busybox, since I also have the network issue to access the docker hub?

xyfleet avatar Sep 13 '25 22:09 xyfleet