helm/cmd/helm
Scott Rigby bca7d31c9b
Merge pull request #12769 from banjoh/em/password-to-oci-registries
fix(helm): pass down username/password CLI parameters to OCI registry clients
2024-11-19 16:29:11 -05:00
..
require Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
search Update to Go 1.21 for builds 2024-01-08 15:48:36 -05:00
testdata Updating subchart load error to be more descriptive 2024-11-06 17:40:18 -06:00
completion.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
completion_test.go Replace golint with revive 2022-01-20 15:19:40 +00:00
create.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
create_test.go test: replace `ensure.TempDir` with `t.TempDir` 2023-07-29 16:11:22 +08:00
dependency.go Rename CAFile to CaFile for consistency 2024-11-19 21:18:27 +00:00
dependency_build.go Rename CAFile to CaFile for consistency 2024-11-19 21:18:27 +00:00
dependency_build_test.go Removing all the checks for oci experimental flag 2022-01-12 21:49:26 -05:00
dependency_test.go
dependency_update.go Rename CAFile to CaFile for consistency 2024-11-19 21:18:27 +00:00
dependency_update_test.go fixed dependency_update_test.go 2024-06-18 07:11:45 +03:00
docs.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
docs_test.go feat(comp): Allow fuzzy matching during completion 2022-01-03 10:45:14 -05:00
env.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
env_test.go
flags.go Revert CAFile rename breaking change 2024-08-02 16:57:09 +01:00
flags_test.go feat(comp): Allow fuzzy matching during completion 2022-01-03 10:45:14 -05:00
get.go Restore `helm get metadata` command 2023-08-04 07:49:00 +03:00
get_all.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
get_all_test.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
get_hooks.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
get_hooks_test.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
get_manifest.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
get_manifest_test.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
get_metadata.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
get_metadata_test.go Restore `helm get metadata` command 2023-08-04 07:49:00 +03:00
get_notes.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
get_notes_test.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
get_test.go
get_values.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
get_values_test.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
helm.go remove utc 2024-08-29 10:49:34 +02:00
helm_test.go Fixing all the linting errors 2024-03-11 17:13:34 -04:00
history.go Update history.go 2024-09-24 08:30:11 -06:00
history_test.go feat(comp): Allow fuzzy matching during completion 2022-01-03 10:45:14 -05:00
install.go Merge pull request #12769 from banjoh/em/password-to-oci-registries 2024-11-19 16:29:11 -05:00
install_test.go Fix typo "re-use" to "reuse" 2024-11-07 18:40:13 +07:00
lint.go feat(helm): add --skip-schema-validation flag to helm 'install', 'upgrade' and 'lint' 2024-06-25 16:43:48 +02:00
lint_test.go fix test to use the default code's k8sVersionMinor 2024-01-08 16:42:01 -08:00
list.go fix: add missing formatChartName call 2024-09-24 08:33:07 -06:00
list_test.go Add support `helm list --no-headers` 2022-03-26 09:07:18 +08:00
load_plugins.go Grammar fixes 2024-09-14 10:30:31 +10:00
package.go Rename CAFile to CaFile for consistency 2024-11-19 21:18:27 +00:00
package_test.go test: replace `ensure.TempDir` with `t.TempDir` 2023-07-29 16:11:22 +08:00
plugin.go chore(comp): Remove unnecessary completion code 2020-11-16 12:38:01 -05:00
plugin_install.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
plugin_list.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
plugin_test.go test: added tests to load plugin from home dir with space 2022-05-01 08:59:16 +05:30
plugin_uninstall.go Fixing all the linting errors 2024-03-11 17:13:34 -04:00
plugin_update.go Fixing all the linting errors 2024-03-11 17:13:34 -04:00
printer.go
pull.go Revert CAFile rename breaking change 2024-08-02 16:57:09 +01:00
pull_test.go Fixing all the linting errors 2024-03-11 17:13:34 -04:00
push.go Merge remote-tracking branch 'origin/main' into em/password-to-oci-registries 2024-10-22 17:54:10 +01:00
push_test.go feat(comp): Shell completion for OCI 2022-01-19 12:16:06 -05:00
registry.go Removing all the checks for oci experimental flag 2022-01-12 21:49:26 -05:00
registry_login.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
registry_login_test.go feat(comp): Shell completion for OCI 2022-01-19 12:16:06 -05:00
registry_logout.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
registry_logout_test.go feat(comp): Shell completion for OCI 2022-01-19 12:16:06 -05:00
release_testing.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
release_testing_test.go feat(comp): Uninstall accepts multiple releases 2021-03-13 17:15:35 -05:00
repo.go chore(comp): Remove unnecessary completion code 2020-11-16 12:38:01 -05:00
repo_add.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
repo_add_test.go test: replace `ensure.TempDir` with `t.TempDir` 2023-07-29 16:11:22 +08:00
repo_index.go Merge pull request #13240 from rauno56/docs/repo-index-desc 2024-09-27 21:53:00 +02:00
repo_index_test.go Merge pull request #11294 from Juneezee/test/t.TempDir 2023-09-14 09:55:51 -04:00
repo_list.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
repo_list_test.go
repo_remove.go Fixing all the linting errors 2024-03-11 17:13:34 -04:00
repo_remove_test.go test: replace `ensure.TempDir` with `t.TempDir` 2023-07-29 16:11:22 +08:00
repo_test.go
repo_update.go Fixing all the linting errors 2024-03-11 17:13:34 -04:00
repo_update_test.go Fixing all the linting errors 2024-03-11 17:13:34 -04:00
rollback.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
rollback_test.go Fixing release labelling in rollback 2023-11-03 16:45:37 +01:00
root.go Remove unnecessary function arguments 2024-10-22 17:56:58 +01:00
root_test.go test: replace `ensure.TempDir` with `t.TempDir` 2023-07-29 16:11:22 +08:00
search.go Replace Helm Hub with Artifact Hub (#8626) 2020-12-17 12:17:04 -07:00
search_hub.go Fixing all the linting errors 2024-03-11 17:13:34 -04:00
search_hub_test.go Fixing all the linting errors 2024-03-11 17:13:34 -04:00
search_repo.go Grammar fixes 2024-09-14 10:30:31 +10:00
search_repo_test.go helm search: New CLI Flag --fail-on-no-result 2023-03-06 20:24:53 +05:30
search_test.go
show.go Merge remote-tracking branch 'origin/main' into em/password-to-oci-registries 2024-10-22 17:54:10 +01:00
show_test.go Fix UT 2022-04-11 11:11:34 +00:00
status.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
status_test.go Restore `helm get metadata` command 2023-08-04 07:49:00 +03:00
template.go Revert CAFile rename breaking change 2024-08-02 16:57:09 +01:00
template_test.go Fixing precedence issue with the import of values. 2023-10-11 14:56:12 -04:00
uninstall.go Fixing all the linting errors 2024-03-11 17:13:34 -04:00
uninstall_test.go feat: add optional boolean '--wait' flag to 'uninstall' command. 2021-08-26 15:31:49 -04:00
upgrade.go Merge remote-tracking branch 'origin/main' into em/password-to-oci-registries 2024-10-22 17:54:10 +01:00
upgrade_test.go Merge pull request #11569 from alex-petrov-vt/iss-11553 2024-04-10 14:17:14 -04:00
verify.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
verify_test.go
version.go ActiveHelp for cmds that don't take any more args 2024-08-18 22:43:48 -04:00
version_test.go