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

Helm Charts for running Neo4j on Kubernetes [DEPRECATED]

Results 38 neo4j-helm issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The latest 4.4.10 tgz name is not matching the correct pattern (neo4j-4.4.10.**1.** tgz), which lead to ArgoCD being unable to find the file: ``` rpc error: code...

**Describe the bug** `entrypoint.sh` has moved to `startup/entrypoint.sh` Here : https://github.com/neo4j-contrib/neo4j-helm/blob/master/templates/core-statefulset.yaml#L96 **To Reproduce** Steps to reproduce the behavior: Try and install chart with image set as `3.5` **Expected behavior** It...

**Describe the bug** Chart Used: link : https://github.com/neo4j-contrib/neo4j-helm/releases/download/4.4.5/neo4j-4.4.5.tgz while installing neo4j pods are getting restarted as its trying to download from github,. kubectl logs -n neo4j neo4j-neo4j-core-0 Configuration override prefix...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

**Describe the bug** Backup job fails uploading blobs to azure storage because existing ones cannot be overwritten due to a storage [braking change](https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/docs-ref-conceptual/release-notes-azure-cli.md#storage) in azure-cli version 2.34.1 **To Reproduce** 1....

**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**...

- Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ - Fix #227

Fixed the link to the Kubernetes section of the Neo4j Operations manual

Are there any plans to create a release that has log4j 2.17? The latest version is still using 2.15 which has the infinite recursion vulnerability.

The new official helm chart is hard to manage and hard to use in production. Here are main reasons: - There is literally no way to specify `nodeSelector`, custom `affinity`...