Skip to content

Commit 42ca9e6

Browse files
authored
fix: cm-push url change to localhost (#48)
1 parent 98dbdb7 commit 42ca9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/development/command/updaterepo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func (c *updateRepo) Run(ctx context.Context, app string, notExist bool) error {
117117
return err
118118
}
119119

120-
output, err := c.baseCommand.run(ctx, "helm", "cm-push", "-f", app, "http://chartmuseum-studio:8080", "--debug")
120+
output, err := c.baseCommand.run(ctx, "helm", "cm-push", "-f", app, "http://localhost:8888", "--debug")
121121
if err != nil {
122122
if len(output) > 0 {
123123
return errors.New(output)

0 commit comments

Comments
 (0)