tnlcommunity/Upload a released helm chart to a git helm charts repository
Extracts a helm chart from a release, adds it to a git helm repository, then reindexes the repository. This action is designed to be run on a release trigger, and to extract a packaged chart in .tgz format from a .tgz file such as chart.tgz.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github token to use, must specify a PAT so that the action can clone the charts repo and push changes to it | yes | — |
| tag | Release tag to fetch chart from | no | ${{ github.event.release.tag_name }} |
| release-asset-name | the asset name containing the chart, must be a tar file | no | chart.tgz |
| chart-repository | The git repository to upload the chart to | no | ${{ github.repository_owner }}/charts |
| chart-repository-ref | The git repository ref to push the chart to | no | main |
Outputs
no outputs