- 28 Nov, 2018 1 commit
-
-
roc authored
https://github.com/kubernetes/helm -> https://github.com/helm/helm https://github.com/kubernetes/charts -> https://github.com/helm/charts Signed-off-by:
Roc Chan <roc@imroc.io>
-
- 18 Oct, 2018 1 commit
-
-
Martin Hickey authored
* Remove Tiller reference from the docs Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com> * Update comments after review - https://github.com/helm/helm/pull/4788#discussion_r226037034 - https://github.com/helm/helm/pull/4788#discussion_r226037064 - https://github.com/helm/helm/pull/4788#discussion_r226037806 - https://github.com/helm/helm/pull/4788#discussion_r226038492 - https://github.com/helm/helm/pull/4788#discussion_r226039202 - https://github.com/helm/helm/pull/4788#discussion_r226039894 Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com>
-
- 28 Sep, 2018 1 commit
-
-
Matt Butcher authored
Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
- 24 Aug, 2018 1 commit
-
-
Adam Reese authored
ref(chartutil): move chart loading out of chartutil into new package add chart loader interface to allow lazy loading feat(chart): create chart accessors ref(*): cleanup requirements ref(tiller): remove optional template engines ref(tiller): simplify sorting releases and hooks ref(*): code simplification ref(hapi): move chart package out of hapi ref(chart): add requirements and lock to Chart struct
-
- 14 Jun, 2018 1 commit
-
-
Matthew Fisher authored
To match the convention of `helm install`, `helm uninstall` is the inverse. Other tangential changes in this PR: - StatusDeleting has been changed to StatusUninstalling - StatusDeleted has been changed to StatusUninstalled - `helm list --deleted` has been changed to `helm list --uninstalled` - `helm list --deleting` has been changed to `helm list --uninstalling` - `helm.DeleteOption` and all delete options have been renamed to `helm.UninstallOption` I have not made any changes to the "helm.sh/hook-delete-policy", "pre-delete" and "post-delete" hook annotations because 1. it's a major breaking change to existing helm charts, which we've commited to NOT break in Helm 3 2. there is no "helm.sh/hook-install-policy" to pair with "helm.sh/hook-uninstall-policy", so delete still makes sense here `helm delete` and `helm del` have been added as aliases to `helm uninstall`, so `helm delete` and `helm del` still works as is.
-
- 18 May, 2018 1 commit
-
-
Adam Reese authored
Removes Time, Namespace, and Revision from being exposed to templates to make template rendering discrete and repeatable.
-
- 23 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 20 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 17 Apr, 2018 2 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
- 11 Apr, 2018 3 commits
-
-
Matthew Fisher authored
-
Manuel Rüger authored
Since the only dep (bitbucket.org/ww/goautoneg) that required it is gone in https://github.com/kubernetes/helm/commit/845e99014362983d01179a411ae664b104e6c1f7#diff-f16a80eae23d5b298c2652448ec420cfL4
-
xianlubird authored
Signed-off-by:
xianlubird <xianlubird@gmail.com>
-
- 10 Apr, 2018 1 commit
-
-
AdamDang authored
Helm is a proper none, should be written in capitals.
-
- 08 Apr, 2018 1 commit
-
-
Erik Sundell authored
`*/ }}` would cause an error actually, one must use `*/}}` or `*/ -}}`. Not obvious at all.
-
- 06 Apr, 2018 1 commit
-
-
Taylor Thomas authored
Because I was too stupid to regen the docs and flake made it so we didn't get a reminder
-
- 05 Apr, 2018 2 commits
-
-
Stefan Henseler authored
-
Matthew Fisher authored
-
- 04 Apr, 2018 2 commits
-
-
Daryl Walleck authored
-
Michelle Noorali authored
helps clarify behavior. See #3655
-
- 03 Apr, 2018 1 commit
-
-
AdamDang authored
-
- 29 Mar, 2018 1 commit
-
-
AdamDang authored
In the main text and paragraph title, "Tiller" and "tiller" are both used, It's better use same format.
-
- 28 Mar, 2018 1 commit
-
-
Shredgar authored
Removed typos (additional plus signs)
-
- 27 Mar, 2018 4 commits
-
-
muhongwei authored
-
muhongwei authored
-
Jonathan Hall authored
-
Shredgar authored
Updated kubernetes_distros.md with a note that Helm is running fine on Kubernetes on DC/OS
-
- 25 Mar, 2018 1 commit
-
-
AdamDang authored
"that" is duplicated.
-
- 23 Mar, 2018 2 commits
-
-
-
James Strachan authored
-
- 22 Mar, 2018 2 commits
-
-
fqsghostcloud authored
fix Syntax error
-
James Strachan authored
for promoting applications through environments via GitOps
-
- 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.
-
- 14 Mar, 2018 4 commits
-
-
Arash Deshmeh authored
When 'helm package --set stringsArray' is run, this will set/override values in the packaged chart. 'helm package --values valueFiles' uses one or more value files to achieve the same. Closes #3141 Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com>
-
Rajat Jindal authored
-
Florian Zysset authored
-
Matthew Fisher authored
Doesn't cahnge the rendered markdown, but it makes the styling consistent with the rest of the docs.
-
- 12 Mar, 2018 1 commit
-
-
Rajat Jindal authored
-