| .. |
|
downloader
|
test(cmd): add unit test for chart backed by basic auth
|
9 years ago |
|
helmpath
|
fix(*): correct file permissions on source files
|
9 years ago |
|
installer
|
feat(*): allow tiller to be installed in an alternate namespace
|
9 years ago |
|
resolver
|
fix(requirements): accept semver constraints for the versions in the requirements.yaml
|
9 years ago |
|
search
|
fix(*): correct file permissions on source files
|
9 years ago |
|
strvals
|
fix(*): misc linter issues
|
9 years ago |
|
testdata
|
feat(helm): add support for multiple values files
|
9 years ago |
|
completion.go
|
ref(helm): only pass required dependencies to subcommands
|
9 years ago |
|
create.go
|
feat(helm): support 'helm create --pack=mypack'
|
9 years ago |
|
create_test.go
|
feat(helm): support 'helm create --pack=mypack'
|
9 years ago |
|
delete.go
|
feat(*): Adds support for timeout flag
|
9 years ago |
|
delete_test.go
|
feat(*): Adds support for timeout flag
|
9 years ago |
|
dependency.go
|
fix(*): resolve go linter issues
|
9 years ago |
|
dependency_build.go
|
fix(helm): make 'helm help' text punctuation consistent
|
9 years ago |
|
dependency_build_test.go
|
ref(helm): remove old structure functions
|
9 years ago |
|
dependency_test.go
|
feat(chartutils): add support for requirements.yaml
|
9 years ago |
|
dependency_update.go
|
fix(helm): make 'helm help' text punctuation consistent
|
9 years ago |
|
dependency_update_test.go
|
fix(*): fix new linter errors
|
9 years ago |
|
docs.go
|
ref(helm): only pass required dependencies to subcommands
|
9 years ago |
|
fetch.go
|
feat(helm): add newline to fetch --verify output
|
9 years ago |
|
fetch_test.go
|
feat(helm): add newline to fetch --verify output
|
9 years ago |
|
get.go
|
feat(helm): standardize debug output for releases
|
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
|
fix(1245): hook up revision flag to helm get {manifest,values,hooks}
|
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
|
ref(helm): only pass required dependencies to subcommands
|
9 years ago |
|
helm_test.go
|
feat(helm): add plugin system backend
|
9 years ago |
|
history.go
|
fix(helm): make 'helm help' text punctuation consistent
|
9 years ago |
|
history_test.go
|
fix(cmd/hist): print revision history with unix synergy
|
9 years ago |
|
home.go
|
fix(helm): make 'helm help' text punctuation consistent
|
9 years ago |
|
init.go
|
feat(*): allow tiller to be installed in an alternate namespace
|
9 years ago |
|
init_test.go
|
feat(*): migrate to kubernetes 1.5
|
9 years ago |
|
inspect.go
|
ref(helm): only pass required dependencies to subcommands
|
9 years ago |
|
inspect_test.go
|
fix(*): correct file permissions on source files
|
9 years ago |
|
install.go
|
Merge pull request #1693 from thomastaylor312/feat/hook-timeout
|
9 years ago |
|
install_test.go
|
feat(*): Adds support for timeout flag
|
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
|
fix(*): add support for "DELETING" status
|
9 years ago |
|
list_test.go
|
fix(*): add support for "DELETING" status
|
9 years ago |
|
package.go
|
feat(1480): add --version flag to package command
|
9 years ago |
|
package_test.go
|
feat(1480): add --version flag to package command
|
9 years ago |
|
plugins.go
|
fix(helm): fix persistent flags not being parsed
|
9 years ago |
|
plugins_test.go
|
fix(helm): add tiller-host to plugin environment
|
9 years ago |
|
printer.go
|
feat(helm): standardize debug output for releases
|
9 years ago |
|
repo.go
|
fix(*): resolve go linter issues
|
9 years ago |
|
repo_add.go
|
Remove trailing slash (if any) from repo url
|
9 years ago |
|
repo_add_test.go
|
feat(helm): update repo by default, added `--no-update` flag
|
9 years ago |
|
repo_index.go
|
fix(repo): ensure index generates in the right order
|
9 years ago |
|
repo_index_test.go
|
fix(helm): fix tests if tmp directory is on another block device
|
9 years ago |
|
repo_list.go
|
feat(helm): implement new index format
|
9 years ago |
|
repo_remove.go
|
ref(helm): add new line after repo remove msg
|
9 years ago |
|
repo_remove_test.go
|
fix(*): fix new linter errors
|
9 years ago |
|
repo_update.go
|
ref(helm): remove old structure functions
|
9 years ago |
|
repo_update_test.go
|
ref(helm): remove old structure functions
|
9 years ago |
|
rollback.go
|
Merge pull request #1693 from thomastaylor312/feat/hook-timeout
|
9 years ago |
|
rollback_test.go
|
feat(*): Adds support for timeout flag
|
9 years ago |
|
search.go
|
fix(helm): make 'helm help' text punctuation consistent
|
9 years ago |
|
search_test.go
|
feat(helm): remove the requirement that fetch/install need version
|
9 years ago |
|
serve.go
|
fix(helm): create index file as 'helm serve' starts up.
|
9 years ago |
|
status.go
|
fix(helm): make 'helm help' text punctuation consistent
|
9 years ago |
|
tunnel.go
|
feat(*): migrate to kubernetes 1.5
|
9 years ago |
|
tunnel_test.go
|
feat(*): migrate to kubernetes 1.5
|
9 years ago |
|
upgrade.go
|
Merge pull request #1693 from thomastaylor312/feat/hook-timeout
|
9 years ago |
|
upgrade_test.go
|
fix(tests): fix broken tests for upgrade
|
9 years ago |
|
verify.go
|
fix(helm): make 'helm help' text punctuation consistent
|
9 years ago |
|
verify_test.go
|
Fix Go style issues.
|
9 years ago |
|
version.go
|
feat(helm): add short version output
|
9 years ago |
|
version_test.go
|
fix(helm): use --client and --server as flags
|
9 years ago |