-
Bug
-
Resolution: Done
-
Normal
-
4.13.z, 4.12.z
-
Low
-
None
-
ODC Sprint 229, ODC Sprint 230
-
2
-
Rejected
-
False
-
-
N/A
-
Bug Fix
Description of problem:
In order to fetch individual helm releases ui seems to be using list releases /api/helm/releases endpoint. This would be performance impact as we can fetch a particular releases instead of sending the entire list. `/api/helm/release` endpoint taking in parameter of name and ns serves this purpose.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.Create a helm release 2.Open network fab and route to list releases page. Click on the created release. 3.You should see /api/helm/releases endpoint being used for a particular release too
Actual results:
Expected results:
Frontend to make use of /api/helm/release( query param ns and name) endpoint instead of calling list helm releases endpoint and filtering the content.
Additional info: