github.com/stefanmcshane/helm@v0.0.0-20221213002717-88a4a2c6e77d/pkg/chartutil/testdata/three-level-dependent-chart/README.md (about) 1 # Three Level Dependent Chart 2 3 This chart is for testing the processing of multi-level dependencies. 4 5 Consists of the following charts: 6 7 - Library Chart 8 - App Chart (Uses Library Chart as dependecy, 2x: app1/app2) 9 - Umbrella Chart (Has all the app charts as dependencies) 10 11 The precendence is as follows: `library < app < umbrella` 12 13 Catches two use-cases: 14 15 - app overwriting library (app2) 16 - umbrella overwriting app and library (app1)