actions-marketplace-validations/Read Helm Chart
Read a Helm Chart's `Chart.yaml` file and expose the values as outputs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the helm chart | yes | — |
Outputs
| name | description |
|---|---|
| apiVersion | The chart API version (always set) |
| name | The name of the chart (always set) |
| version | A SemVer 2 version (always set) |
| kubeVersion | A SemVer range of compatible Kubernetes versions (optional) |
| description | A single-sentence description of this project (optional) |
| type | It is the type of chart (optional) |
| keywords | A list of keywords about this project (optional) |
| home | The URL of this project's home page (optional) |
| sources | A list of URLs to source code for this project (optional) |
| repository | The repository URL ("https://example.com/charts") (optional) |
| icon | A URL to an SVG or PNG image to be used as an icon (optional). |
| appVersion | The version of the app that this contains (optional). |
| deprecated | Whether this chart is deprecated (optional) |