Get HelmRelease details
kubesearch_get_releaseFetch release details by ID from kubesearch.dev, with summary, deployments, and values views to understand community configs or drill into specific manifests.
Instructions
Get details for one chart by its kubesearch.dev release id (the id from kubesearch_search_releases, e.g. 'ghcr.io-home-operations-charts-mirror-cert-manager'). Three views, controlled by view:
summary(default): a compact digest of how the community configures the chart — the most commonly-setspec.valuespaths with their typical values, plus a couple of full example configs. Start here.deployments: the paginated list of every repo deploying the chart (no values) — use it to find a repo to drill into.values: the full parsedspec.valuesfor selected deployments — narrow withrepoand/orvalue_pathsto fetch just the config (or subtree) you care about. This is the drill-down; prefersummaryfirst. Note:chart_source_urlis the normalized kubesearch.dev grouping key, not necessarily the pullable chart. ForchartRef/OCIRepository releases the real chart is insource_urls(group) and each deployment'ssource_url+source_tag;resolved_chartsurfaces the true chart name when it differs fromchart. Confirm by cloning the deployment's repo (repo_clone) and reading its OCIRepository source.yaml.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The release id / slug, e.g. 'ghcr.io-home-operations-charts-mirror-cert-manager'. | |
| top | No | `summary` view: number of common value paths to return. | |
| repo | No | `values` view: restrict to one repo (e.g. 'onedr0p/home-ops'). | |
| view | No | summary = community config digest (default); deployments = paginated repo list; values = full config drill-down. | summary |
| limit | No | Page size for `deployments`/`values` views. | |
| offset | No | Pagination offset for `deployments`/`values` views. | |
| examples | No | `summary` view: number of full example configs to include. | |
| value_paths | No | `values` view: only return these value-path subtrees, e.g. ['server.persistentVolume','server.retentionPeriod']. Paths from the summary view's common_settings work as-is, including array forms like 'route.hostnames[]'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| view | Yes | ||
| chart | Yes | ||
| shown | No | ||
| offset | No | ||
| has_more | No | ||
| next_step | No | ||
| top_repos | No | ||
| deployments | No | ||
| source_urls | Yes | ||
| matched_repos | No | ||
| omitted_count | No | ||
| kubesearch_url | Yes | ||
| resolved_chart | Yes | ||
| values_summary | No | ||
| chart_source_url | Yes | ||
| deployment_count | Yes | ||
| chart_source_ambiguous | Yes |