helm-chart-values
Retrieve the values.yaml file for a specific Helm chart from Artifact Hub by providing the chart repository, chart name, and optional version. Simplify configuration and deployment processes.
Instructions
Get the values.yaml file for a specific Helm chart from Artifact Hub
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chartName | Yes | The Helm chart name | |
chartRepo | Yes | The Helm chart repository name | |
version | No | The chart version (optional, defaults to latest) |