| .. |
|
installer
|
fix helm init --upgrade logic
|
2018-01-25 23:16:44 -08: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
|
Add AppVersion to initial chart
|
2018-01-18 20:24:12 +01: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
|
Revert "feat(helm): adding kubeconfig flag"
|
2018-01-25 23:32:42 -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
|
feat(helm): Add --col-width to helm list and helm history (#2836)
|
2018-01-09 20:54:01 -08: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
|
Added a --wait flag for helm init which pings the Tiller server and ensures that it is ready to receive requests
|
2018-01-18 15:40:26 -08:00 |
|
init_test.go
|
ref(*): kubernetes v1.8 support
|
2017-10-11 15:05:27 -07:00 |
|
init_unix.go
|
fix(helm): Init not creating local-index symlink on Windows
|
2017-12-13 20:39:23 -02:00 |
|
init_windows.go
|
fix(helm): Init not creating local-index symlink on Windows
|
2017-12-13 20:39:23 -02: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(helm): fix the build-time golint warning on 'cmd/helm/install.go'
|
2018-02-08 16:23:13 -05: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(helm): filter helm list to print latest release (#3335)
|
2018-01-11 16:24:44 -08:00 |
|
list_test.go
|
fix(helm): filter helm list to print latest release (#3335)
|
2018-01-11 16:24:44 -08: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
|
fix(helm): update helm reset --force tip for clarity
|
2018-02-09 10:55:49 -08:00 |
|
reset_test.go
|
fix(helm): update helm reset --force tip for clarity
|
2018-02-09 10:55:49 -08: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
|
helm template: display the default value of --kube-version in help message
|
2018-01-20 07:50:38 +09:00 |
|
template_test.go
|
fix(capabilities): Adding GitVersion to default set
|
2018-01-16 13:02:30 -05: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
|
Only show k8s version if asking for server version
|
2017-12-06 21:50:50 +01:00 |
|
version_test.go
|
ref(helm): rename FakeReleaseClient -> FakeClient
|
2017-06-21 20:27:14 -04:00 |