Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Digest checksum not properly working with file paths on push command #116

Open
delucca opened this issue Apr 29, 2020 · 0 comments
Open

Comments

@delucca
Copy link

delucca commented Apr 29, 2020

Hey guys,

I've noticed that if I pass a file path (absolute or relative) to push a given chart, the generated digest checksum is incorrect.

For example:

helm s3 push .deploy/my_chart.tgz my_repo

It will generate the wrong digest checksum, while:

helm s3 push my_chart.tgz my_repo

Creates the correct checksum.

Can someone please fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant