mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-30 02:38:17 +08:00
[REV] chaneg default init probe image name
This commit is contained in:
parent
22e733a408
commit
de1ffe72a7
@ -20,7 +20,7 @@ function prepare() {
|
||||
[ ! -d "$distdir/usr/local/" ] && mkdir -p $distdir/usr/local/bin
|
||||
}
|
||||
|
||||
build_items=(api builder grctl monitor mq node webcli worker eventlog)
|
||||
build_items=(api builder grctl monitor mq node webcli worker eventlog init-probe)
|
||||
|
||||
function localbuild() {
|
||||
if [ "$1" = "all" ];then
|
||||
|
@ -164,7 +164,7 @@ func getProbeMeshImageName() string {
|
||||
if d := os.Getenv("PROBE_MESH_IMAGE_NAME"); d != "" {
|
||||
return d
|
||||
}
|
||||
return "goodrain.me/probe_mesh_plugin"
|
||||
return "goodrain.me/rbd-init-probe"
|
||||
}
|
||||
|
||||
func createTCPDefaultPluginContainer(serviceID, pluginID string, envs []v1.EnvVar) v1.Container {
|
||||
|
Loading…
Reference in New Issue
Block a user