Martin Hickey
b5f04eec04
Update the docs
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
6 years ago
Adam Reese
28d8c7b277
ref(*): remove references to chart 'engine'
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Adam Reese
dee2a1a000
Merge pull request #5091 from splisson/doc5083
...
Doc: Update docs with the merged Chart.yaml and requirements.yaml fixes #5083
6 years ago
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>
6 years ago
Sebastien Plisson
793ebf16ea
Updated change from requirements.yaml to dependencies field in Chart.yaml
...
Signed-off-by: Sebastien Plisson <sebastien.plisson@gmail.com>
6 years ago
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>
6 years ago
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>
6 years ago
Matt Butcher
1ce594f410
ref(helm): rename fetch to pull ( #4714 )
...
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
6 years ago
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.
7 years ago
Adam Reese
29e772f631
ref(*): replace TillerVersion with HelmVersion
7 years ago
Matthew Fisher
00afbd7e74
remove optional field from charts and templates
7 years ago
xianlubird
4b09b0489b
Fix some typo
...
Signed-off-by: xianlubird <xianlubird@gmail.com>
7 years ago
Matthew Fisher
89b8312c48
Merge pull request #3502 from yanc0/typo-occurences-charts.md
...
fix occurences typo in charts.md
7 years ago
Lukas Eichler
a78336ad35
docs(helm): Added kubeVersion to documentation.
...
docs(helm): Added kubeVersion to documentation and examples.
Adjusted wording for the Chart.kubeVersion description
Removing redundant wording for Chart.kubeVersion description
7 years ago
Yann Coleu
50cba63c5c
fix occurences typo in charts.md
7 years ago
Justin Scott
460dbe937e
Merge pull request #3391 from jstriebel/patch-1
...
minor docs change: change child-parent title & links to fix links
7 years ago
Jonas Fonseca
782b394e97
Fix subchart2 example tag
7 years ago
lihuangzym
f953b2be2d
fix doc spell check
7 years ago
jonathan.striebel
d77a60a462
change child-parent title & links to fix links
7 years ago
Matthew Fisher
14c7be1f92
Merge pull request #3288 from bradbeam/starter
...
feat Making starter templates more versatile
7 years ago
Pure White
270969117c
fix a typo
7 years ago
Matthew Fisher
b3cc17b770
add missing parentheses
7 years ago
Brad Beam
8e0eface2c
Making starter templates more versatile
...
This adds support for changing '<CHARTNAME>'
occurances in starter chart to the destination
chart name
7 years ago
Mark Gibaud
335ea3c6ac
correct typo
7 years ago
Taylor Thomas
d6ba39e6f2
Merge pull request #3073 from joanrieu/helmignore-docs
...
docs(chart): add notes regarding `.helmignore` and `.Files`
7 years ago
Adam Reese
fa49e5e92d
Merge pull request #3060 from mattfarina/feat/maintainer-url
...
feat(chart): Adding maintainer url
7 years ago
Joan Rieu
c27333fd4c
docs(chart): add note about `.helmignore` for `.Files`
7 years ago
Taylor Thomas
a5019d1a0a
Merge pull request #3064 from neil-ca-moore/dependencies-installation-doc
...
Dependencies installation doc
7 years ago
Neil Moore
7888f54adb
Update charts.md
7 years ago
Neil Moore
bff5261715
Update charts.md
7 years ago
Matt Farina
22e5381251
feat(chart): Adding maintainer url
...
Each maintainer can have an optional URL. There are seceral use
cases for providing a URL instead of an email address:
- The case where a maintainer wants to hide their email address
behind a webform for personal security
- When the maintainer is an organization and feedback should
go to an issue queue
This change:
- Adds the proto field for url
- Updates the generated files for the chart proto
- Includes linting for the url
- Updates the docs to include the url
Closes #3056
7 years ago
Jacob Tomlinson
e16a835bed
Add clarification to resolve #3046
...
There must be at least one subchart or template file, therefore the `charts` and `templates` directories are not strictly optional.
7 years ago
Dan O'Brien
3896c343c2
updated pullpolicy example
...
Unsupported value: "alwaysPull": supported values: Always, IfNotPresent, Never
7 years ago
Laurens Vanderhoven
d1ee8d4ce6
Add requirements.yaml to Charts file structure
7 years ago
Miguel David
b95866bd67
Fixing typos in requirements.yaml part
7 years ago
Taylor Thomas
6931a2387d
Merge pull request #2629 from gmile/patch-1
...
Reduce indent in code block
7 years ago
Santiago Suarez Ordoñez
4c58fb0443
removing redundant content after reorg
7 years ago
Eugene Pirogov
0104bce792
Add syntax highlighting
7 years ago
Eugene Pirogov
5a892efcf8
Reduce indent in code block
7 years ago
Santiago Suarez Ordoñez
731df0a154
charts.md updates
...
Updating docs to prioritize `requirements.yaml` over `charts/` directory.
As `requirements.yaml` is the recommended strategy, let's document that first to make sure no one jumps the gun and goes ahead to implement manual deps via `charts/` just because they didn't read the whole section.
7 years ago
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