Skip to content

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

@delucca

Description

@delucca

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions