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

fix: Recursively update images on nested subcharts regardless of depth (#67) #83

Closed mpermar closed 2 months ago

mpermar commented 2 months ago

Fixes the issue discussed in #67 in a slightly simpler way than done in PR #71. The current code was not recursively relocating subcharts of subcharts.

mpermar commented 2 months ago

Sorry, this PR needed a rebase. Have a look again.

mpermar commented 2 months ago

Won't merge this one as the changes here did already slip accidentally into the main branch. Closing but you can consider #71 merged.