shardingsphere-on-cloud
shardingsphere-on-cloud copied to clipboard
🚀 request help: How to modify the image repository?
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
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?