actions-marketplace-validations/helm-ephemeral-action
Install ephemeral helm releases which gets deleted at pipeline end
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | Helm repo | yes | — |
| chart | Helm chart to install | yes | — |
| helm | Helm command | no | helm |
| args | Additional args to pass to helm | no | --wait --timeout 2m |
Outputs
| name | description |
|---|---|
| releaseName | Generated release name on the form ${chart}-${repo}-${GITHUB_RUN_NUMBER |