Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: do not change timestamps for already existing helm charts
The command `helm repo index` is changing timestamps for already existing charts. This seems to be intended: helm/helm#7363 Helm stable repo tests use this workaround: https://github.com/helm/charts/blob/c6e503ccfd9911dd06ea9ac389a40a3490637516/test/repo-sync.sh#L83-L90 This commit adds the mentioned workaround to our build.
- Loading branch information