diff --git a/pkg/models/openpitrix/applications.go b/pkg/models/openpitrix/applications.go index 7df552b54d81fe9ac20ff4696e647593d86aa443..dcb1e3203a1f34494493013f34952de268ba6cdf 100644 --- a/pkg/models/openpitrix/applications.go +++ b/pkg/models/openpitrix/applications.go @@ -242,6 +242,7 @@ func (c *applicationOperator) CreateApp(req *CreateAppRequest) (*CreateAppRespon Spec: v1alpha1.HelmApplicationSpec{ Name: req.Name, Description: stringutils.ShortenString(chrt.GetDescription(), v1alpha1.MsgLen), + Icon: stringutils.ShortenString(chrt.GetIcon(), v1alpha1.MsgLen), }, } app, err := c.createApp(helmApp, req.Icon)