rancher / charts-build-scripts

Apache License 2.0
9 stars 32 forks source link

`make validate` failing for rancher/charts due to invalid checksum #88

Open git-ival opened 1 year ago

git-ival commented 1 year ago

As @aiyengar2 has pointed out, it looks like the invalid checksum message is coming from the go-git library here. It seems to occur specifically when retrieving the repo's information to check if the working tree is clean, see here.

Deleting my fork, recreating and re-attempting a make validate (with or without making any actual changes) results in the same error.

Not sure if local versions of these matter but here are my git and go versions

on local dev-v2.7: image on upstream dev-v2.7: image make validate result: image current commit hash comparison: image image