helm/pkg
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
..
action Move lint pkg to be part of each chart version 2025-09-02 12:14:37 -04:00
chart Move lint pkg to be part of each chart version 2025-09-02 12:14:37 -04:00
cli Move lint pkg to be part of each chart version 2025-09-02 12:14:37 -04:00
cmd Move lint pkg to be part of each chart version 2025-09-02 12:14:37 -04:00
downloader Move repo package to versioned directory 2025-09-02 10:19:48 -04:00
engine Move lint pkg to be part of each chart version 2025-09-02 12:14:37 -04:00
gates
getter Remove legacy Command/Hooks from v1 Subprocess (#23) 2025-08-31 22:24:31 -07:00
helmpath
ignore
kube fix client-side to server-side field manager migration 2025-08-20 17:37:01 -07:00
postrenderer Merge pull request #31224 from gjenkins8/gjenkins/postrenderer_plugin_message_value 2025-09-01 10:40:18 -07:00
provenance Remove unnecessary file i/o operations from signing and verifying 2025-08-30 17:28:16 -05:00
pusher
registry Move repo package to versioned directory 2025-09-02 10:19:48 -04:00
release/v1 Move lint pkg to be part of each chart version 2025-09-02 12:14:37 -04:00
repo/v1 Move repo package to versioned directory 2025-09-02 10:19:48 -04:00
storage Move the release util to the versioned directory 2025-09-02 10:13:55 -04:00
strvals
time
uploader