swarm-io/Upload Released Helm Chart to GAR
Extracts a helm chart from a release and uploads it to GAR. This is designed to be run on a release trigger.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github token to use | no | ${{ github.token }} |
| tag | Release tag to fetch chart from | no | ${{ github.event.release.tag_name }} |
| credentials-json | gcloud service account credentials json | yes | — |
| project-id | gcloud project id | yes | — |
| region | artifact registry region | no | us-west1 |
| repository | artifact registry repository | no | charts |
| release-asset-name | the asset name containing the chart, must be a tar file | no | chart.tgz |
Outputs
| name | description |
|---|---|
| random-number | Random number |