- 01 Oct, 2019 3 commits
-
-
Matthew Fisher authored
Skip waiting for paused deployments
-
Taylor Thomas authored
Add Arch Linux, KubeOne and Kubermatic to distro documentation
-
Matthew Fisher authored
v2: feat(comp) Dynamic completion to use same binary as main call
-
- 30 Sep, 2019 5 commits
-
-
Matthew Fisher authored
Replacing 'HTTP' by 'HTTPS' for securing links
-
Matthew Fisher authored
fix(pkg/chartutil): conditions for alias and umrella charts (#3734)
-
Matthew Fisher authored
fixed output leak from template command unit tests
-
Matthew Fisher authored
ref(helm): expose Get for repository file
-
Alexander Sowitzki authored
Signed-off-by: Alexander Sowitzki <alexander@loodse.com>
-
- 27 Sep, 2019 5 commits
-
-
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>
-
Matt Farina authored
Adding MicroK8s to kubernetes_distros.md
-
Matt Farina authored
fixed typo
-
Till Hoffmann authored
Signed-off-by: Till Hoffmann <till.hoffmann@enforge.de>
-
yuxiaobo96 authored
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
-
- 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 4 commits
-
-
Taylor Thomas authored
Use watcher with retries to wait for resources
-
ammarn911 authored
Signed-off-by: ammarn911 <49419471+ammarn911@users.noreply.github.com>
-
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>
-