helmfile
helmfile copied to clipboard
Provide sha256sum.txt per release
Please provide a checksum file with sha256 checksums for all released binaries, like i.e. rke is doing it.
I compare helmfile binary checksum from quay.io/roboll/helmfile:v0.116.0 docker image
docker run --rm -ti quay.io/roboll/helmfile:v0.116.0 sha256sum /usr/local/bin/helmfile
ef111ff2f15719e65128b31f49c10790f9cf9be567ecf7f227d1ec96112b71f3 /usr/local/bin/helmfile
with downloaded helmfile binary from https://github.com/roboll/helmfile/releases/download/v0.116.0/helmfile_linux_amd64
/tmp/helmfile_linux_amd64 -version
helmfile version v0.116.0
sha256sum /tmp/helmfile_linux_amd64
0d45e0d57a46134c7a0342e184f43aaa420b1ed6479052ef89152a56b30b45ef /tmp/helmfile_linux_amd64
and they are different. This seems strange...
Anything holding this up? And is https://github.com/roboll/helmfile/issues/1648 a dupe?
Does https://github.com/roboll/helmfile/blob/master/.circleci/config.yml#L121 just need to be enhanced?
Is this still a thing?
https://github.com/helm/helm/releases/tag/v3.8.1 - Something like this would be great