| .. |
|
require
|
change copyright to "Copyright The Helm Authors"
|
7 years ago |
|
search
|
Correct spelling mistakes
|
6 years ago |
|
testdata
|
Merge pull request #7556 from unguiculus/template-output
|
6 years ago |
|
chart.go
|
fix(cmd): clean up helpstring formatting
|
6 years ago |
|
chart_export.go
|
Updating the module for v3 as the major version
|
6 years ago |
|
chart_list.go
|
Updating the module for v3 as the major version
|
6 years ago |
|
chart_pull.go
|
Updating the module for v3 as the major version
|
6 years ago |
|
chart_push.go
|
Updating the module for v3 as the major version
|
6 years ago |
|
chart_remove.go
|
Updating the module for v3 as the major version
|
6 years ago |
|
chart_save.go
|
Updating the module for v3 as the major version
|
6 years ago |
|
completion.go
|
fix(comp): Allow zsh completion to handle -n flag
|
6 years ago |
|
create.go
|
Correct spelling mistakes
|
6 years ago |
|
create_test.go
|
fix(chartutil): port over enhancements to `helm create` from Helm 2
|
6 years ago |
|
dependency.go
|
Updating the module for v3 as the major version
|
6 years ago |
|
dependency_build.go
|
Updating the module for v3 as the major version
|
6 years ago |
|
dependency_build_test.go
|
fix(chart): lock digest differs when dependency build with Helm 2 and then Helm 3 (#7261)
|
6 years ago |
|
dependency_test.go
|
fix appveyor builds (#4934)
|
7 years ago |
|
dependency_update.go
|
Updating the module for v3 as the major version
|
6 years ago |
|
dependency_update_test.go
|
Spelling (#7258)
|
6 years ago |
|
docs.go
|
fix(cmd): clean up helpstring formatting
|
6 years ago |
|
env.go
|
fix(cli): Sort output of helm env
|
6 years ago |
|
flags.go
|
fix(comp): Fix broken completion for --output flag
|
6 years ago |
|
flags_test.go
|
feat(test): add some completion tests
|
6 years ago |
|
get.go
|
fix(cmd): clean up helpstring formatting
|
6 years ago |
|
get_all.go
|
feat(comp): Support completion for --revision flag
|
6 years ago |
|
get_all_test.go
|
feat(test): add some completion tests
|
6 years ago |
|
get_hooks.go
|
feat(comp): Support completion for --revision flag
|
6 years ago |
|
get_hooks_test.go
|
feat(test): add some completion tests
|
6 years ago |
|
get_manifest.go
|
feat(comp): Support completion for --revision flag
|
6 years ago |
|
get_manifest_test.go
|
feat(test): add some completion tests
|
6 years ago |
|
get_notes.go
|
feat(comp): Support completion for --revision flag
|
6 years ago |
|
get_notes_test.go
|
feat(test): add some completion tests
|
6 years ago |
|
get_values.go
|
feat(comp): Support completion for --revision flag
|
6 years ago |
|
get_values_test.go
|
feat(test): add some completion tests
|
6 years ago |
|
helm.go
|
feat(tests): Allow to provision memory driver
|
6 years ago |
|
helm_test.go
|
fix(cmd/helm): upgrade go-shellwords
|
6 years ago |
|
history.go
|
feat(comp): Support completion for --revision flag
|
6 years ago |
|
history_test.go
|
feat(test): add some completion tests
|
6 years ago |
|
install.go
|
feat(install): introduce --create-namespace
|
6 years ago |
|
install_test.go
|
feat(test): add some completion tests
|
6 years ago |
|
lint.go
|
fix: add new static linter and fix issues it found (#7655)
|
6 years ago |
|
lint_test.go
|
test(cmd/lint): added test for --with-subcharts flag
|
6 years ago |
|
list.go
|
feat(comp): Dynamic completion of arguments in Go
|
6 years ago |
|
list_test.go
|
fix(tests): Add namespace support to memory driver
|
6 years ago |
|
load_plugins.go
|
Merge pull request #7230 from waveywaves/update/token
|
6 years ago |
|
package.go
|
fix(package): remove --set, --values, etc. flags
|
6 years ago |
|
package_test.go
|
fix(package): remove --set, --values, etc. flags
|
6 years ago |
|
plugin.go
|
ref(cmd): rename `helm plugin remove` to `helm plugin uninstall`
|
6 years ago |
|
plugin_install.go
|
Merge pull request #6807 from bacongobbler/plugin-uninstall
|
6 years ago |
|
plugin_list.go
|
feat(comp): Dynamic completion of arguments in Go
|
6 years ago |
|
plugin_test.go
|
feat(comp): Dynamic completion for plugins
|
6 years ago |
|
plugin_uninstall.go
|
feat(comp): Dynamic completion of arguments in Go
|
6 years ago |
|
plugin_update.go
|
feat(comp): Dynamic completion of arguments in Go
|
6 years ago |
|
printer.go
|
fix(cmd): Fix all the outputs
|
6 years ago |
|
pull.go
|
feat(comp): Dynamic completion of arguments in Go
|
6 years ago |
|
pull_test.go
|
Fixes verification output on pull command
|
6 years ago |
|
registry.go
|
fix(cmd): clean up helpstring formatting
|
6 years ago |
|
registry_login.go
|
Updating the module for v3 as the major version
|
6 years ago |
|
registry_logout.go
|
Updating the module for v3 as the major version
|
6 years ago |
|
release_testing.go
|
feat(comp): Dynamic completion of arguments in Go
|
6 years ago |
|
repo.go
|
fix(cmd): clean up helpstring formatting
|
6 years ago |
|
repo_add.go
|
Add --insecure-skip-tls-verify for repositories (#7254)
|
6 years ago |
|
repo_add_test.go
|
feat(comp): Speed up completion of charts
|
6 years ago |
|
repo_index.go
|
Updating the module for v3 as the major version
|
6 years ago |
|
repo_index_test.go
|
fix(test) use newly created index instead of ignoring it
|
6 years ago |
|
repo_list.go
|
feat(comp): Dynamic completion of arguments in Go
|
6 years ago |
|
repo_list_test.go
|
feat(test): add some completion tests
|
6 years ago |
|
repo_remove.go
|
feat(comp): Dynamic completion of arguments in Go
|
6 years ago |
|
repo_remove_test.go
|
feat(comp): Speed up completion of charts
|
6 years ago |
|
repo_update.go
|
Updating the module for v3 as the major version
|
6 years ago |
|
repo_update_test.go
|
Updating the module for v3 as the major version
|
6 years ago |
|
rollback.go
|
feat(comp): Dynamic completion of arguments in Go
|
6 years ago |
|
rollback_test.go
|
Updating the module for v3 as the major version
|
6 years ago |
|
root.go
|
Return "unknown command" error for unknown subcommands
|
6 years ago |
|
root_test.go
|
Add test for unknown subcommand
|
6 years ago |
|
search.go
|
Breaking up the search command into multiple commands based on type
|
6 years ago |
|
search_hub.go
|
fix(cmd): Standardizes all output to use lower snake_case names
|
6 years ago |
|
search_hub_test.go
|
feat(test): add some completion tests
|
6 years ago |
|
search_repo.go
|
cmd/helm/search_repo: print info to stderr
|
6 years ago |
|
search_repo_test.go
|
feat(test): add some completion tests
|
6 years ago |
|
show.go
|
Port --devel flag from v2 to v3
|
6 years ago |
|
show_test.go
|
Add unit test
|
6 years ago |
|
status.go
|
feat(comp): Support completion for --revision flag
|
6 years ago |
|
status_test.go
|
feat(test): add some completion tests
|
6 years ago |
|
template.go
|
Merge pull request #7556 from unguiculus/template-output
|
6 years ago |
|
template_test.go
|
Place rendering invalid YAML under --debug flag
|
6 years ago |
|
uninstall.go
|
feat(comp): Dynamic completion of arguments in Go
|
6 years ago |
|
uninstall_test.go
|
Updating the module for v3 as the major version
|
6 years ago |
|
upgrade.go
|
fix(cli): Make upgrade check if cluster reachable
|
6 years ago |
|
upgrade_test.go
|
feat(test): add some completion tests
|
6 years ago |
|
verify.go
|
Add verification output to the verify command
|
6 years ago |
|
verify_test.go
|
Add verification output to the verify command
|
6 years ago |
|
version.go
|
fix(version): implement `helm version -c`, mark as hidden
|
6 years ago |
|
version_test.go
|
fix(version): implement `helm version -c`, mark as hidden
|
6 years ago |