Configure the Neo4j Helm chart repository
To deploy a Neo4j DBMS or cluster on Kubernetes, you have to configure the Neo4j Helm chart repository.
Prerequisites
-
Helm v3 (https://helm.sh).
Configure the Neo4j Helm chart repository
-
Add the Neo4j Helm chart repository.
helm repo add neo4j https://helm.neo4j.com/neo4j
-
Update the repository:
helm repo update
Check for the available Neo4j Helm charts
helm search repo neo4j/
An example result
NAME CHART VERSION APP VERSION DESCRIPTION
neo4j/neo4j 5.1.0 5.1.0 Neo4j is the world's leading graph database
neo4j/neo4j-cluster-core 4.4.13 4.4.13 Neo4j is the world's leading graph database
neo4j/neo4j-cluster-headless-service 4.4.13 - Neo4j is the world's leading graph database
neo4j/neo4j-cluster-loadbalancer 4.4.13 - Neo4j is the world's leading graph database
neo4j/neo4j-cluster-read-replica 4.4.13 4.4.13 Neo4j is the world's leading graph database
neo4j/neo4j-docker-desktop-pv 4.4.13 - Sets up persistent disks suitable for simple de...
neo4j/neo4j-gcloud-pv 4.4.13 - Sets up persistent disks suitable for simple de...
neo4j/neo4j-headless-service 5.1.0 - Neo4j is the world's leading graph database
neo4j/neo4j-persistent-volume 5.1.0 - Sets up persistent disks suitable for a Neo4j H...
neo4j/neo4j-standalone 4.4.13 4.4.13 Neo4j is the world's leading graph database
If you want to see all the versions available, use the option --versions
.
The utility Helm charts neo4j/neo4j-docker-desktop-pv and neo4j/neo4j-persistent-volume can be used as an alternative way of creating persistent volumes in those environments.
Was this page helpful?