diff --git a/pkg/addon/helper.go b/pkg/addon/helper.go index 91576ea52..b65da5327 100644 --- a/pkg/addon/helper.go +++ b/pkg/addon/helper.go @@ -254,7 +254,7 @@ func FindAddonPackagesDetailFromRegistry(ctx context.Context, k8sClient client.C if !ok { continue } - uiData, err := r.GetUIData(&sourceMeta, CLIMetaOptions) + uiData, err := r.GetUIData(&sourceMeta, UIMetaOptions) if err != nil { continue }