v1

latestOpenAPI 3.0.0Apache 2.02026-07-17143274803.9 KB
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

namestring
cachestring
urlstring
certFilestring
keyFilestring
caFilestring
passwordSecretRefstring
tlsSecretRefstring

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"
  }
]