Closed denispeyrusaubes closed 3 months ago
After some test, I've identify the source of the problem 👍
The version of my chart is 1.1.0-otlp-microservice.1
. It seems to be to complicated :)
BTW, this version is semver compliant and should be supported no ?
Hello! It seems that the version is valid in terms of semver, however for some reason it causes problems for helm search
.
An option is to check the index contents and dive deeper into helm source code and check what's wrong with the index search.
I believe nothing can be done from the helm-s3 side here.
This is normal, expected behavior.
According to semver, in your case, the stable version is 1.1.0
and 1.1.0-otlp-microservice.1
is an development version.
To see them, there is a spatial parameter --devel
Info from man: use development versions (alpha, beta, and release candidate releases), too. Equivalent to version '>0.0.0-0'.
Hi,
I have been able to to
init
a repo, Than push a chart :I can check my chart in the repo using the AWS CLI:
But searching using Helm is failing
Any idea ?