unitvectory-labs/KubeRolloutTrigger
Fetch a GitHub OIDC token and POST {image, tags} to a rollout trigger endpoint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| audience | OIDC audience | yes | — |
| url | Webhook URL to POST to | yes | — |
| image | Image name to deploy | yes | — |
| tags | Image tags to deploy (comma-separated, e.g., 'dev' or 'v1.0.0,v1.0,v1,latest') | yes | — |
| timeout-seconds | HTTP timeout in seconds | no | 10 |
| expand-versions | Expand semantic version tags (e.g., v1.2.3 → v1, v1.2, v1.2.3) | no | false |
Outputs
no outputs