Skip to content

Commit

Permalink
Remove debugger, bump ext version
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Nov 27, 2023
1 parent 9b97c06 commit e542288
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dashboard/pkg/epinio/models/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
Expand Down
2 changes: 1 addition & 1 deletion dashboard/pkg/epinio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e542288

Please sign in to comment.