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
71 stars 12 forks source link

Update dependencies and support using plain http for remote server communication #19

Closed juamedgod closed 11 months ago

juamedgod commented 11 months ago

This patch updates dependencies and go version.

After updating helm to 3.13, now all communications with the registry use HTTPS, which was not previously the case for localhost, so I also added a new use-plain-http flag, that allow us enforcing it when testing.