helm/pkg/action
Matt Farina 8f4989054c
Merge pull request #9040 from thatsmydoing/helm3-kube-version
feat(helm): Support setting --kube-version
2021-05-17 15:02:33 -07:00
..
testdata this rewrites a whole bunch of old repo URLs to the new repo URL (#8902) 2020-10-19 14:38:32 -06:00
action.go Add/update deprecation notices 2021-03-22 16:43:10 +00:00
action_test.go refactor the release name validation to be consistent across Helm 2020-09-17 11:34:31 -06:00
chart_export.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_list.go Helm 3: initial registry support (#5243) 2019-02-06 18:32:56 -06:00
chart_pull.go Implement helm pull for OCI registries 2020-12-11 21:44:30 -06:00
chart_push.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_remove.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_save.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_save_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
dependency.go chore: Spelling (#9410) 2021-03-15 21:11:57 -04:00
dependency_test.go handle case where dependency name collisions break dependency resolution 2020-09-17 11:44:50 -06:00
doc.go feat: add 'pkg/action' for list operations (#5077) 2019-01-07 17:45:14 -07:00
get.go Add comments about release Version variable 2020-01-09 21:41:13 +01:00
get_values.go fix(cli): IsReachable check for "get values" 2019-12-03 08:48:44 -05:00
history.go Add explanatory comments to action.List and action.History 2020-12-18 15:16:50 -08:00
hooks.go fix(helm): sort hooks by kind for equal weight 2020-01-23 09:07:06 +01:00
install.go Fix capabilities changes leaking into other tests 2021-04-07 17:27:53 +09:00
install_test.go update test expectation for new template error string 2021-02-18 11:29:22 -05:00
lazyclient.go upgrade to kubernetes 1.21 2021-04-12 22:56:09 -04:00
lint.go fix golint failure in pkg/action 2020-02-18 23:15:56 +09:00
lint_test.go ref(tests): localize unit test fixtures to package 2020-05-22 11:39:20 -07:00
list.go Add explanatory comments to action.List and action.History 2020-12-18 15:16:50 -08:00
list_test.go Added testing for list action with selector 2020-08-04 18:18:50 +03:00
package.go Upgrade to oras v0.9.0 (#9269) 2021-01-27 14:52:25 -05:00
package_test.go Fix that the invalid version number of the helm package command will escape 2020-10-31 17:10:03 +08:00
pull.go Fix typo in comment 2021-01-06 06:44:18 -05:00
registry_login.go chore(registry): upgrade to oras v0.7.0 (#6285) 2019-08-26 11:29:01 -05:00
registry_logout.go Helm 3: registry login/logout (#5597) 2019-05-06 16:15:34 -05:00
release_testing.go feat: Allow helm test to run a subset of tests 2020-10-31 17:21:10 -04:00
resource_policy.go Remove duplicate variable definition 2020-09-02 10:30:41 +08:00
rollback.go add waitwithjobs instead of changing wait api 2020-11-05 17:13:15 +08:00
show.go polish the error handler 2020-08-05 10:37:00 +08:00
show_test.go fix the code style error 2020-07-13 19:11:40 +08:00
status.go feat: status command display description 2020-09-02 11:38:45 +08:00
uninstall.go Improve the console output for resource policy keep to align with helm2. 2020-10-29 22:37:24 -04:00
uninstall_test.go Improve the console output for resource policy keep to align with helm2. 2020-10-29 22:37:24 -04:00
upgrade.go chore: Spelling (#9410) 2021-03-15 21:11:57 -04:00
upgrade_test.go add wait-for-jobs flag 2020-11-03 22:07:24 +08:00
validate.go Adding support for k8s 1.19 2020-09-25 12:15:06 -04:00
validate_test.go Add tests 2020-03-10 22:22:40 -04:00
verify.go Add verification output to the verify command 2020-02-28 12:52:21 -05:00