..
installer
feat(tiller): exposes port 44135 in tiller deployment
2017-10-31 12:26:47 +00:00
search
Fix(helm): fix the bug of helm search --regexp
2017-09-06 12:20:20 +08:00
testdata
feat(search): Expose AppVersion in search results
2017-10-24 12:13:12 -04:00
completion.go
Fixed issues reported by test-style
2017-05-05 18:44:58 -07:00
create.go
fix(helm): load home from flags during runtime
2017-07-11 11:42:30 -07:00
create_test.go
ref(helm): refactor cleanup of environment after tests run
2017-07-14 11:08:50 -07:00
delete.go
Correct punctuation and capitalization for user facing strings.
2017-06-26 10:23:26 -07:00
delete_test.go
Update cmd tests to use ReleaseMock and assocaites from the helm package
2017-10-11 17:24:46 -06:00
dependency.go
fix(dep): Fixes out of date dependency info
2017-07-11 16:56:29 -07:00
dependency_build.go
fix(helm): load home from flags during runtime
2017-07-11 11:42:30 -07:00
dependency_build_test.go
ref(helm): refactor cleanup of environment after tests run
2017-07-14 11:08:50 -07:00
dependency_test.go
Fix helm dep list reporting wrong status
2017-03-03 22:17:25 -08:00
dependency_update.go
fix(helm): Fix the bug in helm dependency update -verify
2017-08-01 16:22:04 +08:00
dependency_update_test.go
Delete old deps after chart deps are updated
2017-08-10 17:36:00 +02:00
docs.go
ref(helm): only pass required dependencies to subcommands
2016-12-19 09:08:06 -08:00
fetch.go
fix(semver): fixed edge cases that do not match prerelease
2017-10-06 14:05:32 -04:00
fetch_test.go
ref(helm): refactor cleanup of environment after tests run
2017-07-14 11:08:50 -07:00
get.go
Fix/missing ssl params ( #3152 )
2017-11-15 17:52:24 -07:00
get_hooks.go
fix(helm): fix helm get subcommands
2017-07-11 16:08:19 -06:00
get_hooks_test.go
Update cmd tests to use ReleaseMock and assocaites from the helm package
2017-10-11 17:24:46 -06:00
get_manifest.go
fix(helm): fix helm get subcommands
2017-07-11 16:08:19 -06:00
get_manifest_test.go
Update cmd tests to use ReleaseMock and assocaites from the helm package
2017-10-11 17:24:46 -06:00
get_test.go
Update cmd tests to use ReleaseMock and assocaites from the helm package
2017-10-11 17:24:46 -06:00
get_values.go
fix(helm): fix helm get subcommands
2017-07-11 16:08:19 -06:00
get_values_test.go
Update cmd tests to use ReleaseMock and assocaites from the helm package
2017-10-11 17:24:46 -06:00
helm.go
fix TLS default path
2017-12-01 12:54:51 -08:00
helm_test.go
Update cmd tests to use ReleaseMock and assocaites from the helm package
2017-10-11 17:24:46 -06:00
history.go
Fix/missing ssl params ( #3152 )
2017-11-15 17:52:24 -07:00
history_test.go
Update cmd tests to use ReleaseMock and assocaites from the helm package
2017-10-11 17:24:46 -06:00
home.go
fix(helm): helm home print to stdout
2017-06-07 08:53:23 -07:00
init.go
feat(helm): Add --node-selectors and --output flags to helm init
2017-10-10 16:24:35 -07:00
init_test.go
ref(*): kubernetes v1.8 support
2017-10-11 15:05:27 -07:00
inspect.go
Implements --repo flag to commands fetch, install, inspect, upgrade
2017-05-02 10:46:16 -07:00
inspect_test.go
fix(*): correct file permissions on source files
2016-12-07 09:09:38 -08:00
install.go
Fix a typo in install.go, update helm_install.md
2017-11-23 19:06:37 +01:00
install_test.go
Update install tests to use ReleaseMock and associates from the helm package. Also fix release names to match expected reponse values
2017-10-11 17:26:16 -06:00
lint.go
feat(helm): support namespace and additional values in lint ( #2972 )
2017-12-13 14:43:12 -08:00
lint_test.go
feat(helm): support namespace and additional values in lint ( #2972 )
2017-12-13 14:43:12 -08:00
list.go
Fix/missing ssl params ( #3152 )
2017-11-15 17:52:24 -07:00
list_test.go
Update cmd tests to use ReleaseMock and assocaites from the helm package
2017-10-11 17:24:46 -06:00
load_plugins.go
fix(helm): pass os.stdin when executing a plugin ( #2740 )
2017-08-04 08:57:34 -07:00
package.go
fix(helm): add --app-version flag to 'helm package'
2017-11-24 14:41:33 -05:00
package_test.go
fix(helm): add --app-version flag to 'helm package'
2017-11-24 14:41:33 -05:00
plugin.go
ref(helm): mix bag of syntax cleanup in cmd/helm
2017-06-08 13:08:41 -07:00
plugin_install.go
ref(docs): update plugin install documentation
2017-11-20 10:12:13 -05:00
plugin_list.go
fix(helm): fix race conditions in flag parsing
2017-05-29 17:58:27 -07:00
plugin_remove.go
ref(helm): mix bag of syntax cleanup in cmd/helm
2017-06-08 13:08:41 -07:00
plugin_test.go
ref(helm): refactor cleanup of environment after tests run
2017-07-14 11:08:50 -07:00
plugin_update.go
ref(helm): mix bag of syntax cleanup in cmd/helm
2017-06-08 13:08:41 -07:00
printer.go
ref(helm): use new debug method to standardize debug output
2017-04-19 23:55:36 -07:00
release_testing.go
Correct punctuation and capitalization for user facing strings.
2017-06-26 10:23:26 -07:00
release_testing_test.go
ref(helm): rename FakeReleaseClient -> FakeClient
2017-06-21 20:27:14 -04:00
repo.go
fix(*): resolve go linter issues
2016-10-10 14:58:33 -07:00
repo_add.go
fix(helm): load home from flags during runtime
2017-07-11 11:42:30 -07:00
repo_add_test.go
ref(helm): refactor cleanup of environment after tests run
2017-07-14 11:08:50 -07:00
repo_index.go
fix(helm): load home from flags during runtime
2017-07-11 11:42:30 -07:00
repo_index_test.go
use old naming
2017-01-09 18:25:37 +07:00
repo_list.go
fix(helm): load home from flags during runtime
2017-07-11 11:42:30 -07:00
repo_remove.go
fix(helm): load home from flags during runtime
2017-07-11 11:42:30 -07:00
repo_remove_test.go
ref(helm): refactor cleanup of environment after tests run
2017-07-14 11:08:50 -07:00
repo_update.go
fix(helm): load home from flags during runtime
2017-07-11 11:42:30 -07:00
repo_update_test.go
ref(helm): refactor cleanup of environment after tests run
2017-07-14 11:08:50 -07:00
reset.go
ref(*): kubernetes v1.8 support
2017-10-11 15:05:27 -07:00
reset_test.go
Update cmd tests to use ReleaseMock and assocaites from the helm package
2017-10-11 17:24:46 -06:00
rollback.go
Correct punctuation and capitalization for user facing strings.
2017-06-26 10:23:26 -07:00
rollback_test.go
ref(helm): rename FakeReleaseClient -> FakeClient
2017-06-21 20:27:14 -04:00
search.go
fix(helm): Fixed semantic version constraints on 'search' command ( #3116 )
2017-11-22 09:39:02 -07:00
search_test.go
fix(helm): Fixed semantic version constraints on 'search' command ( #3116 )
2017-11-22 09:39:02 -07:00
serve.go
ref(helm): mix bag of syntax cleanup in cmd/helm
2017-06-08 13:08:41 -07:00
status.go
feat(status): Optional output as JSON and YAML
2017-12-12 12:51:05 -05:00
status_test.go
feat(status): Optional output as JSON and YAML
2017-12-12 12:51:05 -05:00
template.go
support output-dir when running 'helm template' ( #3144 )
2017-11-21 12:10:27 -07:00
template_test.go
feat(helm): add --kube-version flag to helm template
2017-09-11 11:22:00 +09:00
upgrade.go
Fix err checking
2017-11-07 23:42:13 +03:00
upgrade_test.go
Update cmd tests to use ReleaseMock and assocaites from the helm package
2017-10-11 17:24:46 -06:00
verify.go
Fixes #1898 : Proposal: move downloader and resolver package to /pkg
2017-02-10 10:33:02 +00:00
verify_test.go
Fix Go style issues.
2016-12-05 15:59:28 -07:00
version.go
ref(helm): use new debug method to standardize debug output
2017-04-19 23:55:36 -07:00
version_test.go
ref(helm): rename FakeReleaseClient -> FakeClient
2017-06-21 20:27:14 -04:00