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

3.5.30 - `neo4j-apoc-procedures/verison.json` for 3.5.30 not updated #229

Closed stephenpope closed 2 years ago

stephenpope commented 2 years ago

Describe the bug The helm chart grabs the APOC version that matches the Neo4J version from https://neo4j-contrib.github.io/neo4j-apoc-procedures/versions.json

This does not have an entry for 3.5.30 so Neo4J fails to start.

To Reproduce Steps to reproduce the behavior:

  1. Install with these values
    acceptLicenseAgreement: "yes"
    authEnabled: false
    imageTag: "3.5"

Today, this will download 3.5.30

Expected behavior Neo4J Starts ..

Error Logs

Fetching versions.json for Plugin 'apoc' from https://neo4j-contrib.github.io/neo4j-apoc-procedures/versions.json
Error: No jar URL found for version '3.5.30' in versions.json from 'https://neo4j-contrib.github.io/neo4j-apoc-procedures/versions.json'
stephenpope commented 2 years ago

The file has finally been updated. This issue can be closed.