helm/internal/chart/v3
Matt Farina 9dcc49cbd5 Move lint pkg to be part of each chart version
Linting is specific to the chart versions. A v2 and v3 chart will
lint differently.

To accomplish this, packages like engine need to be able to handle
different chart versions. This was accomplished by some changes:

1. The introduction of a Charter interface for charts
2. The ChartAccessor which is able to accept a chart and then
   provide access to its data via an interface. There is an
   interface, factory, and implementation for each version of
   chart.
3. Common packages were moved to a common and util packages.
   Due to some package loops, there are 2 packages which may
   get some consolidation in the future.

The new interfaces provide the foundation to move the actions
and cmd packages to be able to handle multiple apiVersions of
charts.

Signed-off-by: Matt Farina <matt.farina@suse.com>
2025-09-02 12:14:37 -04:00
..
lint Move lint pkg to be part of each chart version 2025-09-02 12:14:37 -04:00
loader Move lint pkg to be part of each chart version 2025-09-02 12:14:37 -04:00
util Move lint pkg to be part of each chart version 2025-09-02 12:14:37 -04:00
chart.go Move lint pkg to be part of each chart version 2025-09-02 12:14:37 -04:00
chart_test.go Move lint pkg to be part of each chart version 2025-09-02 12:14:37 -04:00
dependency.go Initial addition of v3 charts 2025-07-25 12:57:47 -04:00
dependency_test.go Initial addition of v3 charts 2025-07-25 12:57:47 -04:00
doc.go Initial addition of v3 charts 2025-07-25 12:57:47 -04:00
errors.go Initial addition of v3 charts 2025-07-25 12:57:47 -04:00
fuzz_test.go Initial addition of v3 charts 2025-07-25 12:57:47 -04:00
metadata.go Initial addition of v3 charts 2025-07-25 12:57:47 -04:00
metadata_test.go Initial addition of v3 charts 2025-07-25 12:57:47 -04:00