2021-09-10 09:47:30 -04:00
|
|
|
# Three Level Dependent Chart
|
|
|
|
|
|
|
|
|
|
This chart is for testing the processing of multi-level dependencies.
|
|
|
|
|
|
|
|
|
|
Consists of the following charts:
|
|
|
|
|
|
|
|
|
|
- Library Chart
|
2023-10-11 14:30:14 -04:00
|
|
|
- App Chart (Uses Library Chart as dependency, 2x: app1/app2)
|
2021-09-10 09:47:30 -04:00
|
|
|
- Umbrella Chart (Has all the app charts as dependencies)
|
|
|
|
|
|
2023-08-10 02:38:08 -04:00
|
|
|
The precedence is as follows: `library < app < umbrella`
|
2021-09-10 09:47:30 -04:00
|
|
|
|
|
|
|
|
Catches two use-cases:
|
|
|
|
|
|
|
|
|
|
- app overwriting library (app2)
|
|
|
|
|
- umbrella overwriting app and library (app1)
|