| .. |
|
installer
|
feat(cmd/helm/installer): add support for upgrading service account
|
9 years ago |
|
search
|
fix(helm): fix broken unit test
|
9 years ago |
|
testdata
|
Added tests for install/upgrade to test bad requirements.yaml
|
9 years ago |
|
completion.go
|
Fixed issues reported by test-style
|
9 years ago |
|
create.go
|
Pluggable downloaders. Closes #2093, #2094.
|
9 years ago |
|
create_test.go
|
Pluggable downloaders. Closes #2093, #2094.
|
9 years ago |
|
delete.go
|
fix(helm): add message if release deleted successfully
|
9 years ago |
|
delete_test.go
|
feat(*): Adds support for timeout flag
|
9 years ago |
|
dependency.go
|
Fix identation of `helm dep` help text
|
9 years ago |
|
dependency_build.go
|
ref(getter): flatten the getter package tree
|
9 years ago |
|
dependency_build_test.go
|
Pluggable downloaders. Closes #2093, #2094.
|
9 years ago |
|
dependency_test.go
|
Fix helm dep list reporting wrong status
|
9 years ago |
|
dependency_update.go
|
ref(getter): flatten the getter package tree
|
9 years ago |
|
dependency_update_test.go
|
Pluggable downloaders. Closes #2093, #2094.
|
9 years ago |
|
docs.go
|
ref(helm): only pass required dependencies to subcommands
|
9 years ago |
|
fetch.go
|
fix(helm): add --devel flag to allow dev releases again
|
9 years ago |
|
fetch_test.go
|
Added tests for --repo flag for helm fetch command
|
9 years ago |
|
get.go
|
Pluggable downloaders. Closes #2093, #2094.
|
9 years ago |
|
get_hooks.go
|
fix(1245): hook up revision flag to helm get {manifest,values,hooks}
|
9 years ago |
|
get_hooks_test.go
|
chore(helm): add client test for upgrade cmd
|
10 years ago |
|
get_manifest.go
|
Pluggable downloaders. Closes #2093, #2094.
|
9 years ago |
|
get_manifest_test.go
|
chore(helm): add client test for upgrade cmd
|
10 years ago |
|
get_test.go
|
fix(helm): s/version/revision/
|
9 years ago |
|
get_values.go
|
fix(1245): hook up revision flag to helm get {manifest,values,hooks}
|
9 years ago |
|
get_values_test.go
|
chore(helm): add client test for upgrade cmd
|
10 years ago |
|
helm.go
|
fix(helm): fix setting home via `helm --home=HOME`
|
9 years ago |
|
helm_test.go
|
fix(helm): fix itermittent release testing failures
|
9 years ago |
|
history.go
|
Pluggable downloaders. Closes #2093, #2094.
|
9 years ago |
|
history_test.go
|
feat(tiller): record a message for each lifecycle step
|
9 years ago |
|
home.go
|
ref(helm): use new debug method to standardize debug output
|
9 years ago |
|
init.go
|
Merge pull request #2352 from technosophos/ref/getter
|
9 years ago |
|
init_test.go
|
ref(helm): use new debug method to standardize debug output
|
9 years ago |
|
inspect.go
|
Implements --repo flag to commands fetch, install, inspect, upgrade
|
9 years ago |
|
inspect_test.go
|
fix(*): correct file permissions on source files
|
9 years ago |
|
install.go
|
Errors out if install/upgrade fails to load-requirements
|
9 years ago |
|
install_test.go
|
Added tests for install/upgrade to test bad requirements.yaml
|
9 years ago |
|
lint.go
|
fix(helm): make 'helm help' text punctuation consistent
|
9 years ago |
|
lint_test.go
|
fix(lint): fix tests
|
10 years ago |
|
list.go
|
Pluggable downloaders. Closes #2093, #2094.
|
9 years ago |
|
list_test.go
|
feat(*): add --namespace flag to 'helm list'
|
9 years ago |
|
load_plugins.go
|
Pluggable downloaders. Closes #2093, #2094.
|
9 years ago |
|
package.go
|
Add friendly output for helm package
|
9 years ago |
|
package_test.go
|
Fixed issues reported by test-style
|
9 years ago |
|
plugin.go
|
Adds update option to plugin command (#2410)
|
9 years ago |
|
plugin_install.go
|
ref(helm): use new debug method to standardize debug output
|
9 years ago |
|
plugin_list.go
|
Pluggable downloaders. Closes #2093, #2094.
|
9 years ago |
|
plugin_remove.go
|
Return error exit-code in case of error
|
9 years ago |
|
plugin_test.go
|
ref(helm): use new debug method to standardize debug output
|
9 years ago |
|
plugin_update.go
|
Adds update option to plugin command (#2410)
|
9 years ago |
|
printer.go
|
ref(helm): use new debug method to standardize debug output
|
9 years ago |
|
release_testing.go
|
fix(*): return non-zero exit code on test failure
|
9 years ago |
|
release_testing_test.go
|
fix(*): return non-zero exit code on test failure
|
9 years ago |
|
repo.go
|
fix(*): resolve go linter issues
|
9 years ago |
|
repo_add.go
|
Fixed issues reported by test-style
|
9 years ago |
|
repo_add_test.go
|
Pluggable downloaders. Closes #2093, #2094.
|
9 years ago |
|
repo_index.go
|
use old naming
|
9 years ago |
|
repo_index_test.go
|
use old naming
|
9 years ago |
|
repo_list.go
|
Pluggable downloaders. Closes #2093, #2094.
|
9 years ago |
|
repo_remove.go
|
Pluggable downloaders. Closes #2093, #2094.
|
9 years ago |
|
repo_remove_test.go
|
Pluggable downloaders. Closes #2093, #2094.
|
9 years ago |
|
repo_update.go
|
ref(getter): flatten the getter package tree
|
9 years ago |
|
repo_update_test.go
|
ref(getter): flatten the getter package tree
|
9 years ago |
|
reset.go
|
helm reset --force would clean a failed tiller deployment
|
9 years ago |
|
reset_test.go
|
Fixed issues reported by test-style
|
9 years ago |
|
rollback.go
|
Add --force to upgrade and rollback
|
9 years ago |
|
rollback_test.go
|
feat(*): Add --wait flag
|
9 years ago |
|
search.go
|
bug(helm) - install/upgrade/search semver constraint support
|
9 years ago |
|
search_test.go
|
Pluggable downloaders. Closes #2093, #2094.
|
9 years ago |
|
serve.go
|
fix(helm): fix setting home via `helm --home=HOME`
|
9 years ago |
|
status.go
|
Pluggable downloaders. Closes #2093, #2094.
|
9 years ago |
|
status_test.go
|
feat(cmd/helm/status): add last test suite run to status output
|
9 years ago |
|
upgrade.go
|
Add --force to upgrade and rollback
|
9 years ago |
|
upgrade_test.go
|
Added tests for install/upgrade to test bad requirements.yaml
|
9 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
|
ref(helm): use new debug method to standardize debug output
|
9 years ago |
|
version_test.go
|
Pluggable downloaders. Closes #2093, #2094.
|
9 years ago |