diff --git a/pkg/development/command/updaterepo.go b/pkg/development/command/updaterepo.go index d04fe53..0b81265 100644 --- a/pkg/development/command/updaterepo.go +++ b/pkg/development/command/updaterepo.go @@ -117,7 +117,7 @@ func (c *updateRepo) Run(ctx context.Context, app string, notExist bool) error { return err } - output, err := c.baseCommand.run(ctx, "helm", "cm-push", "-f", app, "http://chartmuseum-studio:8080", "--debug") + output, err := c.baseCommand.run(ctx, "helm", "cm-push", "-f", app, "http://localhost:8888", "--debug") if err != nil { if len(output) > 0 { return errors.New(output)