Remove Virtualization Management configs; Fix extension annotations

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2024-11-04 15:22:40 +01:00
parent 91e70f5231
commit e149c0a822
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
2 changed files with 4 additions and 6 deletions

View File

@ -20,10 +20,6 @@ export default function (plugin: IPlugin) {
const isSingleVirtualCluster = process.env.rancherEnv === PRODUCT_NAME; const isSingleVirtualCluster = process.env.rancherEnv === PRODUCT_NAME;
if (!isSingleVirtualCluster) {
plugin.addProduct(require('./config/harvester-manager'));
}
plugin.addProduct(require('./config/harvester-cluster')); plugin.addProduct(require('./config/harvester-cluster'));
plugin.addDashboardStore(harvesterCommonStore.config.namespace, harvesterCommonStore.specifics, harvesterCommonStore.config); plugin.addDashboardStore(harvesterCommonStore.config.namespace, harvesterCommonStore.specifics, harvesterCommonStore.config);

View File

@ -5,8 +5,10 @@
"private": false, "private": false,
"rancher": { "rancher": {
"annotations": { "annotations": {
"catalog.cattle.io/rancher-version": ">= v2.10.0", "catalog.cattle.io/display-name": "Harvester",
"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"
} }
}, },
"scripts": { "scripts": {