Currently when uploading a package with different version then SemVer 2 Artifactory doesn't index the package the following screenshot :
as mentioned in Helm documentation : "Wherever possible, Helm uses SemVer 2 to represent version numbers. (Note that Docker image tags do not necessarily follow SemVer, and are thus considered an unfortunate exception to the rule.)"
Steps to reproduce:
1. Change the chart version to non SemVer2 (for example 0.1 instead of 0.1.1)
2. Upload the package to Artfactory and check the index file
- is duplicated by
-
RTFACT-17061 Helm virtual fails to merge Helm remote index
- Done