Skip to content

ArcadeData/arcadedb-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArcadeDB Helm Chart

Artifact Hub CI

The official Helm chart for ArcadeDB, a multi-model database supporting SQL, Cypher, Gremlin, MongoDB, and Redis protocols.

Install

helm repo add arcadedb https://helm.arcadedb.com/
helm repo update
helm install my-arcadedb arcadedb/arcadedb

Configuration

See charts/arcadedb/README.md and charts/arcadedb/values.yaml for all available options.

Development

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 above

Unit-test suites live in charts/arcadedb/tests/ and use helm-unittest. The plugin version is pinned in the Makefile.

Release

New chart versions are published via the GitHub Actions Release workflow:

GitHub → Actions → Release → Run workflow → enter version → Run

Contributing

PRs welcome. The lint workflow runs on all pull requests.

About

ArcadeDB Helm chart

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors