arda-cards/gradle-build-pipeline

Checkout, build and tag gradle projects

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 3, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: arda-cards/helm-deploy-pipeline-action@5c2bf7e2921a540edfb92a62963146c670923d6f # v4.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
chart_nameThe name of the chart to deploy yes
chart_versionThe version of the chart to deploy yes
clean_upTell Helm to clean up failed deployment. Disable only while debugging deployment issue.notrue
component_nameThe 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_runSet to true to perform a helm dry-run deploymentnofalse
github_tokenThe authentication tokenyes
helm_registryThe registry to retrieve Helm charts fromyes
helm_value_commandName of a file providing a set of (action key value) for additional values to helmnosrc/main/helm/read-cloudFormation-values.cmd
locator_urlThe URL of properties file that defines aws_region, aws_role, cluster_name.no""
locator_url_bearerA authentication bearer with read access to locator_url.no""
locator_url_tokenAn authentication token with read access to locator_url.no""
namespaceThe name of the namespace to deploy to.yes
post_install_parameterName of a json file providing additional parameters for the post-install CloudFormation stacksno""
pre_install_parameterName of a json file providing additional parameters for the pre-install CloudFormation stacksno""
purposeThe purpose in the deployment pipeline (dev, prod, ...)yes
timeouttime to wait for the deployment to succeed (a Go duration, default 5m0s)no5m0s
verboseenable verbose outputnofalse
workflow_dispatch_nameThe name of the post-deployment (test) workflow in the repositoryno""
workflow_dispatch_refThe ref of the post-deployment (test) workflow in the repositoryno""
workflow_dispatch_repositoryA repository with post-deployment behaviorno""
workflow_dispatch_tokenA GitHub token with workflow dispatch permission to trigger the post-deployment (test) workflowno""

no outputs