mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-16 14:27:00 +00:00
Fix: can not get the APISchema when registry is not version registry (#6066)
Signed-off-by: zhaohuihui <zhaohuihui_yewu@cmss.chinamobile.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user