diff --git a/.github/workflows/build-extension-charts.yml b/.github/workflows/build-extension-charts.yml index 3e1d3bc2..88c840d3 100644 --- a/.github/workflows/build-extension-charts.yml +++ b/.github/workflows/build-extension-charts.yml @@ -31,4 +31,4 @@ jobs: pages: write with: target_branch: gh-pages - tagged_release: ${{ github.ref_name }} \ No newline at end of file + tagged_release: ${{ github.ref_name }} diff --git a/pkg/harvester/index.ts b/pkg/harvester/index.ts index bdb39b0e..77b25077 100644 --- a/pkg/harvester/index.ts +++ b/pkg/harvester/index.ts @@ -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); diff --git a/pkg/harvester/package.json b/pkg/harvester/package.json index 2f1c4589..354dcaac 100644 --- a/pkg/harvester/package.json +++ b/pkg/harvester/package.json @@ -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",