Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-4781

Get Helm Release seems to be using List Releases api

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Normal Normal
    • 4.13
    • 4.13.z, 4.12.z
    • Dev Console
    • Low
    • None
    • ODC Sprint 229, ODC Sprint 230
    • 2
    • Rejected
    • False
    • Hide

      None

      Show
      None
    • 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:

       

            dsantra12 Debsmita Santra
            kmamgain@redhat.com Kartikey Mamgain
            Sanket Pathak Sanket Pathak
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: