astarte-platform/Astarte Local Cluster
Brings up a fully functional local Astarte Cluster and its tooling for CI purposes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 25, 2026
- License
- None
Pinned Snippet
uses: astarte-platform/astarte-cluster-action@11198ae9f8b4b1d334063a6ce6c1015da631c6ff # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| astarte_namespace | The Kubernetes namespace where Astarte will be installed. Defaults to `astarte` | no | astarte |
| cert-manager_version | The Cert-Manager Helm Chart version to use. Defaults to v1.20.1 | no | v1.20.1 |
| haproxy_version | The HAProxy Helm Chart version to use. Defaults to 1.49.0 | no | 1.49.0 |
| rabbitmq_cluster_operator_version | The RabbitMQ Cluster Operator version to use. Defaults to v2.20.0 | no | v2.20.0 |
| scylla_operator_version | The Scylla Operator version to use. Defaults to v1.20.2 | no | v1.20.2 |
| astarte_chart_version | The Astarte Operator Helm Chart version to use. Defaults to 26.5.0-alpha.0 | no | 26.5.1 |
| astartectl_version | The astartectl CLI version to use. Defaults to 24.5.3 | no | 26.5.0 |
| astarte_version | The Astarte version to install. Defaults to 1.3.0-rc.2 | no | 1.3.0 |
| astarte_realm | The Astarte realm to create. Defaults to `test`. If empty, no realm will be created and the realm_key output will be empty. | no | test |
| kind_version | KinD version to use. It is advised to leave the default unless you're trying to use a very specific Astarte version | no | v0.31.0 |
| kind_node_image | KinD node to use. It is advised to leave the default unless you're trying to use a very specific Astarte version | no | kindest/node:v1.33.7@sha256:d26ef333bdb2cbe9862a0f7c3803ecc7b4303d8cea8e814b481b09949d353040 |
| kustomize_astarte_patch | Kustomize patch to the Astarte resource. | no | "" |
Outputs
| name | description |
|---|---|
| housekeeping_key | The Housekeeping private key of the new cluster |
| realm_key | The Realm private key of the newly created Realm. |