Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The go.mod replacements are copied over from the replacements done by helm (using v3 tag), which means I didn't initiate them. We might want to watch for changes in this area. Changes I did to the source: 1. renamed chart.GetDependencies() -> chart.Dependencies() 2. replaced chartutil.Load with loader.Load 3. replaced usage of `chart.Dependencies` property with chart.SetDependencies 4. adopted the changes made to chart.Values (previously was a helm `File`), now it's simply map[string]interface{}. 5. adopted the removal of chart.Template and changed everything to chart.File 6. copied over the `transform` function as it's no longer part of the public API. I think this is fine, as it's a only a string replacement anyway. I did all these changes without spending to much attention to the new API. I do feel that it's much more clean and organized though. Should make things easier in the future. cheers.
- Loading branch information