Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

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

Open
NAJ10 opened this issue Jun 14, 2021 · 2 comments

Comments

@NAJ10
Copy link

NAJ10 commented Jun 14, 2021

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?

@eastlondoner
Copy link
Contributor

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

@NAJ10
Copy link
Author

NAJ10 commented Jun 14, 2021

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants