helm/pkg/cli
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
..
output refactor: move color package to internal/cli/output 2025-07-11 21:04:27 +01:00
values Move lint pkg to be part of each chart version 2025-09-02 12:14:37 -04:00
environment.go Add content cache to helm env 2025-08-24 17:57:34 -04:00
environment_test.go chore: enable usetesting linter 2025-05-30 08:12:11 +02:00