Search HelmReleases
kubesearch_search_releasesSearch kubesearch.dev for Flux HelmReleases and Argo Applications by chart name, with results grouped by source and ranked by public repo usage.
Instructions
Search kubesearch.dev for Flux HelmReleases / Argo Applications by chart name (substring, case-insensitive). Mirrors the kubesearch.dev homepage search (e.g. 'cert-manager'). Results are grouped by chart source and ranked by how many public home-ops repos deploy them. Each result includes an id you can pass to kubesearch_get_release for full details, plus a kubesearch.dev link.
Note: chart_source_url is a NORMALIZED grouping key (it matches kubesearch.dev's /hr/<id> grouping and intentionally collapses related registries, e.g. all bjw-s variants into 'oci://ghcr.io/bjw-s-labs/charts/'). For chartRef/OCIRepository releases the actual pullable chart is in source_urls (group) and each repo's source_url (+ source_tag); resolved_chart flags when the real chart name differs from chart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of chart groups to return. | |
| query | Yes | Chart name or substring to search for, e.g. 'cert-manager', 'authentik', 'plex'. | |
| offset | No | Pagination offset into the ranked results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| shown | Yes | ||
| offset | Yes | ||
| results | Yes | ||
| has_more | Yes | ||
| search_url | Yes | ||
| total_matches | Yes |