actions-marketplace-validations/Helm Chart Releaser

Host a Helm charts repo on GitHub Pages

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 20, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/helm_chart-releaser-action@3e001cb8c68933439c7e721650f20a07a1a5c61e # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
versionThe chart-releaser version to use (default: v1.7.0)nov1.7.0
configThe relative path to the chart-releaser config fileno
charts_dirThe charts directorynocharts
install_dirWhere to install the cr toolno
install_onlyJust install cr toolno
skip_packagingSkip the packaging option (do your custom packaging before running this action)no
skip_existingSkip package upload if release existsno
skip_uploadSkip package uploadno
mark_as_latestMark the created GitHub release as 'latest'notrue
packages_with_indexUpload chart packages directly into publishing branchnofalse
pages_branchName 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
namedescription
changed_chartsA 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_versionThe version of the most recently generated charts; will be set even if no charts have been updated since the last run.