helm
List repositories
Listing Helm repositories in the cluster
get/api/v1/orgs/{orgId}/helm/repos
Path parameters
orgIdinteger required
Organization identifier
Response
Repositories listed
Example response
[
{
"cache": "statestore/<cluster_name>/helm/repository/cache/stable-index.yaml",
"caFile": "",
"passwordSecretRef": "passwordSecretRef",
"keyFile": "",
"certFile": "",
"name": "stable",
"tlsSecretRef": "tlsSecretRef",
"url": "https://charts.helm.sh/stable"
}
]