v1

latestOpenAPI 3.0.0Apache 2.02026-07-17143274803.9 KB
helm

Add Repo

Add new Helm repository

post/api/v1/orgs/{orgId}/helm/repos

Path parameters

orgIdinteger required

Organization identifier

Request body

namestring required
urlstring required
certFilestring
keyFilestring
caFilestring
passwordSecretRefstring
tlsSecretRefstring

Example request

{
  "name": "stable",
  "url": "https://charts.helm.sh/stable"
}

Response

resource successfully added.

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