diff --git a/pkg/models/openpitrix/utils.go b/pkg/models/openpitrix/utils.go index 964d1f939..5d4a74c57 100644 --- a/pkg/models/openpitrix/utils.go +++ b/pkg/models/openpitrix/utils.go @@ -399,6 +399,7 @@ func convertAppVersion(in *v1alpha1.HelmApplicationVersion) *AppVersion { if in.Spec.Metadata != nil { out.Description = in.Spec.Description out.Icon = in.Spec.Icon + out.Home = in.Spec.Home } // The field Maintainers and Sources were a string field, so I encode the helm field's maintainers and sources,