helm/pkg/action
Matt Farina fea6d8eb04
Updating to tested content cache
A few things are added here:
1. The cache is made to be more generic as a content based cache.
   It could be used for other things such as plugins
2. Flags were added to specify the content cache locaiton rather
   than rely on the repository cache. Keeping the 2 the same
   hid bugs and errors.
3. Tests were added and updated to ensure the cache is used and
   tested

Signed-off-by: Matt Farina <matt.farina@suse.com>
2025-08-21 14:33:51 -04:00
..
testdata Grammar fixes 2024-09-14 10:30:31 +10:00
action.go Make annotateAndMerge deterministic 2025-07-02 23:34:39 +08:00
action_test.go review: change annotation name to postrenderer.helm.sh/postrender-filename 2025-07-02 23:34:39 +08:00
dependency.go Move pkg/chart to pkg/chart/v2 to prepare for v3 charts 2025-02-25 15:20:44 -05:00
dependency_test.go Move pkg/chart to pkg/chart/v2 to prepare for v3 charts 2025-02-25 15:20:44 -05:00
doc.go feat: add 'pkg/action' for list operations (#5077) 2019-01-07 17:45:14 -07:00
get.go Move pkg/release to pkg/release/v1 to support v3 charts 2025-02-26 10:14:15 -05:00
get_metadata.go Add release labels to the release Metadata 2025-07-09 11:30:22 +04:00
get_metadata_test.go fix lint errors 2025-08-07 19:36:18 +05:00
get_values.go Move pkg/chart to pkg/chart/v2 to prepare for v3 charts 2025-02-25 15:20:44 -05:00
get_values_test.go Fix struct declaration 2025-07-25 20:28:51 +05:00
history.go Merge branch 'main' into stdlib-errors-2 2025-04-21 12:13:10 -04:00
hooks.go feat: switch yaml library to go.yaml.in/yaml/v3 2025-07-30 12:14:09 +01:00
hooks_test.go chore: enable thelper 2025-05-16 10:25:08 +02:00
install.go Updating to tested content cache 2025-08-21 14:33:51 -04:00
install_test.go Moved url comparison to own function 2025-07-13 15:38:54 +02:00
lazyclient.go upgrade to kubernetes 1.21 2021-04-12 22:56:09 -04:00
lint.go Merge branch 'main' into stdlib-errors-2 2025-04-21 12:13:10 -04:00
lint_test.go Return a lint warning if templates/ does not exist. 2025-07-07 21:02:11 -07:00
list.go Move pkg/release to pkg/release/v1 to support v3 charts 2025-02-26 10:14:15 -05:00
list_test.go chore: enable thelper 2025-05-16 10:25:08 +02:00
package.go Merge branch 'main' into stdlib-errors-2 2025-04-21 12:13:10 -04:00
package_test.go fix: allow signing multiple charts with passphrase from stdin. 2025-04-16 18:05:36 +03:00
pull.go Updating to tested content cache 2025-08-21 14:33:51 -04:00
push.go Updating to helm.sh/helm/v4 2025-01-08 15:34:20 -08:00
registry_login.go chore(oci): upgrade to ORAS v2 2025-02-02 07:28:41 -07:00
registry_logout.go Update to Go 1.21 for builds 2024-01-08 15:48:36 -05:00
release_testing.go Merge branch 'main' into stdlib-errors-2 2025-04-21 12:13:10 -04:00
resource_policy.go Move pkg/releaseutil to pkg/release/util 2025-02-24 14:58:51 -05:00
rollback.go Rename 'force' to 'force-replace' 2025-07-14 09:41:18 -07:00
show.go Merge branch 'main' into stdlib-errors-2 2025-04-21 12:13:10 -04:00
show_test.go Move pkg/chart to pkg/chart/v2 to prepare for v3 charts 2025-02-25 15:20:44 -05:00
status.go Move pkg/release to pkg/release/v1 to support v3 charts 2025-02-26 10:14:15 -05:00
uninstall.go review 2025-08-08 23:20:38 +02:00
uninstall_test.go review 2025-08-08 23:20:38 +02:00
upgrade.go Rename 'force' to 'force-replace' 2025-07-14 09:41:18 -07:00
upgrade_test.go chore: enable usetesting linter 2025-05-30 08:12:11 +02:00
validate.go Rename 'force' to 'force-replace' 2025-07-14 09:41:18 -07:00
validate_test.go Updating to helm.sh/helm/v4 2025-01-08 15:34:20 -08:00
verify.go Initial addition of content based cache 2025-08-19 14:00:36 -04:00