This repository contains Helm charts that supports both Neo4j standalone and Neo4j clusters
Helm charts for Neo4j clusters are supported from version >= 4.4.0
Helm charts can be downloaded from here
Full Documentation can be found here
Released charts are also available from Google Artifact Registry as OCI artifacts. Specify the chart version explicitly:
helm install my-neo4j \
oci://europe-west2-docker.pkg.dev/neo4j-helm/helm-charts/neo4j \
--version 2026.7.1 \
--values values.yamlOCI registries do not use helm repo add. Release configuration and
verification details are documented in docs/ci/oci-release.md.
See the examples directory for common usage patterns of this Helm Chart