urbanmedia/Helm Chart Releaser Action

A GitHub Action for packaging and releasing Helm charts. This action uses Helm package and Helm push to package and release your charts. The action will tag the commit with the chart version.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
gh_tokenPermission token that grants permission to the GitHub API. This is used to tag the commit with the chart version. yes
github_actorThe GitHub actor to use when tagging the commit with the chart version. This is used to configure Git. no${{ github.actor }}
charts_dirThe directory containing the Helm charts to package and release.nocharts
chart_repository_urlThe URL of the chart repository to release the charts to. This is used to configure the Helm push plugin. Example: oci://ghcr.io/username/repo yes
chart_repository_usernameThe username to use when authenticating to the chart repository. This is used to configure the Helm push plugin. yes
chart_repository_passwordThe password to use when authenticating to the chart repository. This is used to configure the Helm push plugin. yes

no outputs