Configure the Neo4j Helm Chart repository
This section describes how to configure the Neo4j Helm Chart repository and check for the available charts.
To deploy a Neo4j DBMS or cluster on Kubernetes, you have to configure the Neo4j Helm Chart repository.
1. Prerequisites
-
Helm v3 (https://helm.sh).
2. 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
3. Check for the available Neo4j Helm Charts
helm search repo neo4j/
An example result
NAME CHART VERSION APP VERSION DESCRIPTION
neo4j/neo4j-cluster-core 4.4.0 4.4.0 Neo4j is the world's leading graph database
neo4j/neo4j-cluster-headless-service 4.4.0 - Neo4j is the world's leading graph database
neo4j/neo4j-cluster-loadbalancer 4.4.0 - Neo4j is the world's leading graph database
neo4j/neo4j-cluster-read-replica 4.4.0 4.4.0 Neo4j is the world's leading graph database
neo4j/neo4j-docker-desktop-pv 4.4.0 - Sets up persistent disks suitable for simple de...
neo4j/neo4j-gcloud-pv 4.4.0 - Sets up persistent disks suitable for simple de...
neo4j/neo4j-standalone 4.4.0 4.4.0 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-gcloud-pv can be used as an alternative way of creating persistent volumes in those environments.
Was this page helpful?