Upgrade Neo4j on Kubernetes
Upgrade to a new minor version
To upgrade to the next release of Neo4j, update your Neo4j values.yaml file and upgrade the helm release.
-
Open the values.yaml file, using the code editor of your choice, and add the following line to the
image
object:image: customImage: neo4j:5.26.0
-
Run
helm upgrade
to apply the changes:helm upgrade <release-name> neo4j/neo4j -f values.yaml