| .. |
|
installer
|
Typo fix: indentifies -> identifies
|
8 years ago |
|
search
|
fix(helm): Don't crash in search if upper case chars are encountered.
|
8 years ago |
|
testdata
|
Fix linting bug with charts containing more than one hyphen
|
8 years ago |
|
completion.go
|
Allow zsh completion to be autoloaded by compinit
|
8 years ago |
|
create.go
|
Add AppVersion to initial chart
|
8 years ago |
|
create_test.go
|
fix(helm): fix output leak from unit tests of helm create command
|
8 years ago |
|
delete.go
|
feat(helm): Added the ability to handle custom description to client side for install, upgrade, rollback, and delete commands. Updated the documentation according to the changes.
|
8 years ago |
|
delete_test.go
|
feat(helm): Added the ability to handle custom description to client side for install, upgrade, rollback, and delete commands. Updated the documentation according to the changes.
|
8 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
|
fix(helm): refactor tests on helm dependency list command to remove duplication
|
8 years ago |
|
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
|
ref(helm): only pass required dependencies to subcommands
|
9 years ago |
|
fetch.go
|
Authentication support for remote charts repositories (#3206)
|
8 years ago |
|
fetch_test.go
|
ref(helm): refactor cleanup of environment after tests run
|
9 years ago |
|
get.go
|
fix helm init --wait
|
8 years ago |
|
get_hooks.go
|
fix helm init --wait
|
8 years ago |
|
get_hooks_test.go
|
Update cmd tests to use ReleaseMock and assocaites from the helm package
|
8 years ago |
|
get_manifest.go
|
fix `helm get manifest` context deadline exceeded error
|
8 years ago |
|
get_manifest_test.go
|
Update cmd tests to use ReleaseMock and assocaites from the helm package
|
8 years ago |
|
get_test.go
|
Update cmd tests to use ReleaseMock and assocaites from the helm package
|
8 years ago |
|
get_values.go
|
fix helm init --wait
|
8 years ago |
|
get_values_test.go
|
Update cmd tests to use ReleaseMock and assocaites from the helm package
|
8 years ago |
|
helm.go
|
Merge pull request #3830 from michelleN/prettyError
|
8 years ago |
|
helm_test.go
|
fix(helm) refactor release_testing unit tests to utilize runReleaseCases
|
8 years ago |
|
history.go
|
fix(helm): fix helm history unit tests
|
8 years ago |
|
history_test.go
|
fix(helm): fix helm history unit tests
|
8 years ago |
|
home.go
|
fix(helm): helm home print to stdout
|
9 years ago |
|
init.go
|
Suppress 'unauthenticated users' warning when --tiller-tls-verify present
|
8 years ago |
|
init_test.go
|
fix(helm): fix the bug in test code 'cmd/helm/init_test.go' and 'cmd/helm/repo_update_test.go'
|
8 years ago |
|
init_unix.go
|
pass home down through createLink
|
8 years ago |
|
init_windows.go
|
pass home down through createLink
|
8 years ago |
|
inspect.go
|
Authentication support for remote charts repositories (#3206)
|
8 years ago |
|
inspect_test.go
|
feat(helm): inspect readme
|
8 years ago |
|
install.go
|
Merge pull request #3825 from adshmh/3581-feat-allow-custom-desc-after-helm-release-upgrade
|
8 years ago |
|
install_test.go
|
feat(helm): Added the ability to handle custom description to client side for install, upgrade, rollback, and delete commands. Updated the documentation according to the changes.
|
8 years ago |
|
lint.go
|
removed --install option from --namespace.
|
8 years ago |
|
lint_test.go
|
return a non 0 exit code when lint fails due to missing Chart.yaml
|
8 years ago |
|
list.go
|
fix(helm): return when listing with no releases or nil
|
8 years ago |
|
list_test.go
|
feat(list): Optional output as JSON and YAML
|
8 years ago |
|
load_plugins.go
|
Fix --tiller-namespace flag for plugins
|
8 years ago |
|
package.go
|
Revert "feat: add --set and --values options to 'helm package'"
|
8 years ago |
|
package_test.go
|
Revert "feat: add --set and --values options to 'helm package'"
|
8 years ago |
|
plugin.go
|
ref(helm): mix bag of syntax cleanup in cmd/helm
|
9 years ago |
|
plugin_install.go
|
ref(docs): update plugin install documentation
|
8 years ago |
|
plugin_list.go
|
fix(helm): fix race conditions in flag parsing
|
9 years ago |
|
plugin_remove.go
|
ref(helm): mix bag of syntax cleanup in cmd/helm
|
9 years ago |
|
plugin_test.go
|
ref(helm): refactor cleanup of environment after tests run
|
9 years ago |
|
plugin_update.go
|
ref(helm): mix bag of syntax cleanup in cmd/helm
|
9 years ago |
|
printer.go
|
ref(helm): use new debug method to standardize debug output
|
9 years ago |
|
release_testing.go
|
fix helm init --wait
|
8 years ago |
|
release_testing_test.go
|
fix(helm) refactor release_testing unit tests to utilize runReleaseCases
|
8 years ago |
|
repo.go
|
fix(*): resolve go linter issues
|
9 years ago |
|
repo_add.go
|
Authentication support for remote charts repositories (#3206)
|
8 years ago |
|
repo_add_test.go
|
Authentication support for remote charts repositories (#3206)
|
8 years ago |
|
repo_index.go
|
Create index.yaml if missing when running repo index --merge
|
8 years ago |
|
repo_index_test.go
|
Create index.yaml if missing when running repo index --merge
|
8 years ago |
|
repo_list.go
|
fix(helm): load home from flags during runtime
|
9 years ago |
|
repo_remove.go
|
feat(helm): support removing multiple repositories with repo remove command
|
8 years ago |
|
repo_remove_test.go
|
feat(helm): support removing multiple repositories with repo remove command
|
8 years ago |
|
repo_update.go
|
fix(helm): load home from flags during runtime
|
9 years ago |
|
repo_update_test.go
|
fix(helm): fix the bug in test code 'cmd/helm/init_test.go' and 'cmd/helm/repo_update_test.go'
|
8 years ago |
|
reset.go
|
fix helm init --wait
|
8 years ago |
|
reset_test.go
|
Correct the returned message in reset_test.go
|
8 years ago |
|
rollback.go
|
feat(helm): Added the ability to handle custom description to client side for install, upgrade, rollback, and delete commands. Updated the documentation according to the changes.
|
8 years ago |
|
rollback_test.go
|
feat(helm): Added the ability to handle custom description to client side for install, upgrade, rollback, and delete commands. Updated the documentation according to the changes.
|
8 years ago |
|
search.go
|
add --col-width to `helm search` (#3949)
|
8 years ago |
|
search_test.go
|
fix(helm): refactor search command tests to remove duplication
|
8 years ago |
|
serve.go
|
ref(helm): mix bag of syntax cleanup in cmd/helm
|
9 years ago |
|
status.go
|
fix helm init --wait
|
8 years ago |
|
status_test.go
|
fix(helm) refactor helm status command tests to use releaseCase struct and the corresponding function runReleaseCases. Fixes #3659
|
8 years ago |
|
template.go
|
Add helm template --is-upgrade
|
8 years ago |
|
template_test.go
|
typo fix for template test
|
8 years ago |
|
upgrade.go
|
feat(helm): Added the ability to handle custom description to client side for install, upgrade, rollback, and delete commands. Updated the documentation according to the changes.
|
8 years ago |
|
upgrade_test.go
|
feat(helm): Added the ability to handle custom description to client side for install, upgrade, rollback, and delete commands. Updated the documentation according to the changes.
|
8 years ago |
|
verify.go
|
Fixes #1898: Proposal: move downloader and resolver package to /pkg
|
9 years ago |
|
verify_test.go
|
Fix Go style issues.
|
9 years ago |
|
version.go
|
fix helm init --wait
|
8 years ago |
|
version_test.go
|
fix(helm): refactor helm version command tests to remove duplication
|
8 years ago |