You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/pkg/chart/v2/util/testdata/three-level-dependent-chart
Matt Farina 61d3eca55c
Move pkg/chart to pkg/chart/v2 to prepare for v3 charts
7 months ago
..
umbrella Move pkg/chart to pkg/chart/v2 to prepare for v3 charts 7 months ago
README.md Move pkg/chart to pkg/chart/v2 to prepare for v3 charts 7 months ago

README.md

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)