Changelog
[1.35.1]
CHANGES:
- support subchart usecases with HULL. First, the parsing of HULL relevant fields for transformations has been extended to all of
.Valuesinstead of.Values.hull. This means that HULL transformations in sections outside of.Values.hull, such as subchart configurations and.Values.global, are now also handled and the result is available for further processing. When adding thehull.yamlto a subchartstemplates/zzzfolder in a HULL based parent chart, it becomes possible to use transformations that involve shared data under.Values.globaland make the result available to parent and sub charts.
FIXES:
- due to changes made to Helm 3 versions, the behavior for accessing undefined values has changed for specific Helm 3 versions starting with 3.19.5+ and 3.20+. The named versions (and potentially all following Helm 3 patches) exhibit the Helm 4 behavior which leads to an error if an undefined field is accessed. Tests were adapted to differentiate concrete Helm 3 versions and set correct expectations.