jcprz/Helm Action
Custom action to manage Helm commands
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | The Helm command to run | yes | — |
| timeout-in-mins | Timeout for Helm atomic command | no | 3 |
| repository-name | The name of the repository | yes | — |
| helm-dir | The name of the Helm directory where charts are | yes | — |
| values-file | The values file for the given Helm release | no | — |
| environment | Environment for the Helm release | no | — |
| release-name | Helm release name | no | — |
| namespace | Namespace for the Helm release | no | — |
| image-tag | Docker image tag for the Helm release | no | — |
| create-namespace | Whether to create the namespace if not exists | no | false |
| set-flag | Comma-separated list of key-value pairs for the Helm --set flag | no | "" |
| set-string-flag | Comma-separated list of key-value pairs for the Helm --set-string flag | no | "" |
| dry-run | Whether to run the command in dry-run mode | no | false |
| is-debug | Whether to run the command in debug mode | no | false |
| enable-force-flag | Whether to run the command with --force flag | no | false |
Outputs
no outputs