Commit graph

70 commits

Author SHA1 Message Date
Luis Davim
82ffe56ca6
Reduce template code duplication. Fixes #5372
Signed-off-by: Luis Davim <luis.davim@jet.com>
2019-05-07 12:03:54 -04:00
Luis Davim
4425f86865
Add app.kubernetes.io/version label
Signed-off-by: Luis Davim <luis.davim@jet.com>
2019-05-07 11:59:49 -04:00
Matt Farina
af7eab0325
Updating to the k8s label convention
Closes #4335

Signed-off-by: Matt Farina <matt@mattfarina.com>
2019-05-07 11:26:31 -04:00
Adam Reese
895e9192d4
feat(*): use vanity import helm.sh/helm
Signed-off-by: Adam Reese <adam@reese.io>
2019-03-13 13:43:47 -07:00
Adam Reese
d94707db86
ref(*): remove helmVersion chart constraint
* Remove helmVersion constraint from charts
* Guard compile time set variables behind `internal/`
* Allow configuration of UserAgent for HTTPGetter

Signed-off-by: Adam Reese <adam@reese.io>
2019-01-08 13:37:55 -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
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
29e772f631
ref(*): replace TillerVersion with HelmVersion 2018-04-20 00:37:34 -07:00
xianlubird
4b09b0489b Fix some typo
Signed-off-by: xianlubird <xianlubird@gmail.com>
2018-04-11 20:51:58 +08:00
Chen Zhiwei
363e5bcdf8 Change helm update to helm upgrade 2018-03-06 11:16:49 +08:00
Mueed Chaudhry
4cc95d2c2f update docs to demonstrate best practices in regards to named templates 2018-02-16 19:06:10 -05:00
Jason Murray
d65f8b532f
Typo once/one 2018-02-14 08:47:55 +01:00
Daniel Barker
2a0090c8c7
Disambiguate encoding from secrets 2018-01-26 07:39:53 -06:00
Dennis Benzinger | SAP Hybris
9ad292b3ef
Fix filename 2018-01-12 17:32:27 +01:00
Mitchel Humpherys
e4274c448c docs(chart_template_guide): Fix link
Fix a Glob link floating around with some invalid markdown and an invalid
target.
2017-12-23 15:14:46 -08:00
Taylor Thomas
d6ba39e6f2
Merge pull request #3073 from joanrieu/helmignore-docs
docs(chart): add notes regarding `.helmignore` and `.Files`
2017-10-30 21:23:18 -07:00
Joan Rieu
0af689b489
docs(templates): remove link to changed example 2017-10-30 23:19:16 +01:00
Joan Rieu
171fa2ac46
docs(chart-files): add note about .helmignore 2017-10-29 15:05:43 +01:00
Michael Venezia
8a30b58eee Updating comment indentation
as requested
2017-10-20 09:46:36 -04:00
Michael Venezia
14cd8833ee Adding documentation on $ variable 2017-10-20 09:40:03 -04:00
Edward Medvedev
bbad3c574e Fix a small typo in yaml_techniques.md
Fix a typo: `coffess`.
2017-10-15 20:29:13 +02:00
Scott Rigby
58e8e3b756
Fixes #2888. Clarifies that use of default command should stay DRY 2017-09-01 18:02:52 -04:00
Scott Rigby
8be9bb51de Update documentation for deleting a default key from a values file 2017-07-07 14:32:56 -04:00
Matt Butcher
38a3067170
docs(chart_template_guide): remove discussion of blocks
There are a lot of weird edge cases when using blocks inside of charts,
and we have been telling users to avoid using them for the last six
months. This just removes the documentation about them. It also adds a
warning about why blocks should not be used.
2017-06-06 16:19:52 -06:00
Kent Rancourt
5408b60ad6 minor typo fix 2017-05-16 09:41:01 -04:00
Mario Lamontagne
694402a763 Fix typo in chart guide 2017-03-24 15:23:54 -04:00
Eduardo Baitello
0499e31017 Fix link for chart.md file
The old link is invalid (404)
2017-03-10 09:27:57 -03:00
Eduardo Baitello
6ba9a14db0 Fix link to charts.md file 2017-03-08 16:53:24 -03:00
Fabian Ruff
2cb72f0589 Add docs 2017-03-06 23:19:49 +01:00
Tao Zhou
6888a12f3d docs(wrapping_up): fix broken link to Tips and Tricks 2017-02-27 15:52:40 +08:00
Matt Butcher
078c365677
docs(named_templates): fixed broken template 2017-02-17 10:55:57 -07:00
Matt Butcher
40da879edc Merge pull request #1872 from gosharplite/patch-10
docs(wrapping_up.md): fixed typo
2017-01-26 10:22:24 -07:00
Matt Butcher
cc3c79f228 Merge pull request #1871 from gosharplite/patch-9
docs(debugging.md): fixed typo
2017-01-26 10:21:08 -07:00
Matt Butcher
93ae9610b1 Merge pull request #1870 from gosharplite/patch-8
docs(subcharts_and_globals.md): fixed typo
2017-01-26 10:20:37 -07:00
Matt Butcher
1aafaf84fb Merge pull request #1869 from gosharplite/patch-7
docs(accessing_files.md): fixed typo
2017-01-26 10:19:52 -07:00
Matt Butcher
0e07311dca Merge pull request #1868 from gosharplite/patch-6
docs(control_structures.md): fixed typo
2017-01-26 10:19:02 -07:00
Matt Butcher
6ce099ba77 Merge pull request #1867 from gosharplite/patch-5
Fix typo
2017-01-25 09:54:36 -07:00
Tony Hsu
19579c4ec7 Fix typo 2017-01-25 18:36:37 +08:00
Tony Hsu
74213a5593 Fix typo 2017-01-25 18:19:15 +08:00
Tony Hsu
95ee0bc748 Fix typo 2017-01-25 17:33:41 +08:00
Tony Hsu
70692ecbd4 Fix typo 2017-01-25 15:13:11 +08:00
Tony Hsu
2ce2d3deaa Fix typo 2017-01-25 11:34:35 +08:00
Tony Hsu
c1cb2595a0 Fix typo 2017-01-25 11:32:53 +08:00
Tony Hsu
34a4850dde Fix typo 2017-01-25 10:54:06 +08:00
Matt Butcher
152556f7e8 Merge pull request #1859 from gosharplite/patch-2
fix typo
2017-01-24 12:11:10 -07:00
Tony Hsu
0dfc699dca Fix typo 2017-01-24 16:35:27 +08:00
Tony Hsu
d2a8d944fe fix typo 2017-01-24 16:26:22 +08:00
Matt Butcher
c8af660b18 Merge pull request #1792 from technosophos/feat/1608-capabilities
feat(tiller): add {{.Capabilities}} object
2017-01-10 12:55:04 -07:00