Matthew Fisher
f1890b1ffa
Merge pull request #6518 from VilledeMontreal/feat-v2/dynCompDifferentHelms
...
v2: feat(comp) Dynamic completion to use same binary as main call
5 years ago
Yusuke Kuoka
926ec0ef5c
fixup! Merge branch 'master' into togglable-tiller-probe-endpoints
...
Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
5 years ago
Matthew Fisher
61be4e65d9
Merge pull request #5345 from longkb/replace_http_by_https
...
Replacing 'HTTP' by 'HTTPS' for securing links
5 years ago
Matthew Fisher
2e871267de
Merge pull request #4783 from derkoe/fix-requirement-condition
...
fix(pkg/chartutil): conditions for alias and umrella charts (#3734 )
5 years ago
Matthew Fisher
17b53fb313
Merge pull request #4084 from adshmh/4082-fix-helm-output-leak-of-template-cmd-unit-tests
...
fixed output leak from template command unit tests
5 years ago
Matthew Fisher
3b51dfbdbc
Merge pull request #3478 from hypnoglow/expose-repofile-get
...
ref(helm): expose Get for repository file
5 years ago
Guangming Wang
18ec75c568
remove repeated line in checklist
...
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
5 years ago
Alexander Sowitzki
ce7880f403
Add Arch Linux, KubeOne and Kubermatic to distro documentation
...
Signed-off-by: Alexander Sowitzki <alexander@loodse.com>
5 years ago
Marc Khouzam
1726142e29
feat(comp) Dynamic completion to use same binary as main call
...
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>
5 years ago
Matt Farina
01f775d03c
Merge pull request #6331 from ammarn911/patch-1
...
Adding MicroK8s to kubernetes_distros.md
5 years ago
Matt Farina
982888ed57
Merge pull request #6514 from shuroc/master
...
fixed typo
5 years ago
Till Hoffmann
8648ccf5d3
fixed typo
...
Signed-off-by: Till Hoffmann <till.hoffmann@enforge.de>
5 years ago
yuxiaobo96
0b229bdd04
Improve the quality of the document ( #6510 )
...
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
5 years ago
Matthew Fisher
e4f0f73921
Merge pull request #5680 from VilledeMontreal/fix/zshFlagBug
...
v2: fix(completion): --flag=val breaks zsh completion
5 years ago
Taylor Thomas
c8f5738442
Merge pull request #6381 from thomastaylor312/ref/cmd_output
...
Ref/cmd output
5 years ago
Matthew Fisher
17359e3f0d
Merge pull request #6499 from yuxiaobo96/helm-update6
...
fix typos
5 years ago
陈谭军
9d8a84ee3d
fix-up typo ( #6501 )
...
Signed-off-by: chentanjun <2799194073@qq.com>
5 years ago
yuxiaobo
58c004bb89
Improve the quality of annotations
...
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
5 years ago
Taylor Thomas
3e5b181a30
ref(cmd): Refactors output flag to reuse more code
...
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>
5 years ago
Taylor Thomas
0a488670ca
Merge pull request #5593 from deschmih/master
...
Flag --output json and yaml added
5 years ago
Michael Schaefer
a52d6de9e1
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>
5 years ago
Matt Farina
7a0bbe16a0
Merge pull request #6457 from mattfarina/update-deps
...
Updating to newer versions of dependencies
5 years ago
Jerome Brette
16cfe346a3
Kubernetes 1.16: Improve upgrade support
...
Tested with versions:
- kubernetes v1.16.0
- kubernetes v1.15.4
- kubernetes v1.14.7
- kubernetes v1.13.11
- kubernetes v1.12.10
Signed-off-by: Jerome Brette <jbrette@gmail.com>
5 years ago
Marc Khouzam
eb838bff3a
Merge branch 'master' into fix/zshFlagBug
...
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Jerome Brette
f127b7d73e
Kubernetes 1.16: Migrate Tiller deployment to apps/v1
...
- Convert Tiller Deployment from extensions/v1betax to apps/v1
- Update installation unit tests
- Add support for helm init --upgrade
Signed-off-by: Jerome Brette <jbrette@gmail.com>
5 years ago
Taylor Thomas
7d9a6509fa
Merge pull request #6258 from daixiang0/fix-stable
...
fix issue when dependency not in cache
5 years ago
Matt Farina
aa4dae0535
Updating to newer versions of dependencies
...
* 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>
5 years ago
Xiang Dai
05d5ff4747
update test
...
Signed-off-by: Xiang Dai <764524258@qq.com>
5 years ago
ConnorBrereton
82ee75e4ca
Updated README to link to install from script instructions.
...
Signed-off-by: ConnorBrereton <breretonconnor@gmail.com>
5 years ago
Matthew Fisher
47ee538590
Merge pull request #6402 from yuxiaobo96/helm-update4
...
Grammar tweak
5 years ago
Matthew Fisher
2914531eed
Merge pull request #6323 from yuxiaobo96/helm-update
...
delete extra space
5 years ago
yuxiaobo
8d8eceec92
Grammar tweak
...
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
5 years ago
Xiang Dai
b49f4269c5
fix issue when dependency is URL
...
Signed-off-by: Xiang Dai <764524258@qq.com>
5 years ago
Matthew Fisher
9608be3e0d
Merge pull request #6367 from bobo333/get-helm-fix
...
In get script, use specified path to helm binary for helm version check
5 years ago
Steven Cipriano
eeff9079b8
In get script, use specified path to helm binary for helm version check
...
Signed-off-by: Steven Cipriano <cipriano@squareup.com>
5 years ago
Marc Khouzam
3ed073b2e0
v2: Dynamic completion for "helm repo" and "helm plugin" ( #6265 )
...
* 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>
5 years ago
Anton
540fe23b69
fix BusyBox sed ( #6327 )
...
BusyBox sed works the same way as GNU sed
Signed-off-by: tipok <me@tipok.pro>
5 years ago
Eduard Laur
7098f06783
Merge remote-tracking branch 'upstream/master'
5 years ago
Taylor Thomas
efc422940c
Merge pull request #6014 from riconnon/retry_watches
...
Use watcher with retries to wait for resources
5 years ago
ammarn911
a584ee9a00
Adding MicroK8s to kubernetes_distros.md
...
Signed-off-by: ammarn911 <49419471+ammarn911@users.noreply.github.com>
5 years ago
Richard Connon
55ccdd040d
Use watcher with retries to wait for resources
...
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>
5 years ago
yuxiaobo
95ec213395
delete extra space
...
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
5 years ago
Taylor Thomas
70af7ba4db
Merge pull request #6271 from 928234269/patch-1
...
fix typo
5 years ago
Gasmi Christophe
256765aa74
Networkpolicy kind sort ( #6266 )
...
* 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>
5 years ago
Adam Eijdenberg
f8f8b5d076
Add test for subchart with null value ( #6146 )
...
Signed-off-by: Adam Eijdenberg <adam@continusec.com>
5 years ago
Ken Sipe
c839363f16
fixes resetting os env after test run
...
Signed-off-by: Ken Sipe <kensipe@gmail.com>
5 years ago
kamal namdeo
aaf24e0658
Fix the developer.md typo ( #6203 )
...
Signed-off-by: kamal namdeo <kamal.github@gmail.com>
5 years ago
Sakura
627283ac74
fix typo
...
Signed-off-by: Sakura <longfei.shang@daocloud.io>
5 years ago
Eduard Laur
74b6279f5f
Fix wrongly displayed markdown
...
Signed-off-by: Eduard Laur <Eduard.Laur@endava.com>
5 years ago
Matt Farina
df5ca23a41
Merge pull request #6234 from daixiang0/remove-duplicate
...
remove duplicate check
5 years ago