Eduardo Baitello
0499e31017
Fix link for chart.md file
...
The old link is invalid (404)
9 years ago
Matt Butcher
df91405cdd
Merge pull request #2086 from luizbafilho/patch-1
...
Including Helm Chart Publisher in related.md
9 years ago
Taylor Thomas
6a319bd8f5
fix(docs): Updates hook documentation for `--wait` flag
...
The behavior of how the `--wait` flag interacts with the hook lifecycle
was not documented. This adds clarification on the lifecycle behavior
with the `--wait` flag.
9 years ago
Luiz Bezerra
4bed6297a0
Update related.md
...
fixing typo
9 years ago
Luiz Bezerra
c33677c352
Update related.md
9 years ago
Eduardo Baitello
6ba9a14db0
Fix link to charts.md file
9 years ago
Taylor Thomas
3b9bb756bc
Merge pull request #2054 from wilkers-steve/fix/req_values
...
feat(helm): add support for required properties
9 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
9 years ago
Matt Butcher
77145657c8
Merge pull request #2072 from technosophos/docs/using-helm-to-deploy
...
docs(related): add "Using Helm to Deploy to Kubernetes"
9 years ago
Matt Butcher
df92425fa9
Merge pull request #2007 from technosophos/docs/1993-chart-best-practices
...
docs(chart_best_practices): create best practices guide
9 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
9 years ago
Adam Stankiewicz
022fcb8139
child charts -> subcharts
9 years ago
Adam Stankiewicz
42f598d813
Clarify inheritance behavior for global variables
9 years ago
Matt Butcher
6a1fca9313
docs(chart_best_practices): create best practices guide
...
This adds a basic Chart Best Practices guide.
Closes #1993
9 years ago
Fabian Ruff
65a33d6ff0
fix checksum example
...
$.Template.basePath already contains "templates/"
9 years ago
Matt Butcher
0b9dce0aa6
docs(related): add "Using Helm to Deploy to Kubernetes"
9 years ago
Fabian Ruff
2cb72f0589
Add docs
9 years ago
Fabian Ruff
a1fae7b419
Change description
9 years ago
Fabian Ruff
9551f553cc
docs(related): Add link to helm-diff plugin
9 years ago
Michelle Noorali
12478308dd
Merge pull request #2034 from Ladicle/docs/add-videos
...
docs(related): add KubeCon 2016 videos
9 years ago
Miguel Ángel Martínez Triviño
7916e65922
docs(related): add Monocular project reference
9 years ago
Ladicle
ae6836a3b8
docs(related): add KubeCon 2016 videos
...
close #2023
9 years ago
Matt Butcher
9c8357ac3c
Merge pull request #2029 from kguthrie/docs/cog-helm
...
docs(related): add cog-helm to 'Additional Tools'
9 years ago
Tao Zhou
6888a12f3d
docs(wrapping_up): fix broken link to Tips and Tricks
9 years ago
Kyle Guthrie
98721776ff
docs(related): add cog-helm to 'Additional Tools'
...
Closes #2018
9 years ago
Adam Hawkins
2780065244
Mention saltside/await in misc related projects
9 years ago
Matt Butcher
16b043b8d5
Merge pull request #1988 from technosophos/docs/1967-helm-repo-index
...
docs(chart_repository): fix bug in code example
9 years ago
Matt Butcher
1113a106cb
Merge pull request #1991 from technosophos/docs/named-template-error
...
docs(named_templates): fixed broken template
9 years ago
Matt Butcher
078c365677
docs(named_templates): fixed broken template
9 years ago
Matt Butcher
393d13af31
docs(chart_repository): fix bug in code example
...
Closes #1967
9 years ago
Matt Butcher
9a661a7d76
Merge branch 'master' into umbrella-chart-related
9 years ago
Matt Butcher
1a2609619d
Merge pull request #1980 from technosophos/docs/new-index
...
docs(index): Move doc index into a separate file.
9 years ago
Jose Aguirre
f410e01123
Adds "Workflow Umbrella Chart" article to related
9 years ago
Matt Butcher
d9173cc9ba
docs(index): Move doc index into a separate file.
...
This removes the full TOC from the README and puts it in an index. This
will help when we begin to autogenerate a website based on
documentation.
9 years ago
Matt Butcher
50cbab37f1
docs(related): add CI/CD docs
...
Closes #1564
9 years ago
Michelle Noorali
318c6f77e6
Merge pull request #1953 from michelleN/testing-docs
...
chore(docs/): document `helm test` feature
9 years ago
Matt Butcher
889902c381
Merge pull request #1917 from jascott1/tags_conds
...
feat(helm): add conditions and tags
9 years ago
Qin Wang
4b6b847b69
fix test chart path change from rebase
...
nit: fix spelling of dependency
9 years ago
Justin Scott
511cbf5f6a
feat(helm): change incorrect list to dict in charts.md example for tags and conditions
9 years ago
Michelle Noorali
e71b07f2ed
chore(docs/): document `helm test` feature
9 years ago
Qin Wang
39a2d5ec29
feat(helm): add local path support for deps in requirements.yaml
...
fix change requests
9 years ago
Justin Scott
8094acba74
helm(feat): remove space from example condition list
9 years ago
Justin Scott
f582144968
feat(helm): add docs section about tags and conditions
9 years ago
Sean Knox
a8c787dce5
docs(related): Add link to croc-hunter video
...
Closes #1894
9 years ago
Matt Butcher
b543190daf
docs(related): add Drone Helm plugin
9 years ago
Michelle Noorali
c7e2d186a5
Merge pull request #1777 from michelleN/feat/1163-chart-testing
...
feat(*): add helm test initial framework
9 years ago
Tao Zhou
f745c9c761
docs(using_helm): fix outdated `helm rollback` example usage in doc
...
Closes #1921
9 years ago
Tao Zhou
d19b6cdd66
docs(install): add doc to use `helm reset` to delete tiller deployment
9 years ago
Matt Butcher
0b1a0ae991
docs(install_faq): document the Docker media type bug
...
Closes #1824
9 years ago
Michelle Noorali
bf9ae52e1c
ref(*): change test hook to be test-success
9 years ago
Michelle Noorali
d46d63a8f7
feat(*): add helm test command mvp
...
* This is a simple mvp which processes a test definition with the
hook annotation for test when you run `helm test [release]`
* helm client cmd, proto def, tiller logic
9 years ago
Matt Butcher
c5d0dc49c4
docs(chart_tips_and_tricks): explain resource-policy.
...
This adds a short explanation of the resource policy annotation.
Closes #1880
9 years ago
Taylor Thomas
e440a36d95
Merge pull request #1820 from thomastaylor312/feat/add_wait
...
feat(*): Add --wait flag
9 years ago
Matt Butcher
40da879edc
Merge pull request #1872 from gosharplite/patch-10
...
docs(wrapping_up.md): fixed typo
9 years ago
Matt Butcher
cc3c79f228
Merge pull request #1871 from gosharplite/patch-9
...
docs(debugging.md): fixed typo
9 years ago
Matt Butcher
93ae9610b1
Merge pull request #1870 from gosharplite/patch-8
...
docs(subcharts_and_globals.md): fixed typo
9 years ago
Matt Butcher
1aafaf84fb
Merge pull request #1869 from gosharplite/patch-7
...
docs(accessing_files.md): fixed typo
9 years ago
Matt Butcher
0e07311dca
Merge pull request #1868 from gosharplite/patch-6
...
docs(control_structures.md): fixed typo
9 years ago
Matt Butcher
6ce099ba77
Merge pull request #1867 from gosharplite/patch-5
...
Fix typo
9 years ago
Matt Butcher
830566a0d8
Merge pull request #1866 from gosharplite/patch-4
...
Fix typo
9 years ago
Matt Butcher
0ff55c9208
Merge pull request #1863 from technosophos/docs/1482-related-projects
...
docs(related): add related projects
9 years ago
Tony Hsu
19579c4ec7
Fix typo
9 years ago
Tony Hsu
74213a5593
Fix typo
9 years ago
Tony Hsu
95ee0bc748
Fix typo
9 years ago
Tony Hsu
70692ecbd4
Fix typo
9 years ago
Tony Hsu
2ce2d3deaa
Fix typo
9 years ago
Tony Hsu
c1cb2595a0
Fix typo
9 years ago
Tony Hsu
34a4850dde
Fix typo
9 years ago
Matt Butcher
9e6b135b5e
docs(related): add related projects
...
Closes #1482
9 years ago
Matt Butcher
70f4f702e3
docs(install): document new upgrade process
...
This documents the new 'helm init --upgrade' flag.
Closes #1704
Closes #1755
9 years ago
Matt Butcher
eb87b71180
Merge pull request #1853 from gosharplite/patch-1
...
Fix typo
9 years ago
Matt Butcher
152556f7e8
Merge pull request #1859 from gosharplite/patch-2
...
fix typo
9 years ago
Tony Hsu
0dfc699dca
Fix typo
9 years ago
Tony Hsu
d2a8d944fe
fix typo
9 years ago
Tony Hsu
829e663990
Fix typo
9 years ago
Taylor Thomas
5b116247b8
Adds documentation for `--wait` and other new command line flags
9 years ago
Matthew Fisher
a263cfb086
fix doc typo
9 years ago
Christoph Blecker
5f981ad96f
Regenerate docs
9 years ago
Ferran Rodenas
bd4fc39950
Allow specifying --set multiple times
9 years ago
Matt Butcher
c8af660b18
Merge pull request #1792 from technosophos/feat/1608-capabilities
...
feat(tiller): add {{.Capabilities}} object
9 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
9 years ago
Christopher Pauley
ab03fad9cc
"spring" should be "sprig"
9 years ago
Christopher Pauley
d91a4ff5f2
clarifying _ files, adding syntax highlighting
9 years ago
Christopher Pauley
329cd3a33f
making precedence explanation less ambiguous
9 years ago
Maciej Kwiek
0a9413beef
Improve `helm status` help text
...
`helm status -h` now shows what kind of information is displayed when
running `helm status`
9 years ago
Matt Butcher
5d4033f4aa
Merge pull request #1774 from philips/fixup-container-linux-docs
...
docs: kubernetes_distros: complete note about socat on Container Linux
9 years ago
Adam Reese
1eeba7a12e
Merge pull request #1763 from dongziming/master
...
Fix typos and spelling errors
9 years ago
Brandon Philips
edbc561759
docs: kubernetes_distros: complete note about socat on Container Linux
...
This fixes two things:
1) CoreOS Linux is now Container Linux https://coreos.com/blog/tectonic-self-driving.html#coreos-linux-is-now-container-linux
2) Provide more technical details on what is going on for users trying
to debug and understand
9 years ago
William Martin Stewart
a091ca90f3
Installation guide link is wrong in install FAQ
...
It links to install.yaml instead of install.md: https://github.com/kubernetes/helm/blob/master/docs/install.md
9 years ago
dongziming
34d7585f1e
Spelling errors and so on.
9 years ago
Christoph Blecker
d41d3b566f
Update OS X references to macOS
9 years ago
Christoph Blecker
11dc26a7ec
Update docs for homebrew formula
9 years ago
Matt Butcher
6789b4334b
docs(install_faq): document tiller panic for auth failure
...
This documents an issue reported in Slack that turned out to be related
to security configuration in Kubernetes.
9 years ago
Matt Butcher
48553d0a3a
Merge pull request #1740 from wilkers-steve/docs/change_trunc_length
...
docs(helm): change `trunc 24` in base charts
9 years ago
Steve Wilkerson
141a401c48
docs(helm): change `trunc 24` in base charts
...
The upper limit for a chart name is 63 characters now instead of
14 or 24 in older versions of Kubernetes. This replaces `trunc 24`
in the example chart provided to `trunc 63` to reflect the new
length available.
Closes #1637
9 years ago
Matt Butcher
79b6c0a7b9
Merge pull request #1735 from technosophos/docs/link-to-go-whitespace
...
docs(chart_template_guide): link to Go template docs
9 years ago
Matt Butcher
5aa405177d
Merge pull request #1737 from v1k0d3n/master
...
chart repo docs: small correction/clarification
9 years ago
Brandon B. Jozsa
82e0d00d2d
clear instructions for gh-pages
9 years ago
Steve Wilkerson
0c8cff47ae
Typo in helm quickstart guide.
...
Fixed a small typo in the quickstart guide. Change 'upgrade' to
'upgraded' to match tense.
9 years ago
Matt Butcher
21d0d6ba5a
docs(chart_template_guide): link to Go template docs
...
This adds a link to the Go template docs regarding whitespace.
9 years ago