actions-marketplace-validations/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
- Maintainedlast commit Feb 21, 2025
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/astarte-platform_astarte-cluster-action@85ccd08928dbc5a770ec540112ee005b23d8e047 # no releases — HEAD as of 2026-07-13tags 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 |
| astarte_chart_version | The Astarte Operator Helm Chart version to use. Defaults to ^24.5.0 | no | ^24.5.0 |
| astartectl_version | The astartectl CLI version to use. Defaults to ^24.5.1 | no | 24.5.2 |
| astarte_version | The Astarte version to install. Defaults to ^1.2.0 | no | 1.2.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.23.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.30.0@sha256:047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e |
Outputs
| name | description |
|---|---|
| housekeeping_key | The Housekeeping private key of the new cluster |
| realm_key | The Realm private key of the newly created Realm. |