vmware-labs / distribution-tooling-for-helm

Helm Distribution plugin is is a set of utilities and Helm Plugin for making offline work with Helm Charts easier. It is meant to be used for creating reproducible and relocatable packages for Helm Charts that can be moved around registries without hassles. This is particularly useful for distributing Helm Charts into airgapped environments.
Apache License 2.0
65 stars 10 forks source link

Use zipfile when installing in Windows #36

Closed alemorcuq closed 5 months ago

alemorcuq commented 5 months ago

The release for Windows is bundled in a zipfile instead of a tarball. This change fixes the download URL in Windows to use .zip instead of .tar.gz