diff --git a/dashboard/pkg/epinio/models/cluster.ts b/dashboard/pkg/epinio/models/cluster.ts index cdd7b04..31f9370 100644 --- a/dashboard/pkg/epinio/models/cluster.ts +++ b/dashboard/pkg/epinio/models/cluster.ts @@ -51,7 +51,6 @@ export default class EpinioCluster extends Resource { // Can they uninstall? // Try to find the installed helm app and check permissions on it - debugger; const url = `/k8s/clusters/${ data.mgmtCluster.id }/v1/catalog.cattle.io.apps/${ data.namespace }/${ defaultEpinioChart.name }?exclude=metadata.managedFields`; ctx.$dispatch(`cluster/request`, { url }, { root: true }) diff --git a/dashboard/pkg/epinio/package.json b/dashboard/pkg/epinio/package.json index 32e5c7c..d51d892 100644 --- a/dashboard/pkg/epinio/package.json +++ b/dashboard/pkg/epinio/package.json @@ -2,7 +2,7 @@ "name": "epinio", "description": "Application Development Engine for Kubernetes", "icon": "https://raw.githubusercontent.com/rancher/dashboard/0b6cbe93e9ed3292294da178f119a500cc494db9/pkg/epinio/assets/logo-epinio.svg", - "version": "1.11.0-2", + "version": "1.11.0-3", "private": false, "rancher": true, "license": "Apache-2.0",