You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/cmd/helm
Matthew Fisher 4947e5aaf8
fix helm init --upgrade logic
8 years ago
..
installer fix helm init --upgrade logic 8 years ago
search Fix(helm): fix the bug of helm search --regexp 9 years ago
testdata feat(search): Expose AppVersion in search results 9 years ago
completion.go
create.go Add AppVersion to initial chart 8 years ago
create_test.go ref(helm): refactor cleanup of environment after tests run 9 years ago
delete.go
delete_test.go Update cmd tests to use ReleaseMock and assocaites from the helm package 9 years ago
dependency.go fix(dep): Fixes out of date dependency info 9 years ago
dependency_build.go fix(helm): load home from flags during runtime 9 years ago
dependency_build_test.go ref(helm): refactor cleanup of environment after tests run 9 years ago
dependency_test.go
dependency_update.go fix(helm): Fix the bug in helm dependency update -verify 9 years ago
dependency_update_test.go Delete old deps after chart deps are updated 9 years ago
docs.go
fetch.go fix(semver): fixed edge cases that do not match prerelease 9 years ago
fetch_test.go ref(helm): refactor cleanup of environment after tests run 9 years ago
get.go Fix/missing ssl params (#3152) 8 years ago
get_hooks.go fix(helm): fix `helm get` subcommands 9 years ago
get_hooks_test.go Update cmd tests to use ReleaseMock and assocaites from the helm package 9 years ago
get_manifest.go fix(helm): fix `helm get` subcommands 9 years ago
get_manifest_test.go Update cmd tests to use ReleaseMock and assocaites from the helm package 9 years ago
get_test.go Update cmd tests to use ReleaseMock and assocaites from the helm package 9 years ago
get_values.go fix(helm): fix `helm get` subcommands 9 years ago
get_values_test.go Update cmd tests to use ReleaseMock and assocaites from the helm package 9 years ago
helm.go fix TLS default path 8 years ago
helm_test.go Update cmd tests to use ReleaseMock and assocaites from the helm package 9 years ago
history.go feat(helm): Add --col-width to helm list and helm history (#2836) 8 years ago
history_test.go Update cmd tests to use ReleaseMock and assocaites from the helm package 9 years ago
home.go
init.go Added a --wait flag for helm init which pings the Tiller server and ensures that it is ready to receive requests 8 years ago
init_test.go ref(*): kubernetes v1.8 support 9 years ago
init_unix.go fix(helm): Init not creating local-index symlink on Windows 8 years ago
init_windows.go fix(helm): Init not creating local-index symlink on Windows 8 years ago
inspect.go
inspect_test.go
install.go ref(*): kubernetes v1.9 support (#3234) 8 years ago
install_test.go Update install tests to use ReleaseMock and associates from the helm package. Also fix release names to match expected reponse values 9 years ago
lint.go feat(helm): support namespace and additional values in lint (#2972) 8 years ago
lint_test.go feat(helm): support namespace and additional values in lint (#2972) 8 years ago
list.go fix(helm): filter helm list to print latest release (#3335) 8 years ago
list_test.go fix(helm): filter helm list to print latest release (#3335) 8 years ago
load_plugins.go fix(helm): pass os.stdin when executing a plugin (#2740) 9 years ago
package.go fix(helm): add --app-version flag to 'helm package' 8 years ago
package_test.go fix(helm): add --app-version flag to 'helm package' 8 years ago
plugin.go
plugin_install.go ref(docs): update plugin install documentation 8 years ago
plugin_list.go
plugin_remove.go
plugin_test.go ref(helm): refactor cleanup of environment after tests run 9 years ago
plugin_update.go
printer.go
release_testing.go
release_testing_test.go
repo.go
repo_add.go fix(helm): load home from flags during runtime 9 years ago
repo_add_test.go ref(helm): refactor cleanup of environment after tests run 9 years ago
repo_index.go fix(helm): load home from flags during runtime 9 years ago
repo_index_test.go
repo_list.go fix(helm): load home from flags during runtime 9 years ago
repo_remove.go fix(helm): load home from flags during runtime 9 years ago
repo_remove_test.go ref(helm): refactor cleanup of environment after tests run 9 years ago
repo_update.go fix(helm): load home from flags during runtime 9 years ago
repo_update_test.go ref(helm): refactor cleanup of environment after tests run 9 years ago
reset.go ref(*): kubernetes v1.8 support 9 years ago
reset_test.go ref(*): kubernetes v1.9 support (#3234) 8 years ago
rollback.go
rollback_test.go
search.go fix(helm): Fixed semantic version constraints on 'search' command (#3116) 8 years ago
search_test.go fix(helm): Fixed semantic version constraints on 'search' command (#3116) 8 years ago
serve.go
status.go feat(status): Optional output as JSON and YAML 8 years ago
status_test.go feat(status): Optional output as JSON and YAML 8 years ago
template.go helm template: display the default value of --kube-version in help message 8 years ago
template_test.go fix(capabilities): Adding GitVersion to default set 8 years ago
upgrade.go Fix err checking 8 years ago
upgrade_test.go Update cmd tests to use ReleaseMock and assocaites from the helm package 9 years ago
verify.go
verify_test.go
version.go Only show k8s version if asking for server version 8 years ago
version_test.go