Skip to content

Commit a190fbf

Browse files
authored
Update the helm charts and add the nodeSelector for neo4j-admin (#939) (#940)
Cherry-picked from #939
1 parent 349c827 commit a190fbf

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

modules/ROOT/pages/kubernetes/helm-charts-setup.adoc

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,17 @@ helm search repo neo4j/
3838
[source, subs="attributes", role=noheader]
3939
----
4040
NAME CHART VERSION APP VERSION DESCRIPTION
41-
neo4j/neo4j 5.1.0 5.1.0 Neo4j is the world's leading graph database
42-
neo4j/neo4j-cluster-core 4.4.13 4.4.13 Neo4j is the world's leading graph database
43-
neo4j/neo4j-cluster-headless-service 4.4.13 - Neo4j is the world's leading graph database
44-
neo4j/neo4j-cluster-loadbalancer 4.4.13 - Neo4j is the world's leading graph database
45-
neo4j/neo4j-cluster-read-replica 4.4.13 4.4.13 Neo4j is the world's leading graph database
46-
neo4j/neo4j-docker-desktop-pv 4.4.13 - Sets up persistent disks suitable for simple de...
47-
neo4j/neo4j-gcloud-pv 4.4.13 - Sets up persistent disks suitable for simple de...
48-
neo4j/neo4j-headless-service 5.1.0 - Neo4j is the world's leading graph database
49-
neo4j/neo4j-persistent-volume 5.1.0 - Sets up persistent disks suitable for a Neo4j H...
50-
neo4j/neo4j-standalone 4.4.13 4.4.13 Neo4j is the world's leading graph database
41+
neo4j/neo4j 5.10.0 5.10.0 Neo4j is the world's leading graph database
42+
neo4j/neo4j-admin 5.10.0 5.10.0 Neo4j is the world's leading graph database
43+
neo4j/neo4j-cluster-core 4.4.22 4.4.22 Neo4j is the world's leading graph database
44+
neo4j/neo4j-cluster-headless-service 4.4.22 - Neo4j is the world's leading graph database
45+
neo4j/neo4j-cluster-loadbalancer 4.4.22 - Neo4j is the world's leading graph database
46+
neo4j/neo4j-cluster-read-replica 4.4.22 4.4.22 Neo4j is the world's leading graph database
47+
neo4j/neo4j-docker-desktop-pv 4.4.22 - Sets up persistent disks suitable for simple de...
48+
neo4j/neo4j-gcloud-pv 4.4.22 - Sets up persistent disks suitable for simple de...
49+
neo4j/neo4j-headless-service 5.10.0 - Neo4j is the world's leading graph database
50+
neo4j/neo4j-persistent-volume 5.10.0 - Sets up persistent disks suitable for a Neo4j H...
51+
neo4j/neo4j-standalone 4.4.22 4.4.22 Neo4j is the world's leading graph data
5152
----
5253

5354
If you want to see all the versions available, use the option `--versions`.

modules/ROOT/pages/kubernetes/operations/assign-neo4j-pods.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[NodeSelector]]
22
= Assign Neo4j pods to specific nodes
33

4-
The Neo4j Helm chart provides support for assigning your Neo4j pods to specific nodes using `nodeSelector` labels.
4+
The Neo4j Helm charts `neo4j/neo4j` and `neo4j/neo4j-admin` (from version 5.10) provide support for assigning your Neo4j pods to specific nodes using `nodeSelector` labels.
55

66
You specify the `nodeSelector` labels in the _values.yaml_ file.
77

0 commit comments

Comments
 (0)