neo4j-helm icon indicating copy to clipboard operation
neo4j-helm copied to clipboard

Neo4j 4.2.15 is not starting with helm version 4.2.14

Open minimax75 opened this issue 2 years ago • 1 comments

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 avatar Feb 18 '22 11:02 minimax75

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

  • 4.4.4
  • 4.2.15

4.3.x is not impacted up to now.

minimax75 avatar Feb 18 '22 12:02 minimax75

Just retried with latest version and it works

minimax75 avatar Sep 29 '22 10:09 minimax75