Harshit Mehta

Results 17 comments of Harshit Mehta

What is the expectation here? This is what I see currently ![image](https://user-images.githubusercontent.com/17697790/199487631-07835197-1ccd-4a87-bf3f-96babdca872e.png)

`helm show chart` gives response back in yaml format is there a way to fetch from yaml response or convert it to json?

I see that this logic already exists https://github.com/komodorio/helm-dashboard/blob/main/pkg/dashboard/static/actions.js#L132 ```javascript const ns = $("#upgradeModal .rel-ns").val(); setHashParam("namespace", ns ? ns : "default") ``` Also, while testing locally I observed that the forced...

@undera Can you please cherry-pick the PR and see the API performance? What I observed is API call happens in the background. So once the home page (installed charts list)...

I think you can merge it I will check on [comment](https://github.com/komodorio/helm-dashboard/pull/70#discussion_r1016303635) separately

Could you please add some more details about the issue?

Adding pagination might help here as in an instance only a specific set will be queried and loaded