Sushil Kumar
0afcd0b5f6
Updated docs to refer new requirements.yaml structure
8 years ago
Taylor Thomas
7dd6eb22f7
Merge pull request #2486 from sushilkm/issues/2383
...
Adds alias for dependencies
8 years ago
Justin Scott
7c7646cce2
fix(docs): Remove "no nested globals allowed"
...
Remove incorrect statements in charts.md about nested globals not being allowed.
8 years ago
Sushil Kumar
351dfea53b
Added a note about alias in documentation
8 years ago
Matt Butcher
e4e0e32064
feat(tiller): support version constraint on chart
...
This provides the Chart.yaml field `tillerVersion`, which is a semver
range. It allows users to choose to constrain a chart to a specific
version.
The reason for this is that we keep introducing new template functions,
but we have no way of saying "this chart will only work with Tiller
newer than...".
The check on version is _only_ done on Tiller. The client does not check
at all, since it does not do any template expansion on its own.
8 years ago
Justin Scott
3bf143f052
Fix codefences and nits in charts.md. Correct whitespace in charts. Add clarity to description of ImportValues requirements field.
8 years ago
Justin Scott
1a8e728ed9
Update docs with details about exports
8 years ago
Justin Scott
7ea4d8c7c4
Refactor so parent's values win
8 years ago
Adnan Abdulhussein
8210dc7883
feat(proto): add deprecated field
8 years ago
Matt Butcher
3844b53bbb
Merge pull request #2104 from bdurette/wordpress-typo
...
Change example to use the trademarked WordPress instead of Wordpress.
8 years ago
Matt Butcher
785a1df52b
Merge pull request #2077 from technosophos/feat/2036-appVersion
...
feat(proto): add appVersion field
8 years ago
Brandon DuRette
838ccd368c
Change example to use the trademarked WordPress instead of Wordpress.
...
The WordPress community and especially the WordPress foundation
strongly prefer the use of WordPress, with the capital P.
8 years ago
Steve Wilkerson
79a3db0a63
feat(helm): add support for required properties
...
Adds the `required` function in enginge.go to support required
properties in values.yml. When a chart developer wishes to specify
intent in requiring a value, they can use this function to declare
an error message that gets returned when chart rendering fails
when a required value is not present in values.yml.
Closes #1580
8 years ago
Matt Butcher
396f6cbcb2
feat(proto): add appVersion field
...
This provides a simple field to expose the version of the application
contained in a chart.
Closes #2036
8 years ago
Adam Stankiewicz
022fcb8139
child charts -> subcharts
8 years ago
Adam Stankiewicz
42f598d813
Clarify inheritance behavior for global variables
8 years ago
Justin Scott
511cbf5f6a
feat(helm): change incorrect list to dict in charts.md example for tags and conditions
8 years ago
Justin Scott
8094acba74
helm(feat): remove space from example condition list
8 years ago
Justin Scott
f582144968
feat(helm): add docs section about tags and conditions
8 years ago
Matt Butcher
cb0a6c7e07
feat(tiller): add {{.Capabilities}} object
...
This adds the {{.Capabilities}} object to the template variables so that
chart authors can write charts that are aware of teh Kubernetes
capabilities of the current cluster.
Closes #1608
8 years ago
dongziming
34d7585f1e
Spelling errors and so on.
8 years ago
Matt Butcher
b2d762af48
feat(tiller): add .Release.IsInstall
8 years ago
Matt Butcher
de7c5e5a38
feat(tiller): Add .Release.Revision and .IsUpgrade
...
New properties are available to template developers.
Closes #1554
8 years ago
Matt Butcher
784a339627
feat(helm): support 'helm create --pack=mypack'
...
This adds support for packs, pre-configured chart patterns that can be
used to quickly create a custom layout for your new chart.
8 years ago
joe2far
eba74bec6c
docs(*) fix typos in docs
8 years ago
Matt Butcher
627c59d148
docs(*): refresh docs
...
This refreshes docs, as discussed in #719 , and adds a few new sections
to the docs.
Closes #719
8 years ago
Matt Butcher
2388e71528
fix(helm): ignore dotfiles in charts/ directories
...
This causes 'helm dep [up|install]' to ignore files in charts/ that
start with either a dot or an underscore. It also changes the
chartloader to ignore those files.
Also, if a 'helm dep up' does not find a charts/ directory, it creates
one.
Closes #1342
8 years ago
Matt Butcher
990dc37fc1
Merge pull request #1296 from javiercr/patch-1
...
Fix typo in chart docs
8 years ago
Javier Cuevas
7fa5f3155a
Fix docs regarding .Files.GetString and .Files.GetBytes
...
After #1021 ` .Files.GetString` does not exist any more.
8 years ago
Javier Cuevas
e8f1bf4770
Fix typo in chart docs
...
The name for the default values file is `values.yaml` and not `.values.yaml`.
8 years ago
Matt Butcher
6da5bc5cee
docs(charts): fix charts docs to reflect current template practices
...
Closes #1241
8 years ago
Matt Butcher
a5921faf99
feat(chartutils): add support for requirements.yaml
8 years ago
Matt Butcher
a46a033de4
feat(chart): support 'image:URL' in charts.
...
Closes #1034
8 years ago
Ville Aikas
c30a553bc1
Merge pull request #1069 from prydonius/add-notes-to-spec
...
docs(notes.txt): Add NOTES.txt to Chart spec, and describe chart documentation files
8 years ago
Adnan Abdulhussein
5bc96ef0b9
docs(notes.txt): move NOTES.txt to templates/NOTES.txt
8 years ago
Travis Cline
01529001ca
simplify example container names
...
This encourages people from making container names depend on release
names.
8 years ago
Adnan Abdulhussein
9b58f1018b
docs(notes.txt): Add NOTES.txt to Chart spec, and describe chart documentation
8 years ago
Matt Butcher
64831314a7
docs(charts): describe {{.Files}}
8 years ago
Matt Butcher
9e8318fe59
docs(charts): explain hook resource lifecycle
...
This explains how a hook resource is not managed as part of the release
lifecycle.
Closes #960
8 years ago
Matt Butcher
f171d30379
Merge pull request #942 from technosophos/docs/938-hooks
...
docs(charts): add documentation for hooks.
8 years ago
Matt Butcher
a21029a804
docs(charts): add documentation for hooks.
...
Closes #938
8 years ago
Michael Stapelberg
561e420659
Add reference to text/template Go package doc
...
…since people might not be familiar with Go templates.
8 years ago
Keerthan Mala
988bb02991
docs(helm):correct the documentation for the global values usage
8 years ago
Miguel Ángel Martínez Triviño
ce0f474eb0
Update charts.md
8 years ago
Seigo Uchida
d474d98a8f
Fix typo
8 years ago
Matt Butcher
60f5341b91
feat(chartutil): support global variables
...
This provides support for "global" variables. It does this by
declaring "global" to be a special namespace. It then copies this
namespace into every subchart, coalescing it into any "global"
namespace found there.
The net result is that if "global.foo" is set in the YAML file, it
will be available to every chart/subchart as ".global.foo" regardless of
where that chart is in the subchart tree.
9 years ago
Matt Butcher
d323e6aa5e
fix(docs): mark templates and charts directories optional
...
Closes #797
9 years ago
Matt Butcher
9ca8c27e16
fix(*): change TOML to YAML
9 years ago
Miguel Martinez
12474146e5
Fix(charts.md) filename typo
9 years ago
Naveen
cff41a4651
Updated charts.md
...
Updated the link which was dead pointing to `https://github.com/deis/charts `
9 years ago