GetHelmCharts returns list of helm charts in the specified repository
GET {{baseUrl}}/api/v1/repositories/:repo/helmcharts?forceRefresh=true
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
forceRefresh | boolean | Whether to force a cache refresh on repo's connection state. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"name":"enim proident Excepteur ipsu","versions":["et deserunt","aute nulla laborum in"]},{"name":"pariatur","versions":["sunt dolor","exerci"]}]}