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

Helm chart not found in repo after helm repo update and helm search repo neo4j

Open NAJ10 opened this issue 3 years ago • 2 comments

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?

NAJ10 avatar Jun 14 '21 13:06 NAJ10

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

eastlondoner avatar Jun 14 '21 13:06 eastlondoner

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.

NAJ10 avatar Jun 14 '21 14:06 NAJ10