Skip to content

Commit 8fa1398

Browse files
Cyber-SiKuWine93
authored andcommitted
[fix] repace harbor with opencurve
Signed-off-by: Cyber-SiKu <[email protected]>
1 parent 9e46bbe commit 8fa1398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/command/playground/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func NewRunCommand(curveadm *cli.CurveAdm) *cobra.Command {
112112
flags := cmd.Flags()
113113
flags.StringVarP(&options.kind, "kind", "k", "curvefs", "Specify the type of playground (curvebs/curvefs)")
114114
flags.StringVar(&options.mountPoint, "mountpoint", "p", "Specify the mountpoint for CurveFS playground")
115-
flags.StringVarP(&options.containerImage, "container_image", "i", "harbor.cloud.netease.com/curve/curvebs:playground", "Specify the playground container image")
115+
flags.StringVarP(&options.containerImage, "container_image", "i", "opencurvedocker/curvebs:playground", "Specify the playground container image")
116116

117117
return cmd
118118
}

0 commit comments

Comments
 (0)