fix Home field fault in appstore application (#5425)

fix appstore app home field
This commit is contained in:
Xiao Liu
2022-12-21 10:56:53 +08:00
committed by GitHub
parent efcd4c5512
commit 4991d88d68

View File

@@ -397,6 +397,7 @@ func convertAppVersion(in *v1alpha1.HelmApplicationVersion) *AppVersion {
if in.Spec.Metadata != nil { if in.Spec.Metadata != nil {
out.Description = in.Spec.Description out.Description = in.Spec.Description
out.Icon = in.Spec.Icon 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, // The field Maintainers and Sources were a string field, so I encode the helm field's maintainers and sources,