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
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.
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.