Soluto / helm-charts

Soluto's Helm Charts Repository
MIT License
8 stars 12 forks source link

Bug - helm package publish date is incorrect #9

Closed omerlh closed 3 years ago

omerlh commented 5 years ago

When looking on the hub UI, you can see that all packages have the same publish date: image This is due to a bug of how we use helm merge - see this issue (helm/helm#4482). Fix should require some work to fix how we publish charts. An alternative is to use chartmuseum binary - see this slack thread.

MatthiasLohr commented 4 years ago

I never worked with helm merge, don't even know what is does. But I'm running into the same problem just using helm repo index.

shaikatz commented 3 years ago

Fixed by #47