[release-3.3] fix Home field fault in appstore application (#5474)

fix appstore app home field

Co-authored-by: xiaoliu <978911210@qq.com>
This commit is contained in:
KubeSphere CI Bot
2023-01-13 11:14:25 +08:00
committed by GitHub
parent 658497aa0a
commit a0ba5f6085

View File

@@ -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,