Skip to content

Commit 80d8c4c

Browse files
Apply suggestions from code review
1 parent 4355210 commit 80d8c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/kubernetes/operations/scaling.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ This feature is useful when you want to add a new server to the cluster and enab
143143
+
144144
[source, shell, subs="attributes"]
145145
----
146-
helm install server4 neo4j --set neo4j.edition=enterprise --set neo4j.acceptLicenseAgreement=yes --set volumes.data.mode=defaultStorageClass --set neo4j.password="password" --set neo4j.minimumClusterSize=3 --set neo4j.name=my-cluster --set neo4j.operations.enableServer=true --set image="neo4j/helm-charts-operations:{neo4j-version-exact}" --set protocol="neo4j"
146+
helm install server4 neo4j --set neo4j.edition=enterprise --set neo4j.acceptLicenseAgreement=yes --set volumes.data.mode=defaultStorageClass --set neo4j.password="password" --set neo4j.minimumClusterSize=3 --set neo4j.name=my-cluster --set neo4j.operations.enableServer=true --set image="neo4j/helm-charts-operations:2025.8.0" --set protocol="neo4j"
147147
----
148148

149149
* Use a _values.yaml_ file to set the values for the new server and the _neo4j/neo4j_ Helm chart to install the new server.
@@ -173,7 +173,7 @@ volumes:
173173
174174
operations:
175175
enableServer: true
176-
image: "neo4j/helm-charts-operations:2025.08"
176+
image: "neo4j/helm-charts-operations:2025.8.0"
177177
# protocol can be "neo4j or "neo4j+ssc" or "neo4j+s". Default set to neo4j
178178
# Note: Do not specify bolt protocol here...it will FAIL.
179179
protocol: "neo4j"

0 commit comments

Comments
 (0)