arda-cards/gradle-build-pipeline
Checkout, build and tag gradle projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 3, 2026
- License
- MIT
Pinned Snippet
uses: arda-cards/helm-deploy-pipeline-action@5c2bf7e2921a540edfb92a62963146c670923d6f # v4.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| chart_name | The name of the chart to deploy | yes | — |
| chart_version | The version of the chart to deploy | yes | — |
| clean_up | Tell Helm to clean up failed deployment. Disable only while debugging deployment issue. | no | true |
| component_name | The name of the component being deployed, it is the helm release name; it also serves as the default base name for the kubernetes namespace. | yes | — |
| dry_run | Set to true to perform a helm dry-run deployment | no | false |
| github_token | The authentication token | yes | — |
| helm_registry | The registry to retrieve Helm charts from | yes | — |
| helm_value_command | Name of a file providing a set of (action key value) for additional values to helm | no | src/main/helm/read-cloudFormation-values.cmd |
| locator_url | The URL of properties file that defines aws_region, aws_role, cluster_name. | no | "" |
| locator_url_bearer | A authentication bearer with read access to locator_url. | no | "" |
| locator_url_token | An authentication token with read access to locator_url. | no | "" |
| namespace | The name of the namespace to deploy to. | yes | — |
| post_install_parameter | Name of a json file providing additional parameters for the post-install CloudFormation stacks | no | "" |
| pre_install_parameter | Name of a json file providing additional parameters for the pre-install CloudFormation stacks | no | "" |
| purpose | The purpose in the deployment pipeline (dev, prod, ...) | yes | — |
| timeout | time to wait for the deployment to succeed (a Go duration, default 5m0s) | no | 5m0s |
| verbose | enable verbose output | no | false |
| workflow_dispatch_name | The name of the post-deployment (test) workflow in the repository | no | "" |
| workflow_dispatch_ref | The ref of the post-deployment (test) workflow in the repository | no | "" |
| workflow_dispatch_repository | A repository with post-deployment behavior | no | "" |
| workflow_dispatch_token | A GitHub token with workflow dispatch permission to trigger the post-deployment (test) workflow | no | "" |
Outputs
no outputs