helm-chart-template
Retrieve the content of a specific template file from a Helm chart stored in Artifact Hub by specifying the chart repository, name, and exact filename.
Instructions
Get the content of a template file from a Helm chart in Artifact Hub
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chartName | Yes | The Helm chart name | |
chartRepo | Yes | The Helm chart repository name | |
filename | Yes | Exact filename (full path) to filter templates by (case-sensitive) | |
version | No | The chart version (optional, defaults to latest) |