Skip to content

Commit

Permalink
Remove Virtualization Management configs; Fix extension annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <[email protected]>
  • Loading branch information
torchiaf committed Nov 4, 2024
1 parent b97cb8e commit debccce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 0 additions & 4 deletions pkg/harvester/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ export default function (plugin: IPlugin) {

const isSingleVirtualCluster = process.env.rancherEnv === PRODUCT_NAME;

if (!isSingleVirtualCluster) {
plugin.addProduct(require('./config/harvester-manager'));
}

plugin.addProduct(require('./config/harvester-cluster'));

plugin.addDashboardStore(harvesterCommonStore.config.namespace, harvesterCommonStore.specifics, harvesterCommonStore.config);
Expand Down
6 changes: 4 additions & 2 deletions pkg/harvester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
"private": false,
"rancher": {
"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": {
Expand Down

0 comments on commit debccce

Please sign in to comment.