From a0ba5f6085fa4a7503f92694a57346c6fc10a677 Mon Sep 17 00:00:00 2001 From: KubeSphere CI Bot <47586280+ks-ci-bot@users.noreply.github.com> Date: Fri, 13 Jan 2023 11:14:25 +0800 Subject: [PATCH] [release-3.3] fix Home field fault in appstore application (#5474) fix appstore app home field Co-authored-by: xiaoliu <978911210@qq.com> --- pkg/models/openpitrix/utils.go | 1 + 1 file changed, 1 insertion(+) 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,