- 03 Oct, 2019 7 commits
-
-
Matthew Fisher authored
feat: tiller probing endpoints can be disabled
-
Matthew Fisher authored
Preserve file permissions from tarball during plugin install
-
Matt Farina authored
add AppVersion column to the history command
-
Matthew Fisher authored
Add documentation to helm search --regexp (#3927)
-
Matt Farina authored
-
Matthew Fisher authored
Wait for ingress host to be ready
-
Martin Hickey authored
Adds a link in docs to the IBM Cloud Container Service (IKS) Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
-
- 02 Oct, 2019 2 commits
-
-
Matthew Fisher authored
Fix for missing $root
-
Abejide Femi authored
Signed-off-by: abejidefemi1@gmail.com <abejidefemi1@gmail.com>
-
- 01 Oct, 2019 5 commits
-
-
Matthew Fisher authored
Helm init compatible with Kubernetes 1.16
-
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
-
Yusuke Kuoka authored
Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
-
- 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 3 commits
-
-
Jerome Brette authored
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>
-
Marc Khouzam authored
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
-
Jerome Brette authored
- 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>
-
- 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 1 commit
-
-
Matthew Fisher authored
Grammar tweak
-