Open NAJ10 opened 3 years ago
Hi @NAJ10 that is very interesting. Could you provide the command that you used to create the "neo4j" helm repo ? I don't think it's particularly relevant but I just want to be sure that I'm doing the same thing as you when I check
I think it was something along the lines of helm repo index --url https://raw.githubusercontent.com/neo4j-contrib/neo4j-helm-repo/master --merge index.yaml . I have had to anonymise the URL so it is just an example.
Not sure if this is really an issue or not but it was something that caught us out. We put the helm chart into our helm repository and gave the chart version as 4.2.6-1. When we did a helm chart update and helm search repo neo4j that helm chart was not appearing. This is because helm regards 4.2.6-1 as a pre release version and it was not until we added --devel command line option did the helm chart appear. As a relative beginner to helm charts this caught us out and made us scratch our heads for a while. I wonder whether naming it 4.2.6.1 would be any better?