- 27 Sep, 2019 1 commit
-
-
Marc Khouzam authored
The binary of Helm to use for dynamic completion should be the same as the actual Helm binary being used. For example, if PATH points to a version of helm v3, but the user calls a binary named helm2 to use a renamed v2 version, then dynamic completion should also use helm2. If not, in this example, the dynamic completion will use the information returned by helm v3. This improvement is particularly useful for users that will run both helm v2 and helm v3 at the same time. Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
-
- 26 Sep, 2019 1 commit
-
-
Matthew Fisher authored
v2: fix(completion): --flag=val breaks zsh completion
-
- 25 Sep, 2019 4 commits
-
-
Taylor Thomas authored
Ref/cmd output
-
Matthew Fisher authored
fix typos
-
陈谭军 authored
Signed-off-by: chentanjun <2799194073@qq.com>
-
yuxiaobo authored
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
-
- 24 Sep, 2019 3 commits
-
-
Taylor Thomas authored
This cuts down on the number of duplicate json/yaml marshaling blocks and simplifies how to add printing to a function by using simple "container" structs that know how to massage the data Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
-
Taylor Thomas authored
Flag --output json and yaml added
-
Michael Schaefer authored
flag for output json or yaml added in install.go, repo_list.go, search.go, status.go and upgrade.go. unit test adapted for output json or yaml in install_test.go and search_test.go. docs modified for new flag helm_install.md, helm_repo_list.md, helm_search.md and helm_upgrade.md Signed-off-by: Michael Schaefer <michael.schaefer@sew-eurodrive.de>
-
- 23 Sep, 2019 1 commit
-
-
Matt Farina authored
Updating to newer versions of dependencies
-
- 20 Sep, 2019 1 commit
-
-
Marc Khouzam authored
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
-
- 19 Sep, 2019 1 commit
-
-
Taylor Thomas authored
fix issue when dependency not in cache
-
- 18 Sep, 2019 1 commit
-
-
Matt Farina authored
* This was initiated by new versions from Masterminds * Linting was set to check for the same chart version as the other checks of this were. >0.0.0-0. The -0 is important to pull in prereleases. The latest version of semver Validate now finds errors here properly where some were missed before * 0.0.0 is a valid semantic version. Instead of expecting it to be invalid in the tests to check validation now using an invalid semantic version Signed-off-by: Matt Farina <matt@mattfarina.com>
-
- 16 Sep, 2019 1 commit
-
-
Xiang Dai authored
Signed-off-by: Xiang Dai <764524258@qq.com>
-
- 11 Sep, 2019 2 commits
-
-
Matthew Fisher authored
Grammar tweak
-
Matthew Fisher authored
delete extra space
-
- 10 Sep, 2019 1 commit
-
-
yuxiaobo authored
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
-
- 09 Sep, 2019 1 commit
-
-
Xiang Dai authored
Signed-off-by: Xiang Dai <764524258@qq.com>
-
- 05 Sep, 2019 2 commits
-
-
Matthew Fisher authored
In get script, use specified path to helm binary for helm version check
-
Steven Cipriano authored
Signed-off-by: Steven Cipriano <cipriano@squareup.com>
-
- 03 Sep, 2019 1 commit
-
-
Marc Khouzam authored
* feat(helm): Completion for helm repo remove Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca> * feat(helm): Complete for helm plugin remove/update helm repo remove <TAB> (will select from the names of configured repos) helm plugin remove <TAB> (will select from names of installed plugins) helm plugin update <TAB> (will select from names of installed plugins) Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca> * feat(helm): Completion for helm repo update Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
-
- 02 Sep, 2019 1 commit
-
-
Anton authored
BusyBox sed works the same way as GNU sed Signed-off-by: tipok <me@tipok.pro>
-
- 30 Aug, 2019 3 commits
-
-
Taylor Thomas authored
Use watcher with retries to wait for resources
-
Richard Connon authored
When waiting for resources use the `ListWatchUntil` instead of `UntilWithoutRetry` so that if the connection drops between tiller and the API while waiting the operation can still succeed. Signed-off-by: Richard Connon <richard.connon@oracle.com>
-
yuxiaobo authored
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
-
- 26 Aug, 2019 2 commits
-
-
Taylor Thomas authored
fix typo
-
Gasmi Christophe authored
* Add NetworkPolicy in kind sorter Signed-off-by: Christophe GASMI <rekcah78@gmail.com> * Added NetworkPolicy to sort order test Signed-off-by: Christophe GASMI <rekcah78@gmail.com>
-
- 23 Aug, 2019 3 commits
-
-
Adam Eijdenberg authored
Signed-off-by: Adam Eijdenberg <adam@continusec.com>
-
kamal namdeo authored
Signed-off-by: kamal namdeo <kamal.github@gmail.com>
-
Sakura authored
Signed-off-by: Sakura <longfei.shang@daocloud.io>
-
- 20 Aug, 2019 1 commit
-
-
Matt Farina authored
remove duplicate check
-
- 19 Aug, 2019 1 commit
-
-
Xiang Dai authored
Signed-off-by: Xiang Dai <764524258@qq.com>
-
- 14 Aug, 2019 1 commit
-
-
Taylor Thomas authored
Fix subchart value deletion
-
- 13 Aug, 2019 2 commits
-
-
Matthew Fisher authored
docs(OWNERS): add jdolitsky as a core maintainer
-
Matthew Fisher authored
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
- 10 Aug, 2019 2 commits
-
-
Martin Hickey authored
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
-
Scott Rigby authored
fix(pkg/chartutil): Improve getting LoadBalancer address in NOTES.txt
-
- 09 Aug, 2019 2 commits
-
-
Matthew Fisher authored
fix some log typos in tlsutil_test.go
-
AllenZMC authored
Signed-off-by: czm <zhongming.chang@daocloud.io>
-
- 07 Aug, 2019 1 commit
-
-
Martin Hickey authored
fix mis-spelling in manager.go
-