- 14 Mar, 2018 6 commits
-
-
Florian Zysset authored
-
Matthew Fisher authored
bump version to v2.8.2
-
Matthew Fisher authored
Fix the unit tests to avoid leaving behind 'helm_home*' temporary directories during build
-
Matthew Fisher authored
refactor helm version command tests to remove duplication.
-
Arash Deshmeh authored
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
-
Taylor Thomas authored
Recover from a tiller pod crash caused due to errors in values.yaml
-
- 13 Mar, 2018 6 commits
-
-
Matthew Fisher authored
Refactor helm status command tests to remove duplication
-
Matt Butcher authored
Cleaned up the owners file, adding the emeritus section and removing an account that was not a core maintainer.
-
Matthew Fisher authored
remove "This Repository" link from releases page
-
Matthew Fisher authored
-
scriptonist authored
-
Taylor Thomas authored
Fix duplicate test code in helm history command
-
- 12 Mar, 2018 2 commits
-
-
Arash Deshmeh authored
fix(helm) refactor helm status command tests to use releaseCase struct and the corresponding function runReleaseCases. Fixes #3659 Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
-
Taylor Thomas authored
Accept .yml files as well as .yaml for templates.
-
- 10 Mar, 2018 4 commits
-
-
Arash Deshmeh authored
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
-
Taylor Thomas authored
fix typo in docs and fake
-
Taylor Thomas authored
Respect http proxy settings when using custom Transport
-
Taylor Thomas authored
Remove duplicate test code from cmd/helm/list_test.go
-
- 09 Mar, 2018 8 commits
-
-
Matthew Fisher authored
(cherry picked from commit a8023164)
-
Matthew Fisher authored
replace FAILED deployments with `helm upgrade --install --force`
-
Nic Doye authored
See https://github.com/helm/helm-classic/pull/306 for helm classic and https://kubernetes.slack.com/archives/C51E88VDG/p1520588964000061
-
Taylor Thomas authored
Relative home path part1
-
scriptonist authored
-
Matthew Fisher authored
Add helm-unittest plugins in related
-
Rajat Jindal authored
-
Patrick Liu authored
-
- 08 Mar, 2018 9 commits
-
-
Matthew Fisher authored
When using `helm upgrade --install`, if the first release fails, Helm will respond with an error saying that it cannot upgrade from an unknown state. With this feature, `helm upgrade --install --force` automates the same process as `helm delete && helm install --replace`. It will mark the previous release as DELETED, delete any existing resources inside Kubernetes, then replace it as if it was a fresh install. It will then mark the FAILED release as SUPERSEDED.
-
Matthew Fisher authored
replace PingTiller APIs with the gPRC health check API
-
Matthew Fisher authored
k8s.io/kubernetes bumped protobuf to 1643683e1b54a9e88ad26d98f81400c8c9d9f4f9
-
Matthew Fisher authored
-
Arash Deshmeh authored
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
-
Greg Burton authored
-
Matthew Fisher authored
fix kubeVersion example
-
Matthew Fisher authored
bump go to 1.10
-
Taylor Thomas authored
fix(helm): Don't crash in search if upper case chars are encountered
-
- 07 Mar, 2018 1 commit
-
-
Matthew Fisher authored
-
- 06 Mar, 2018 4 commits
-
-
Matthew Fisher authored
-
Matthew Fisher authored
Fixed bad link to Issues page
-
bryangunn authored
The link to the issues page was giving a 404 due to a malformed URL.
-
Arash Deshmeh authored
that leave behind temporary helm home directories during build. With this fix, the build process no longer leaves behind 'helm_home-*' temp directories. Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
-