mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
fix workflow for releases + add missing annotation
Signed-off-by: andy.lee <andy.lee@suse.com>
This commit is contained in:
parent
79d6fd66aa
commit
927e0505e0
2
.github/workflows/build-extension-charts.yml
vendored
2
.github/workflows/build-extension-charts.yml
vendored
@ -31,4 +31,4 @@ jobs:
|
||||
pages: write
|
||||
with:
|
||||
target_branch: gh-pages
|
||||
tagged_release: ${{ github.ref_name }}
|
||||
tagged_release: ${{ github.ref_name }}
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user