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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 5, 2024
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: catalystcommunity/action-upload-chart-registry@d0664874498d542f087c24330e980f70cbe99b48 # v1.0.3

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

namedescriptionrequireddefault
tagRelease tag to fetch chart fromno${{ github.event.release.tag_name }}
release-asset-namethe asset name containing the chart, must be a tar filenochart.tgz
helm-registry-urlthe url of the helm registry to upload toyes
tokengithub token to use for the release, if you want this to trigger other workflows such as flows on release created, pass in a PATno${{ github.token }}

no outputs