helm/pkg/chart/util/testdata/subpop
Matt Farina 5c0deec327
Moving chartutil to chart/util
chartutil was originally created to operate on protobufs which are
no longer part of Helm. The util package makes more sense to be
part of the chart package.

This change is part of the HIP 20 to create v3 charts and
explicitly call out v2 charts. The changes for this are in smaller
bite size changes.

Signed-off-by: Matt Farina <matt.farina@suse.com>
2025-02-21 15:25:55 -05:00
..
charts Moving chartutil to chart/util 2025-02-21 15:25:55 -05:00
noreqs Moving chartutil to chart/util 2025-02-21 15:25:55 -05:00
Chart.yaml Moving chartutil to chart/util 2025-02-21 15:25:55 -05:00
README.md Moving chartutil to chart/util 2025-02-21 15:25:55 -05:00
values.yaml Moving chartutil to chart/util 2025-02-21 15:25:55 -05:00

Subpop

This chart is for testing the processing of enabled/disabled charts
via conditions and tags.

Currently there are three levels:

parent
-1 tags: front-end, subchart1
--A tags: front-end, subchartA
--B tags: front-end, subchartB
-2 tags: back-end, subchart2
--B tags: back-end, subchartB
--C tags: back-end, subchartC

Tags and conditions are currently in requirements.yaml files.