Chart Repositories
The Chart Repositories API exposes the KubeDB Platform’s read-only view over the public Helm Hub chart repository index. It lets you enumerate the known Helm chart repositories, load an individual repository and list the charts it contains, and inspect the available versions of a specific chart.
All endpoints live under the /api/v1/chartrepositories prefix and are
public — they carry no security requirement in the API definition and can
be called without organization context. In practice clients still send their
bearer token on every request (the platform accepts it), but no membership or
role is required. Only GET requests are exposed here.
/api/v1/chartrepositories
| Method | Path | Description |
|---|---|---|
| GET | / | List chart repositories |
| GET | /charts | List charts |
| GET | /charts/:name/versions | List versions of a chart |
Pages
- Chart Repositories — list the known chart repositories, list the charts inside a repository, and list the versions of a named chart.































