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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gh_token | Permission token that grants permission to the GitHub API. This is used to tag the commit with the chart version. | yes | — |
| github_actor | The GitHub actor to use when tagging the commit with the chart version. This is used to configure Git. | no | ${{ github.actor }} |
| charts_dir | The directory containing the Helm charts to package and release. | no | charts |
| chart_repository_url | The 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_username | The username to use when authenticating to the chart repository. This is used to configure the Helm push plugin. | yes | — |
| chart_repository_password | The password to use when authenticating to the chart repository. This is used to configure the Helm push plugin. | yes | — |
Outputs
no outputs