stefanprodan / helm-gh-pages

A GitHub Action for publishing Helm charts to Github Pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

preserve `created` timestamp for older chart versions

rohilsurana opened this issue · comments

Every time a new version of a chart is updated, the created timestamp of the older versions in the index is also updated.

This seems be because the helm repo index command redoes all the index entries older and new, as mentioned in helm/helm#7363