Helm charts maintained by 4TU.ResearchData for deploying our open-source research-data services on Kubernetes and OpenShift.
Warning
Development phase. These charts are under active development and have not yet had a stable release. Defaults, values schema, and template layout may change without notice between commits. Pin to a specific chart version and review the diff before upgrading. Production use is at your own risk.
| Chart | Description |
|---|---|
| djehuty | Djehuty research-data repository. Depends on virtuoso (bundled by default, gated by virtuoso.enabled). |
| virtuoso | OpenLink Virtuoso (open-source) SPARQL/RDF triple store. Installable standalone or as the djehuty subchart. |
Add the repository (once it is published):
helm repo add 4turesearchdata https://4turesearchdata.github.io/helm-charts
helm repo updateInstall the djehuty stack (with bundled Virtuoso):
helm install my-djehuty 4turesearchdata/djehutyInstall Virtuoso standalone:
helm install my-sparql 4turesearchdata/virtuosoUse an external SPARQL store instead of the bundled one:
helm install my-djehuty 4turesearchdata/djehuty \
--set virtuoso.enabled=false \
--set rdfStore.sparqlUri=https://sparql.example.com/sparqlSee CONTRIBUTING.md. Code of Conduct, governance, and the security disclosure process are inherited from the parent djehuty project.
Apache License 2.0 — see LICENSE.