Helm-Charts


Helm-Charts

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

OCI registry

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.yaml

OCI registries do not use helm repo add. Release configuration and verification details are documented in docs/ci/oci-release.md.

Examples

See the examples directory for common usage patterns of this Helm Chart