helm/pkg/cmd
Luna Stadler 1031b67fff Fix helm pull untar dir check with repo urls
The existing check worked for `helm pull downloaded-repo/chart-name`,
but often does not work when using `--repo-url`, depending on the urls
used by the charts.

Signed-off-by: Luna Stadler <luc@spreadshirt.net>
2025-07-20 16:10:27 +02:00
..
require chore: enable thelper 2025-05-16 10:25:08 +02:00
search merge 2025-02-26 13:20:35 +00:00
testdata removed unnecessary binary file 2025-06-09 06:15:39 +00:00
completion.go squash 2025-02-24 15:11:54 +00:00
completion_test.go chore: enable thelper 2025-05-16 10:25:08 +02:00
create.go gofmt 2025-02-26 13:21:00 +00:00
create_test.go Remove unnecessary calls for changing directory to helmpath.CachePath. 2025-07-02 09:30:59 -07:00
dependency.go squash 2025-02-24 15:11:54 +00:00
dependency_build.go squash 2025-02-24 15:11:54 +00:00
dependency_build_test.go merge 2025-02-26 13:20:35 +00:00
dependency_test.go squash 2025-02-24 15:11:54 +00:00
dependency_update.go squash 2025-02-24 15:11:54 +00:00
dependency_update_test.go chore: enable thelper 2025-05-16 10:25:08 +02:00
docs.go Merge branch 'main' into stdlib-errors-2 2025-04-21 12:13:10 -04:00
docs_test.go squash 2025-02-24 15:11:54 +00:00
env.go squash 2025-02-24 15:11:54 +00:00
env_test.go squash 2025-02-24 15:11:54 +00:00
flags.go could remove embedded field X from selector 2025-04-14 10:43:48 +02:00
flags_test.go chore: enable thelper 2025-05-16 10:25:08 +02:00
get.go squash 2025-02-24 15:11:54 +00:00
get_all.go squash 2025-02-24 15:11:54 +00:00
get_all_test.go merge 2025-02-27 13:55:49 +00:00
get_hooks.go squash 2025-02-24 15:11:54 +00:00
get_hooks_test.go merge 2025-02-27 13:55:49 +00:00
get_manifest.go squash 2025-02-24 15:11:54 +00:00
get_manifest_test.go merge 2025-02-27 13:55:49 +00:00
get_metadata.go squash 2025-02-24 15:11:54 +00:00
get_metadata_test.go merge 2025-02-27 13:55:49 +00:00
get_notes.go squash 2025-02-24 15:11:54 +00:00
get_notes_test.go merge 2025-02-27 13:55:49 +00:00
get_test.go squash 2025-02-24 15:11:54 +00:00
get_values.go squash 2025-02-24 15:11:54 +00:00
get_values_test.go merge 2025-02-27 13:55:49 +00:00
helpers_test.go Move logging setup to be configurable 2025-07-01 15:51:25 -04:00
history.go merge 2025-02-27 13:55:49 +00:00
history_test.go chore: enable thelper 2025-05-16 10:25:08 +02:00
install.go refactor: use slices.Contains to simplify code 2025-05-02 09:43:25 +08:00
install_test.go squash 2025-02-24 15:11:54 +00:00
lint.go Merge branch 'main' into stdlib-errors-2 2025-04-21 12:13:10 -04:00
lint_test.go squash 2025-02-24 15:11:54 +00:00
list.go refactor: use slices.Contains to simplify code 2025-05-02 09:43:25 +08:00
list_test.go merge 2025-02-27 13:55:49 +00:00
load_plugins.go refactor: use slices.Contains to simplify code 2025-05-02 09:43:25 +08:00
package.go Merge branch 'main' into stdlib-errors-2 2025-04-21 12:13:10 -04:00
package_test.go Call ensure.HelmHome() in package_test.go 2025-07-02 16:20:45 -07:00
plugin.go Merge branch 'main' into stdlib-errors-2 2025-04-21 12:13:10 -04:00
plugin_install.go Merge branch 'main' into stdlib-errors-2 2025-04-21 12:13:10 -04:00
plugin_list.go refactor: use slices.Contains to simplify code 2025-05-02 09:43:25 +08:00
plugin_test.go chore: enable usetesting linter 2025-05-30 08:12:11 +02:00
plugin_uninstall.go fix golangci-lint issues 2025-04-21 12:44:40 -04:00
plugin_update.go fix golangci-lint issues 2025-04-21 12:44:40 -04:00
printer.go squash 2025-02-24 15:11:54 +00:00
profiling.go squash 2025-02-24 15:11:54 +00:00
pull.go Call slog directly instead of using a wrapper 2025-04-10 15:35:36 +02:00
pull_test.go Fix helm pull untar dir check with repo urls 2025-07-20 16:10:27 +02:00
push.go squash 2025-02-24 15:11:54 +00:00
push_test.go squash 2025-02-24 15:11:54 +00:00
registry.go squash 2025-02-24 15:11:54 +00:00
registry_login.go Merge pull request #30904 from benoittgt/document-ideal-registry-login-command 2025-05-23 08:06:12 -04:00
registry_login_test.go squash 2025-02-24 15:11:54 +00:00
registry_logout.go squash 2025-02-24 15:11:54 +00:00
registry_logout_test.go squash 2025-02-24 15:11:54 +00:00
release_testing.go fix: wrap run release test error in case GetPodLogs failed. 2025-06-11 00:45:34 +02:00
release_testing_test.go squash 2025-02-24 15:11:54 +00:00
repo.go Merge branch 'main' into stdlib-errors-2 2025-04-21 12:13:10 -04:00
repo_add.go Add timeout flag to repo add and update flags 2025-05-26 07:31:55 +02:00
repo_add_test.go chore: enable usetesting linter 2025-05-30 08:12:11 +02:00
repo_index.go Merge branch 'main' into stdlib-errors-2 2025-04-21 12:13:10 -04:00
repo_index_test.go squash 2025-02-24 15:11:54 +00:00
repo_list.go Adding test for list command 2025-05-15 15:23:13 -04:00
repo_list_test.go Adding test for list command 2025-05-15 15:23:13 -04:00
repo_remove.go Merge branch 'main' into stdlib-errors-2 2025-04-21 12:13:10 -04:00
repo_remove_test.go chore: enable thelper 2025-05-16 10:25:08 +02:00
repo_test.go squash 2025-02-24 15:11:54 +00:00
repo_update.go Merge pull request #30900 from unguiculus/issue-12952 2025-06-22 18:00:57 -07:00
repo_update_test.go error strings should not be capitalized 2025-04-14 11:11:37 +02:00
rollback.go Remove deprecated '--create-pods' flag 2025-07-02 20:18:34 -07:00
rollback_test.go merge 2025-02-27 13:55:49 +00:00
root.go Move logging setup to be configurable 2025-07-01 15:51:25 -04:00
root_test.go chore: enable usetesting linter 2025-05-30 08:12:11 +02:00
search.go squash 2025-02-24 15:11:54 +00:00
search_hub.go Merge branch 'main' into stdlib-errors-2 2025-04-21 12:13:10 -04:00
search_hub_test.go squash 2025-02-24 15:11:54 +00:00
search_repo.go Merge branch 'main' into stdlib-errors-2 2025-04-21 12:13:10 -04:00
search_repo_test.go squash 2025-02-24 15:11:54 +00:00
search_test.go squash 2025-02-24 15:11:54 +00:00
show.go could remove embedded field X from selector 2025-04-14 10:43:48 +02:00
show_test.go squash 2025-02-24 15:11:54 +00:00
status.go merge 2025-02-27 13:55:49 +00:00
status_test.go merge 2025-02-27 13:55:49 +00:00
template.go updated docs 2025-06-09 06:15:39 +00:00
template_test.go added documentation and test cases for api-versions flag 2025-06-09 06:15:39 +00:00
uninstall.go update to get waiter instead of set 2025-03-25 13:55:39 +00:00
uninstall_test.go merge 2025-02-27 13:55:49 +00:00
upgrade.go Remove deprecated '--create-pods' flag 2025-07-02 20:18:34 -07:00
upgrade_test.go chore: enable thelper 2025-05-16 10:25:08 +02:00
verify.go squash 2025-02-24 15:11:54 +00:00
verify_test.go squash 2025-02-24 15:11:54 +00:00
version.go squash 2025-02-24 15:11:54 +00:00
version_test.go squash 2025-02-24 15:11:54 +00:00