[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:
committed by
GitHub
parent
658497aa0a
commit
a0ba5f6085
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user