- 18 Mar, 2019 1 commit
-
-
tariqibrahim authored
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
-
- 12 Mar, 2019 7 commits
-
-
Matthew Fisher authored
pkg/chartutil: fix SaveDir for nested templates directories
-
Matthew Fisher authored
Refactor helm init command for local helm home directory initialization reuse
-
Matthew Fisher authored
remove appveyor
-
Matthew Fisher authored
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
Matthew Fisher authored
Documentation: Fix "helm init" parameters
-
Matthew Fisher authored
update docker version and golang image version in helm
-
Adam Reese authored
Fix debug printouts for zsh completion
-
- 11 Mar, 2019 1 commit
-
-
Jens Frank authored
In the quickstart guide, --max-history is recommended as parameter for helm init. The actual name of the parameter is --history-max. Signed-off-by: Jens Frank <jf@mormo.org>
-
- 10 Mar, 2019 3 commits
-
-
tariqibrahim authored
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
-
Marc Khouzam authored
Normally zsh arrays start at index 1 but when emulating other shells this may change. During completion, we run the command emulate -L sh which affects the indexing of zsh arrays to make it start at 0. Consequently, when replacing FUNCNAME by funcstack, we should not change the index. Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
-
Marc Khouzam authored
Cobra provides some out-of-the-box debugging for bash completion. To use it, one must set the variable BASH_COMP_DEBUG_FILE to some file where the debug output will be written. Many of the debug printouts indicate the current method name; they do so by using bash's ${FUNCNAME[0]} variable. This variable is different in zsh. To obtain the current method name in zsh we must use ${funcstack[1]}. This commit adds the proper sed modification to convert from bash to zsh. Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
-
- 08 Mar, 2019 1 commit
-
-
Joe Lanford authored
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
-
- 07 Mar, 2019 5 commits
-
-
Matt Butcher authored
Update to the latest Sprig version, which is a reversion of some of the functions added in 2.18. Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
-
Matthew Fisher authored
feat(resource-policy): delete manifests when policy value is delete
-
Matthew Fisher authored
disable AppVeyor for branches other than master
-
Matthew Fisher authored
This should disable AppVeyor from running against dev-v3 PRs. Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
Matthew Fisher authored
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
- 06 Mar, 2019 2 commits
-
-
Martin Hickey authored
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
-
Patrick Decat authored
Refactor helm init command for reuse, allowing other programs to initialize local helm home directory without shelling out to the helm binary Signed-off-by: Patrick Decat <pdecat@gmail.com>
-
- 05 Mar, 2019 1 commit
-
-
Marc Khouzam authored
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
-
- 04 Mar, 2019 4 commits
-
-
anton authored
Signed-off-by: 0verc1ocker <anton.ouzounov@gmail.com>
-
Jacob LeGrone authored
Signed-off-by: Jacob LeGrone <git@jacob.work>
-
Jacob LeGrone authored
Signed-off-by: Jacob LeGrone <git@jacob.work>
-
Jacob LeGrone authored
Signed-off-by: Jacob LeGrone <git@jacob.work>
-
- 27 Feb, 2019 3 commits
-
-
Nguyen Van Duc authored
Signed-off-by: vanduc95 <ducnv@vn.fujitsu.com>
-
Nguyen Quang Huy authored
Correct some words spelling for reading more easily. Signed-off-by: Nguyen Quang Huy <huynq0911@gmail.com> Co-Authored-By: Nguyen Van Trung <trungnvfet@outlook.com>
-
Nguyen Hai Truong authored
Ignore temporary files *~ when editting source codes with emacs. Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
-
- 26 Feb, 2019 4 commits
-
-
Nguyen Hai Truong authored
Co-Authored-By: Dao Cong Tien tiendc@vn.fujitsu.com Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
-
tuanvcw authored
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
-
hnwolf authored
Signed-off-by: Nguyen Hung Phuong <phuongnh@vn.fujitsu.com>
-
Nguyen Hai Truong authored
Although it is spelling mistakes, it might make an affects while reading. Co-Authored-By: Dao Cong Tien tiendc@vn.fujitsu.com Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
-
- 20 Feb, 2019 6 commits
-
-
Matthew Fisher authored
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
Nguyen Hai Truong authored
Using `Linux distributions` instead of `Linuxes` Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
-
Nguyen Hai Truong authored
This commit aims to add '/usr/bin/env bash' as a shebang line to indicates scripts use bash shell for interpreting. Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
-
Matt Farina authored
Trivial fix typo
-
Nguyen Hai Truong authored
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
-
Nguyen Hai Truong authored
Although it is spelling mistakes, it might make an affects while reading. Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
-
- 19 Feb, 2019 2 commits
-
-
Miroslav Spousta authored
Signed-off-by: Miroslav Spousta <qiq@ucw.cz>
-
Matt Farina authored
Noting the version as the match element
-