The official Helm chart for ArcadeDB, a multi-model database supporting SQL, Cypher, Gremlin, MongoDB, and Redis protocols.
helm repo add arcadedb https://helm.arcadedb.com/
helm repo update
helm install my-arcadedb arcadedb/arcadedbSee charts/arcadedb/README.md and charts/arcadedb/values.yaml for all available options.
Run checks locally:
make help # list available targets
make lint # helm lint
make test-unit # helm-unittest suites (auto-installs the plugin)
make test-integration # kind-based end-to-end tests (requires Docker)
make test # run all of the aboveUnit-test suites live in charts/arcadedb/tests/ and use helm-unittest. The plugin version is pinned in the Makefile.
New chart versions are published via the GitHub Actions Release workflow:
GitHub → Actions → Release → Run workflow → enter version → Run
PRs welcome. The lint workflow runs on all pull requests.