neo4j-contrib / neo4j-helm

Helm Charts for running Neo4j on Kubernetes [DEPRECATED]
https://neo4j-contrib.github.io/neo4j-helm/user-guide/USER-GUIDE.html
Apache License 2.0
88 stars 81 forks source link

Neo4j 4.2.15 is not starting with helm version 4.2.14 #252

Closed minimax75 closed 2 years ago

minimax75 commented 2 years ago

Describe the bug Neo4j 4.2.15 is not starting with the Helm version 4.2.14. Following error is displayed during startup.

/bin/bash: line 16: /docker-entrypoint.sh: No such file or directory

To Reproduce Steps to reproduce the behavior:

  1. Have a working Neo4j 4.2.14 up and running with a correct value-file.
  2. Bump the version to neo4j version to 4.2.15 within the values-file without change other values.
  3. run a helm upgrade

Expected behavior Container should start with version 4.2.15.

Error Logs Following error is displayed during start /bin/bash: line 16: /docker-entrypoint.sh: No such file or directory

Additional context The location of docker-entrypoint.sh has changed in 4.2.15. It is now located in "/startup/docker-entrypoint.sh". Therefore the template "core-statefulset.yaml" needs to be updated.

minimax75 commented 2 years ago

The change was introduced in the latest release on 9 February 2022 for

4.3.x is not impacted up to now.

minimax75 commented 2 years ago

Just retried with latest version and it works