catalystcommunity/Upload a released helm chart to a git helm charts repository
Extracts a helm chart tgz file from a release, assumes the . 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
- Stalelast commit Aug 5, 2024
- License
- Apache 2.0
Pinned Snippet
uses: catalystcommunity/action-upload-chart-registry@d0664874498d542f087c24330e980f70cbe99b48 # v1.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| 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 |
| helm-registry-url | the url of the helm registry to upload to | yes | — |
| token | github token to use for the release, if you want this to trigger other workflows such as flows on release created, pass in a PAT | no | ${{ github.token }} |
Outputs
no outputs