We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
It will generate the wrong digest checksum, while:
Creates the correct checksum.
Can someone please fix this?
The text was updated successfully, but these errors were encountered: