You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: