mirror of
https://github.com/helm/helm.git
synced 2026-03-01 21:11:06 -05:00
This change moves the code, updates the import locations, and adds a doc.go file to document what the v2 package is for. This is part of HIP 20 for v3 charts Signed-off-by: Matt Farina <matt.farina@suse.com>
16 lines
435 B
Markdown
16 lines
435 B
Markdown
# Three Level Dependent Chart
|
|
|
|
This chart is for testing the processing of multi-level dependencies.
|
|
|
|
Consists of the following charts:
|
|
|
|
- Library Chart
|
|
- App Chart (Uses Library Chart as dependency, 2x: app1/app2)
|
|
- Umbrella Chart (Has all the app charts as dependencies)
|
|
|
|
The precedence is as follows: `library < app < umbrella`
|
|
|
|
Catches two use-cases:
|
|
|
|
- app overwriting library (app2)
|
|
- umbrella overwriting app and library (app1)
|