helm
Add Repo
Add new Helm repository
post/api/v1/orgs/{orgId}/helm/repos
Path parameters
orgIdinteger required
Organization identifier
Request body
Example request
{
"name": "stable",
"url": "https://charts.helm.sh/stable"
}Response
resource successfully added.
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"
}