Pavel Eremeev
bc85db3a19
refactor(*): make "not found" error message user-friendly
...
Signed-off-by: Pavel Eremeev <selslack@users.noreply.github.com>
7 years ago
Matthew Fisher
744cd20eab
Merge pull request #5423 from joelanford/savedir-mkdir-templates
...
pkg/chartutil: fix SaveDir for nested templates directories
7 years ago
Matthew Fisher
87b44dd892
Merge pull request #5189 from pdecat/refactor-init-for-reuse
...
Refactor helm init command for local helm home directory initialization reuse
7 years ago
Matthew Fisher
e75702f813
Merge pull request #5438 from bacongobbler/remove-appveyor
...
remove appveyor
7 years ago
Matthew Fisher
f2a83630ef
remove appveyor
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
7 years ago
Matthew Fisher
412b986422
Merge pull request #5433 from JeLuF/history-max
...
Documentation: Fix "helm init" parameters
7 years ago
Matthew Fisher
ef7b54b0ed
Merge pull request #5426 from tariq1890/up_docker
...
update docker version and golang image version in helm
7 years ago
Adam Reese
0b3a09b2fb
Merge pull request #5425 from VilledeMontreal/fix/zshCompletionDebug
...
Fix debug printouts for zsh completion
7 years ago
Jens Frank
b480badd05
Fix "helm init" parameters
...
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>
7 years ago
tariqibrahim
528dc95521
update docker version and golang image version in helm
...
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
7 years ago
Marc Khouzam
9cc6902875
Must use index 0 for funcstack
...
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>
7 years ago
Marc Khouzam
4fec4b6766
Fix debug printouts for zsh completion
...
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>
7 years ago
Joe Lanford
a9c10fe104
pkg/chartutil: fix SaveDir for nested templates directories
...
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
7 years ago
Matt Butcher
367b6fc121
chore: Update sprig to 2.19.0 ( #5390 )
...
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>
7 years ago
Matthew Fisher
745e772d64
Merge pull request #5092 from jlegrone/feature/delete-policy
...
feat(resource-policy): delete manifests when policy value is delete
7 years ago
Matthew Fisher
2846564cfe
Merge pull request #5416 from bacongobbler/disable-non-master-branhces
...
disable AppVeyor for branches other than master
7 years ago
Matthew Fisher
29264c5765
disable AppVeyor for branches other than master
...
This should disable AppVeyor from running against dev-v3 PRs.
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
7 years ago
Matthew Fisher
3c86f112e2
restore klog flags ( #5411 )
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
7 years ago
Martin Hickey
ea1bd7e163
Update dependency build doc to improve understanding ( #5379 )
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
7 years ago
Patrick Decat
7da53d6e70
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>
7 years ago
Marc Khouzam
c94c00915f
Fix #5046 compatible with MacOS ( #5406 )
...
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
7 years ago
anton
9689b02321
Add --max-history tip and to the quickstart helm init docs ( #5328 )
...
Signed-off-by: 0verc1ocker <anton.ouzounov@gmail.com>
7 years ago
Jacob LeGrone
e06c605b88
docs(resource-policy): explain "delete" policy type
...
Signed-off-by: Jacob LeGrone <git@jacob.work>
7 years ago
Jacob LeGrone
ce4c3f51ad
test(resource-policy): verify behavior of non-standard policy types
...
Signed-off-by: Jacob LeGrone <git@jacob.work>
7 years ago
Jacob LeGrone
55fbed95d5
feat(resource-policy): delete manifests when policy value is delete
...
Signed-off-by: Jacob LeGrone <git@jacob.work>
7 years ago
Nguyen Van Duc
33589472cf
Add .gitignore files for Eclipse ( #5368 )
...
Signed-off-by: vanduc95 <ducnv@vn.fujitsu.com>
7 years ago
Nguyen Quang Huy
63c970c5ce
Fix some typos ( #5352 )
...
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>
7 years ago
Nguyen Hai Truong
42e424bb3b
Insert *~ when using emacs in .gitignore ( #5366 )
...
Ignore temporary files *~ when editting source codes with
emacs.
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
7 years ago
Nguyen Hai Truong
cdc09e54bc
Ignore Unix swap files `*.swp` in .gitignore ( #5364 )
...
Co-Authored-By: Dao Cong Tien tiendc@vn.fujitsu.com
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
7 years ago
tuanvcw
268695813b
Fix typos in various places ( #5360 )
...
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
7 years ago
hnwolf
44eba6d28c
Update incorrect link ( #5359 )
...
Signed-off-by: Nguyen Hung Phuong <phuongnh@vn.fujitsu.com>
7 years ago
Nguyen Hai Truong
d9d2b3ae48
Fix many misspelling words ( #5357 )
...
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>
7 years ago
Matthew Fisher
ead111dd4f
add `make sign` and `make fetch-dist` ( #5329 )
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
7 years ago
Nguyen Hai Truong
fbc89e13d1
The 'Linuxes' is obscure ( #5332 )
...
Using `Linux distributions` instead of `Linuxes`
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
7 years ago
Nguyen Hai Truong
8f91443326
Adding '/usr/bin/env bash' ( #5334 )
...
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>
7 years ago
Matt Farina
e4d0136220
Merge pull request #5333 from truongnh1992/trivial-fix
...
Trivial fix typo
7 years ago
Nguyen Hai Truong
2ca5d2ab9c
trivial fix typo
...
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
7 years ago
Nguyen Hai Truong
d24ba97fae
Correct misspelling of Helm
...
Although it is spelling mistakes, it might make an affects
while reading.
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
7 years ago
Miroslav Spousta
73a17eb599
Fix wording in error message ( #5322 )
...
Signed-off-by: Miroslav Spousta <qiq@ucw.cz>
7 years ago
Matt Farina
a7e1fb7cfc
Merge pull request #5318 from mattfarina/better-dl-error-message
...
Noting the version as the match element
7 years ago
Matt Farina
1f761efbbf
Merge pull request #5320 from mattfarina/release-process-pgp-sign
...
Adding PGP signing to the release process
7 years ago
Matt Farina
1849788ac3
Merge pull request #5319 from mattfarina/display-checksums-in-ci
...
Display the checksums in CI
7 years ago
Marc Jansen
8224e3348e
Symmetrical asterisks ( #5325 )
...
Signed-off-by: Marc Jansen <jansen@terrestris.de>
7 years ago
Matt Farina
d76eebb319
Adding PGP signing to the release process
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
7 years ago
Matt Farina
63d262e5ec
Display the checksums in CI
...
When Helm is packaging up the bundles it generates the checksums
but does not display them. Having them here will aide in the
generation of release notes and provide another source
listing them.
Signed-off-by: Matt Farina <matt@mattfarina.com>
7 years ago
Matt Farina
44782e19b6
Merge pull request #5313 from trungnvfet/fix_http_https
...
Change http to https for security links
7 years ago
Matt Farina
35b7822190
Noting the version as the match element
...
That the match is based on version is implicit. Making it explicit
because I had to think when I saw it.
Signed-off-by: Matt Farina <matt@mattfarina.com>
7 years ago
Alex
9f964c11da
fix: helm display confused error message if version is empty (without quotes) ( #5310 )
...
Signed-off-by: Alex Gladkikh <theshamuel@gmail.com>
7 years ago
Nguyen Van Trung
5464a822cc
Change http to https for security links
...
Signed-off-by: Nguyen Van Trung <trungnv@vn.fujitsu.com>
7 years ago
tuanvcw
c99a3c676a
Update deprecated links in docs ( #5302 )
...
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
7 years ago