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.
As requested in #52, this PR adds a new --values flag to the relocate and unwrap commands. This new flag let's the user specify the values files that should be relocated.
As requested in #52, this PR adds a new
--values
flag to therelocate
andunwrap
commands. This new flag let's the user specify the values files that should be relocated.