helm/Helm Chart Releaser
Host a Helm charts repo on GitHub Pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The chart-releaser version to use (default: v1.7.0) | no | v1.7.0 |
| config | The relative path to the chart-releaser config file | no | — |
| charts_dir | The charts directory | no | charts |
| install_dir | Where to install the cr tool | no | — |
| install_only | Just install cr tool | no | — |
| skip_packaging | Skip the packaging option (do your custom packaging before running this action) | no | — |
| skip_existing | Skip package upload if release exists | no | — |
| skip_upload | Skip package upload | no | — |
| mark_as_latest | Mark the created GitHub release as 'latest' | no | true |
| packages_with_index | Upload chart packages directly into publishing branch | no | false |
| pages_branch | Name of the branch to be used to push the index and artifacts. (default to: gh-pages but it is not set in the action it is a default value for the chart-releaser binary) | no | — |
Outputs
| name | description |
|---|---|
| changed_charts | A comma-separated list of charts that were released on this run. Will be an empty string if no updates were detected, will be unset if `--skip_packaging` is used: in the latter case your custom packaging step is responsible for setting its own outputs if you need them. |
| chart_version | The version of the most recently generated charts; will be set even if no charts have been updated since the last run. |