-
Type:
New Feature
-
Status: Done
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 7.12.3
-
Component/s: None
-
Labels:None
-
Release Notes:No
When creating charts with helm client v3 and above in windows, the file in the tgz looks different and the package does not get indexed correctly.
Steps to reproduce:
- Install helm 3.x client on windows.
- Get chart from helm [stable repository|https://github.com/helm/charts].
- Run helm package command on one of the charts (for example: helm package tomcat).
- Upload the package to helm repository.
observed:
The file index.yaml does not populate correctly.
expected:
The file index.yaml reflects the properties in Chart.yaml file.