helm/cmd/helm
Matt Butcher 131510aa94
fix test that modifies the wrong cache data
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
2020-07-31 17:17:54 -06:00
..
require
search Correct spelling mistakes 2019-11-05 09:55:48 +08:00
testdata fix(helm): Update test during pending install 2020-07-13 23:41:25 +02:00
chart.go
chart_export.go
chart_list.go
chart_pull.go
chart_push.go
chart_remove.go
chart_save.go
completion.go feat(cmd): Subcommands for the completion command 2020-06-15 07:52:53 -04:00
create.go fixed capitalization in a few help messages. (#7898) 2020-04-13 13:05:33 -05:00
create_test.go Add hpa boilerplate 2020-01-11 01:03:01 -05:00
dependency.go
dependency_build.go fix(sdk): Polish the downloader/manager package error return (#8491) 2020-07-22 10:03:25 -05:00
dependency_build_test.go fix(chart): lock digest differs when dependency build with Helm 2 and then Helm 3 (#7261) 2020-02-05 09:38:30 +01:00
dependency_test.go
dependency_update.go
dependency_update_test.go Spelling (#7258) 2019-12-18 12:04:08 +00:00
docs.go docs: fix capitalization in a few help messages 2020-05-05 14:01:21 +08:00
env.go fix(cmd/env): make helm env command respect cli flags (#7978) 2020-04-23 11:21:04 -07:00
flags.go Merge pull request #8039 from xvzf/fix_insecure_skip_verify 2020-06-24 10:36:49 -07:00
flags_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get.go
get_all.go feat(comp): Complete revision for rollback command 2020-06-28 21:40:29 -04:00
get_all_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get_hooks.go feat(comp): Complete revision for rollback command 2020-06-28 21:40:29 -04:00
get_hooks_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get_manifest.go feat(comp): Complete revision for rollback command 2020-06-28 21:40:29 -04:00
get_manifest_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get_notes.go feat(comp): Complete revision for rollback command 2020-06-28 21:40:29 -04:00
get_notes_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get_values.go feat(comp): Complete revision for rollback command 2020-06-28 21:40:29 -04:00
get_values_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
helm.go Merge pull request #8277 from bacongobbler/fix-deprecated-warning-on-stdout 2020-06-29 15:47:09 -07:00
helm_test.go Merge branch 'master' into helm-7351 2020-06-04 10:27:49 -04:00
history.go feat(comp): Complete revision for rollback command 2020-06-28 21:40:29 -04:00
history_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
install.go Merge pull request #7013 from SimonAlling/isChartInstallable 2020-07-07 14:46:00 -07:00
install_test.go feat(comp): Provide completion for --version flag 2020-06-18 14:00:40 -04:00
lint.go docs: fix capitalization in a few help messages 2020-05-05 14:01:21 +08:00
lint_test.go Lint dependencies (#7970) 2020-07-09 14:31:51 -06:00
list.go feat(comp): Move custom completions to Cobra 1.0 2020-06-11 16:52:39 -04:00
list_test.go Solve the issue #7749 where proper formating was not being done if --short(-q) option was used with other formating options like json, yaml 2020-03-10 03:44:32 +05:30
load_plugins.go feat(cmd): Subcommands for the completion command 2020-06-15 07:52:53 -04:00
package.go fix(package): remove --set, --values, etc. flags 2020-01-27 10:29:15 -08:00
package_test.go fix(package): remove --set, --values, etc. flags 2020-01-27 10:29:15 -08:00
plugin.go
plugin_install.go
plugin_list.go fix(pkg/plugin): copy plugins directly to the data directory (#7962) 2020-04-22 15:33:01 -07:00
plugin_test.go feat(comp): Dynamic completion for plugins 2020-02-21 08:01:40 -05:00
plugin_uninstall.go feat(comp): Move custom completions to Cobra 1.0 2020-06-11 16:52:39 -04:00
plugin_update.go feat(comp): Move custom completions to Cobra 1.0 2020-06-11 16:52:39 -04:00
printer.go
pull.go feat(comp): Provide completion for --version flag 2020-06-18 14:00:40 -04:00
pull_test.go feat(comp): Provide completion for --version flag 2020-06-18 14:00:40 -04:00
registry.go
registry_login.go
registry_logout.go
release_testing.go feat(comp): Move custom completions to Cobra 1.0 2020-06-11 16:52:39 -04:00
repo.go
repo_add.go fix windows build failure caused by #8431 2020-07-10 22:21:21 -04:00
repo_add_test.go fix test that modifies the wrong cache data 2020-07-31 17:17:54 -06:00
repo_index.go
repo_index_test.go fix(test) use newly created index instead of ignoring it 2020-02-01 14:29:38 +05:30
repo_list.go Fix : Prints empty list in json/yaml is no repositories are present (#7949) 2020-04-27 14:11:47 -06:00
repo_list_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
repo_remove.go feat(comp): Move custom completions to Cobra 1.0 2020-06-11 16:52:39 -04:00
repo_remove_test.go Implement support for multiple args for repo remove (#7791) 2020-04-10 11:39:34 -04:00
repo_update.go Alter whitespace in "Update Complete" output 2020-07-17 06:38:10 +02:00
repo_update_test.go Fix unit test 2020-05-19 15:45:14 +00:00
rollback.go Rollback command support for max history 2020-07-14 07:56:17 +08:00
rollback_test.go feat(comp): Complete revision for rollback command 2020-06-28 21:40:29 -04:00
root.go Environment variable for setting the max history for an environment 2020-07-08 23:02:40 +08:00
root_test.go Adding Helm env vars where XDG exposed 2020-04-28 11:28:56 -04:00
search.go
search_hub.go
search_hub_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
search_repo.go feat(comp): Move custom completions to Cobra 1.0 2020-06-11 16:52:39 -04:00
search_repo_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
show.go feat(comp): Provide completion for --version flag 2020-06-18 14:00:40 -04:00
show_test.go feat(comp): Provide completion for --version flag 2020-06-18 14:00:40 -04:00
status.go feat(comp): Complete revision for rollback command 2020-06-28 21:40:29 -04:00
status_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
template.go Fix issue with install and upgrade running all hooks 2020-07-28 09:52:39 -04:00
template_test.go feat(comp): Provide completion for --version flag 2020-06-18 14:00:40 -04:00
uninstall.go feat(comp): Move custom completions to Cobra 1.0 2020-06-11 16:52:39 -04:00
uninstall_test.go
upgrade.go Environment variable for setting the max history for an environment 2020-07-08 23:02:40 +08:00
upgrade_test.go fix(helm): Update test during pending install 2020-07-13 23:41:25 +02:00
verify.go Add verification output to the verify command 2020-02-28 12:52:21 -05:00
verify_test.go Add verification output to the verify command 2020-02-28 12:52:21 -05:00
version.go Update the Helm version docs 2020-05-18 16:44:05 +02:00
version_test.go