ironhalik/helm-action
Does Helm stuff
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| debug | Adds action debug messages. Might contain sensitive data. | no | — |
| config | Kubeconfig yaml contents. Can be base64 encoded or just yaml. | no | — |
| eks_cluster | Name of the EKS cluster to interact with. Will use aws eks update-kubeconfig. | no | — |
| eks_role_arn | The AWS IAM role to use when authenticating with EKS. | no | — |
| context | Context to use if there are multiple. | no | — |
| namespace | Namespace to use. | no | — |
| create_namespace | Should we create the namespace. | no | true |
| release | Helm release name. You can use env vars here. | yes | — |
| chart | Helm chart path. | no | ./ |
| app_version | The version to set AppVersion in Chart.yaml | no | — |
| values | Helm values to be used in addition to the values file. | no | — |
| values_files | Helm values files paths, comma separated. Will be used in the order provided. | no | — |
| atomic | Adds --atomic flag to helm. | no | — |
| wait | Adds --wait flag to helm. | no | — |
| timeout | Adds --timeout flag to helm. | no | — |
| github_summary | Should we write helm status to github step summary. | no | true |
| github_summary_strip_commands | Should we remove any ::github::commands from the summary. | no | true |
Outputs
no outputs