fix workflow for releases + add missing annotation

Signed-off-by: andy.lee <andy.lee@suse.com>
This commit is contained in:
Alexandre Alves 2024-10-31 16:24:17 +00:00 committed by Francesco Torchia
parent 79d6fd66aa
commit 927e0505e0
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
3 changed files with 3 additions and 3 deletions

View File

@ -31,4 +31,4 @@ jobs:
pages: write
with:
target_branch: gh-pages
tagged_release: ${{ github.ref_name }}
tagged_release: ${{ github.ref_name }}

View File

@ -24,7 +24,7 @@ export default function (plugin: IPlugin) {
if (isDev && !isSingleVirtualCluster) {
plugin.addProduct(require('./config/harvester-manager'));
}
plugin.addProduct(require('./config/harvester-cluster'));
plugin.addDashboardStore(harvesterCommonStore.config.namespace, harvesterCommonStore.specifics, harvesterCommonStore.config);

View File

@ -8,7 +8,7 @@
"catalog.cattle.io/display-name": "Harvester",
"catalog.cattle.io/kube-version": ">= 1.16.0-0",
"catalog.cattle.io/rancher-version": ">= 2.10.0-0",
"catalog.cattle.io/ui-extensions-version": ">= 1.0.0-0"
"catalog.cattle.io/ui-extensions-version": ">= 3.0.0-0"
}
},
"icon": "https://raw.githubusercontent.com/harvester/harvester-ui-extension/main/pkg/harvester/icon.svg",