-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem if appVersion is a number in scientific notation #201
Comments
I got the problem again with version |
Has there been any update on this? I've run into the same issue where a commit SHA used in |
I don‘t know what component exactly causes this problem, but I doubt that the GitLab repo uses that old code. So IMO that problem still persists. |
Wrong escaping of
appVersion
if it is a number in scientific notation.helm repo add...
, e.g. for our GitLab pipelinehelm repo add --force-update --username gitlab-ci-token --password ${CI_JOB_TOKEN} ${CI_PROJECT_NAME} ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/stable
, results in:index.yaml from the GitLab Helm registry pushed with the ChartMuseum helm-push plugin and reduced to the problematic entry:
Currently, we are using Helm 3.13.0.
I already reported this as helm/helm#12236 but it seems to be a ChartMuseum problem.
This problem already happened some years ago as #40.
The text was updated successfully, but these errors were encountered: