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:
Have a working Neo4j 4.2.14 up and running with a correct value-file.
Bump the version to neo4j version to 4.2.15 within the values-file without change other values.
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.
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:
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.