- 17 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 16 Apr, 2018 2 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
- 13 Apr, 2018 3 commits
-
-
Adam Reese authored
-
Adam Reese authored
TODO reimplement any paging
-
Adam Reese authored
-
- 12 Apr, 2018 4 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
- 11 Apr, 2018 1 commit
-
-
eyalbe4 authored
-
- 09 Apr, 2018 1 commit
-
-
Arash Deshmeh authored
Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com>
-
- 07 Apr, 2018 1 commit
-
-
AdamDang authored
typo fix get->Get's
-
- 06 Apr, 2018 2 commits
-
-
Steffen Windoffer authored
-
AdamDang authored
outout->output Get's->get the the->the
-
- 05 Apr, 2018 3 commits
-
-
Erik Sundell authored
-
Erik Sundell authored
`toYaml` was introducing a new line. It is an issue since the new line is part of a functions output, it can't be whitespace chomped away so it would require a `trimSuffix "\n"` pipe. This commit trims one trailing `\n` from the toYaml output.
-
Erik Sundell authored
`toYaml` utilized by `.Files` was introducing a new line. It is an issue since the new line is part of a functions output, it can't be whitespace chomped away so it would require a `trimSuffix "\n"` pipe. This commit trims one trailing `\n` from the toYaml output.
-
- 04 Apr, 2018 3 commits
-
-
Michelle Noorali authored
-
Michelle Noorali authored
Resolves #3655 We were seeing that when running helm upgrade with the reuse-values flag enabled that you could end up in the position where overrides a.k.a computed values from previous revisions were not being saved on the updated revision. This left us in a weird position where some computed values would disappear mysteriously in the abyss. That happened because computed values from previous revisions weren't merged with the new computed values every time the reuse-values flag was used. This PR merges computed values from the previous revisions so you don't end up in that kind of conundrum.
-
Stuart Leeks authored
-
- 03 Apr, 2018 2 commits
-
-
Zack Williams authored
-
Timofey Kirillov authored
Cover hook-succeeded, hook-failed and before-hook-creation hook delete policies.
-
- 02 Apr, 2018 1 commit
-
-
fibonacci1729 authored
-
- 28 Mar, 2018 1 commit
-
-
fibonacci1729 authored
-
- 27 Mar, 2018 2 commits
-
-
adshmh authored
* fix(helm): fix golint warning due to ApiVersionV1 constant name Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com> * fix(helm): fix golint warning due to ResolveChartVersionAndGetRepo comment Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com> * fix(helm): fix golint warnings on HttpGetter type and SetCredentials method missing a comment Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com> * fix(helm):fix golint warning due to comment on FindChartInAuthRepoURL function Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com> * fix(helm): fix golint warning due to RepoFile type name Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com> * fix(helm): fix golint warning due to ParseString comment Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com>
-
Adam Reese authored
-
- 21 Mar, 2018 1 commit
-
-
Alexey igrychev authored
Existing helm.sh/hook-delete-policy annotation variables (hook-failed, hook-succeeded) do not allow to leave failed jobs for debugging without blocking the next job launching: every failed job must be deleted manually before the next related release is launching (installing, updating or rolling back). New policy, before-hook-creation, removes the hook from previous release if there is one before the new hook is launched and can be used with another variable.
-
- 20 Mar, 2018 2 commits
-
-
Arturo Contreras authored
-
Eyal Ben Moshe authored
Authentication support for remote charts repositories.
-
- 19 Mar, 2018 1 commit
-
-
Arash Deshmeh authored
Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com>
-
- 13 Mar, 2018 1 commit
-
-
scriptonist authored
-
- 12 Mar, 2018 1 commit
-
-
Matthew Fisher authored
When Helm v2.8.2 was released, we made a change to the default connection timeout by supplying a value passed from pkg/helm/environment. This broke support for third party clients relying on pkg/helm because now the default connection timeout is zero. Adding a default 5 second timeout back retains old behaviour, while not breaking backwards compatibility because the connection timeout can still be configured.
-
- 09 Mar, 2018 3 commits
-
-
Nic Doye authored
See https://github.com/helm/helm-classic/pull/306 for helm classic and https://kubernetes.slack.com/archives/C51E88VDG/p1520588964000061
-
scriptonist authored
-
Rajat Jindal authored
-
- 08 Mar, 2018 4 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
k8s.io/kubernetes bumped protobuf to 1643683e1b54a9e88ad26d98f81400c8c9d9f4f9
-
Matthew Fisher authored
-
Greg Burton authored
-