source-controller/internal/helm/testdata/charts/helmchartwithdeps-v1
Hidde Beydals 8537a0f8fa internal/helm: add helpers to load chart metadata
This commits adds `LoadChartMetadataFromArchive` and
`LoadChartMetadataFromDir` helpers to the internal `helm` package
to be able to make observations to the Helm metadata file without
loading the chart in full.

The helpers are compatible with charts of the v1 format (with a
separate `requirements.yaml` file), and an additional
`LoadChartMetadata` helper is available to automatically call the
right `LoadChartMetadataFrom*` version by looking at the file
description of the given path.

Signed-off-by: Hidde Beydals <hello@hidde.co>
2021-11-19 17:04:00 +01:00
..
templates internal/helm: add helpers to load chart metadata 2021-11-19 17:04:00 +01:00
.helmignore internal/helm: add helpers to load chart metadata 2021-11-19 17:04:00 +01:00
Chart.yaml internal/helm: add helpers to load chart metadata 2021-11-19 17:04:00 +01:00
requirements.yaml internal/helm: add helpers to load chart metadata 2021-11-19 17:04:00 +01:00
values.yaml internal/helm: add helpers to load chart metadata 2021-11-19 17:04:00 +01:00