Sebastien Plisson
793ebf16ea
Updated change from requirements.yaml to dependencies field in Chart.yaml
...
Signed-off-by: Sebastien Plisson <sebastien.plisson@gmail.com>
2018-12-20 11:02:22 -08:00
roc
79f88dfc5e
ref(url) update helm's github url ( #4962 )
...
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>
2018-11-28 10:08:38 -08:00
Martin Hickey
82c154e2ae
doc(helm): remove Tiller reference from the docs ( #4788 )
...
* 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>
2018-10-18 10:30:39 -07:00
Matt Butcher
1ce594f410
ref(helm): rename fetch to pull ( #4714 )
...
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
2018-09-28 12:37:57 -06:00
Adam Reese
f012940d9c
ref(*): refactor chart/chartutil
...
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
2018-08-24 11:28:29 -07:00
Matthew Fisher
195d21d5d7
ref(cmd): rename helm delete to helm uninstall
...
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.
2018-06-14 15:46:00 -07:00
Adam Reese
aa859e3f88
feat(*): remove Time, Namespace, and Revision from template functions
...
Removes Time, Namespace, and Revision from being exposed to templates to
make template rendering discrete and repeatable.
2018-05-18 12:09:54 -07:00
Adam Reese
840c489c6b
feat(dep): replace glide with dep
2018-04-23 12:47:02 -07:00
Adam Reese
29e772f631
ref(*): replace TillerVersion with HelmVersion
2018-04-20 00:37:34 -07:00
Adam Reese
5048ed8f5c
docs(generated): remove generated docs
2018-04-16 23:16:43 -07:00
Adam Reese
358746fee6
ref(*): remove HELM_HOST
2018-04-16 23:16:43 -07:00
Matthew Fisher
00afbd7e74
remove optional field from charts and templates
2018-04-11 14:47:33 -07:00
Manuel Rüger
87cd8ce79a
Remove Mercurial build-time dependency
...
Since the only dep (bitbucket.org/ww/goautoneg) that required it is gone in
845e990143 (diff-f16a80eae23d5b298c2652448ec420cfL4)
2018-04-11 18:38:47 +02:00
xianlubird
4b09b0489b
Fix some typo
...
Signed-off-by: xianlubird <xianlubird@gmail.com>
2018-04-11 20:51:58 +08:00
AdamDang
79ffa98ec0
Proper none not in capitals
...
Helm is a proper none, should be written in capitals.
2018-04-10 23:54:19 +08:00
Erik Sundell
3f5e82c832
Typo fix
...
`*/ }}` would cause an error actually, one must use `*/}}` or `*/ -}}`. Not obvious at all.
2018-04-08 23:18:47 +02:00
Taylor Thomas
85282ab864
fix(docs): Add the missing docs
...
Because I was too stupid to regen the docs and flake made it so we
didn't get a reminder
2018-04-06 16:33:38 -07:00
Matthew Fisher
2e309df08f
Merge pull request #3836 from bacongobbler/rename-to-crd
...
rename TPR to CRD
2018-04-06 12:20:34 -07:00
Matthew Fisher
d078caa0d0
Merge pull request #3471 from adshmh/add-set-and-values-options-to-helm-package
...
feat: add --set and --values options to 'helm package'
2018-04-06 09:56:21 -07:00
Stefan Henseler
c6faed101b
Updates readme with choco install command
2018-04-05 23:51:21 +02:00
Taylor Thomas
8fef5aad52
Merge pull request #3794 from AdamDang/patch-2
...
Update rbac.md
2018-04-05 10:15:15 -07:00
Matthew Fisher
f52d0f4f18
rename TPR to CRD
2018-04-05 08:06:47 -07:00
Daryl Walleck
1e7915587f
Fixes typos introduced in #3540 . Closes #3823
2018-04-04 18:43:03 -05:00
Michelle Noorali
e922a873bc
ref(cmd/upgrade): update reuse-values flag descrip
...
helps clarify behavior. See #3655
2018-04-04 16:16:54 -04:00
AdamDang
58ac602365
Typo fix helm->Helm
2018-04-04 07:07:55 +08:00
Matthew Fisher
e794c48c3a
Merge pull request #3540 from flant/hook_recreate_delete_policy
...
Implement before-hook-creation delete policy
2018-04-03 11:09:16 -07:00
AdamDang
026e6b55e5
Update rbac.md
...
In the main text and paragraph title, "Tiller" and "tiller" are both used, It's better use same format.
2018-03-29 23:43:04 +08:00
Matthew Fisher
d32a6ef63b
Merge pull request #3768 from edgarlanting/patch-1
...
Updated kubernetes_distros.md with DC/OS note.
2018-03-28 07:30:34 -07:00
Shredgar
3334309a91
Removed typos (additional plus signs)
...
Removed typos (additional plus signs)
2018-03-28 10:12:56 +02:00
muhongwei
0ba75b6652
fix 'eveything' -> 'everything' ( #3754 )
2018-03-27 13:07:13 -07:00
muhongwei
75387fe318
fix 'mulitenant'->'multitenant' ( #3755 )
2018-03-27 13:06:48 -07:00
Jonathan Hall
6e3a0a1291
Remove outdated note.
2018-03-27 19:56:46 +02:00
Shredgar
52b7abac26
Updated kubernetes_distros.md with DC/OS note.
...
Updated kubernetes_distros.md with a note that Helm is running fine on Kubernetes on DC/OS
2018-03-27 14:52:32 +02:00
AdamDang
31c03a2484
Update tiller_ssl.md
...
"that" is duplicated.
2018-03-25 15:51:57 +08:00
Russell Morrisey
9d0dc294d7
Updated to mention the --purge flag on delete
...
See: https://github.com/kubernetes/helm/issues/2332
2018-03-23 15:43:54 -04:00
Matthew Fisher
62153d10df
Merge pull request #3733 from jstrachan/patch-2
...
add a link to Jenkins X and how it uses helm
2018-03-23 06:53:10 -07:00
James Strachan
6abbee0d44
fixed typo + moved into Helm Included section
2018-03-23 06:33:25 +00:00
fqsghostcloud
bddb6591d4
fix Syntax error
...
fix Syntax error
2018-03-22 23:21:32 +08:00
James Strachan
502db80b26
add a link to Jenkins X and how it uses helm
...
for promoting applications through environments via GitOps
2018-03-22 08:22:09 +00:00
Alexey igrychev
1d4883bf3c
Implement before-hook-creation delete policy
...
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.
2018-03-21 18:13:53 +03:00
Arturo Contreras
a615f80c92
Adding --set-string flag to force string values.
2018-03-20 13:35:42 -06:00
Eyal Ben Moshe
b6335b7dfe
Authentication support for remote charts repositories ( #3206 )
...
Authentication support for remote charts repositories.
2018-03-20 10:56:48 -07:00
Matthew Fisher
87f66af061
Merge pull request #3652 from rajatjindal/history-format
...
add support for output format in json or yaml
2018-03-19 20:02:26 -07:00
Matthew Fisher
b335bfdabf
Merge pull request #3680 from bacongobbler/fix-doc-style
...
add newline after header
2018-03-14 14:55:09 -07:00
Arash Deshmeh
a930eb7ff4
feat: add --set and --values options to 'helm package'
...
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>
2018-03-14 17:20:03 -04:00
Rajat Jindal
333341425a
update documentation as per review feedback
2018-03-14 13:54:06 -07:00
Florian Zysset
3625241025
feat(helm): inspect readme
2018-03-14 18:00:39 +00:00
Matthew Fisher
421499708f
add newline after header
...
Doesn't cahnge the rendered markdown, but it makes the styling consistent with the rest of the docs.
2018-03-14 08:49:16 -07:00
Rajat Jindal
c93ff32f52
make table explicitly default
2018-03-12 11:51:08 -07:00
Rajat Jindal
46ed802750
add support for output format in json or yaml
2018-03-09 18:58:20 -08:00