Commit graph

273 commits

Author SHA1 Message Date
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.
2017-03-11 09:38:58 -06:00
Matt Butcher
df91405cdd Merge pull request #2086 from luizbafilho/patch-1
Including Helm Chart Publisher in related.md
2017-03-09 14:23:19 -07:00
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.
2017-03-09 13:02:35 -08:00
Luiz Bezerra
4bed6297a0 Update related.md
fixing typo
2017-03-08 23:30:41 -03:00
Luiz Bezerra
c33677c352 Update related.md 2017-03-08 23:03:18 -03:00
Eduardo Baitello
6ba9a14db0 Fix link to charts.md file 2017-03-08 16:53:24 -03:00
Taylor Thomas
3b9bb756bc Merge pull request #2054 from wilkers-steve/fix/req_values
feat(helm): add support for required properties
2017-03-08 11:05:14 -08:00
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
2017-03-08 12:49:23 -06:00
Matt Butcher
77145657c8 Merge pull request #2072 from technosophos/docs/using-helm-to-deploy
docs(related): add "Using Helm to Deploy to Kubernetes"
2017-03-08 11:27:20 -07:00
Matt Butcher
df92425fa9 Merge pull request #2007 from technosophos/docs/1993-chart-best-practices
docs(chart_best_practices): create best practices guide
2017-03-07 16:04:30 -07:00
Adam Stankiewicz
022fcb8139 child charts -> subcharts 2017-03-07 20:25:28 +01:00
Adam Stankiewicz
42f598d813 Clarify inheritance behavior for global variables 2017-03-07 20:23:46 +01:00
Matt Butcher
6a1fca9313
docs(chart_best_practices): create best practices guide
This adds a basic Chart Best Practices guide.

Closes #1993
2017-03-07 12:09:17 -07:00
Fabian Ruff
65a33d6ff0 fix checksum example
$.Template.basePath already contains "templates/"
2017-03-07 10:07:01 +01:00
Matt Butcher
0b9dce0aa6
docs(related): add "Using Helm to Deploy to Kubernetes" 2017-03-06 18:26:33 -07:00
Fabian Ruff
2cb72f0589 Add docs 2017-03-06 23:19:49 +01:00
Fabian Ruff
a1fae7b419 Change description 2017-03-03 10:59:16 +01:00
Fabian Ruff
9551f553cc docs(related): Add link to helm-diff plugin 2017-03-03 10:57:42 +01:00
Michelle Noorali
12478308dd Merge pull request #2034 from Ladicle/docs/add-videos
docs(related): add KubeCon 2016 videos
2017-02-28 13:13:10 -05:00
Miguel Ángel Martínez Triviño
7916e65922 docs(related): add Monocular project reference 2017-02-28 09:23:27 -08:00
Ladicle
ae6836a3b8 docs(related): add KubeCon 2016 videos
close #2023
2017-02-28 12:37:10 +09:00
Matt Butcher
9c8357ac3c Merge pull request #2029 from kguthrie/docs/cog-helm
docs(related): add cog-helm to 'Additional Tools'
2017-02-27 13:58:18 -07:00
Tao Zhou
6888a12f3d docs(wrapping_up): fix broken link to Tips and Tricks 2017-02-27 15:52:40 +08:00
Kyle Guthrie
98721776ff docs(related): add cog-helm to 'Additional Tools'
Closes #2018
2017-02-25 13:24:54 -08:00
Adam Hawkins
2780065244
Mention saltside/await in misc related projects 2017-02-22 18:34:25 +05:30
Matt Butcher
16b043b8d5 Merge pull request #1988 from technosophos/docs/1967-helm-repo-index
docs(chart_repository): fix bug in code example
2017-02-21 10:26:16 -07:00
Matt Butcher
1113a106cb Merge pull request #1991 from technosophos/docs/named-template-error
docs(named_templates): fixed broken template
2017-02-17 11:43:22 -07:00
Matt Butcher
078c365677
docs(named_templates): fixed broken template 2017-02-17 10:55:57 -07:00
Matt Butcher
393d13af31
docs(chart_repository): fix bug in code example
Closes #1967
2017-02-16 16:28:43 -07:00
Matt Butcher
9a661a7d76 Merge branch 'master' into umbrella-chart-related 2017-02-16 16:06:22 -07:00
Matt Butcher
1a2609619d Merge pull request #1980 from technosophos/docs/new-index
docs(index): Move doc index into a separate file.
2017-02-16 16:05:49 -07:00
Jose Aguirre
f410e01123 Adds "Workflow Umbrella Chart" article to related 2017-02-16 13:03:28 -08:00
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.
2017-02-15 16:52:58 -07:00
Matt Butcher
50cbab37f1
docs(related): add CI/CD docs
Closes #1564
2017-02-15 15:04:28 -07:00
Michelle Noorali
318c6f77e6 Merge pull request #1953 from michelleN/testing-docs
chore(docs/): document `helm test` feature
2017-02-13 14:51:36 -08:00
Matt Butcher
889902c381 Merge pull request #1917 from jascott1/tags_conds
feat(helm): add conditions and tags
2017-02-13 15:48:55 -07:00
Qin Wang
4b6b847b69 fix test chart path change from rebase
nit: fix spelling of dependency
2017-02-13 21:58:36 +00:00
Justin Scott
511cbf5f6a feat(helm): change incorrect list to dict in charts.md example for tags and conditions 2017-02-13 13:55:49 -08:00
Michelle Noorali
e71b07f2ed chore(docs/): document helm test feature 2017-02-13 13:53:56 -08:00
Qin Wang
39a2d5ec29 feat(helm): add local path support for deps in requirements.yaml
fix change requests
2017-02-13 21:28:42 +00:00
Justin Scott
8094acba74 helm(feat): remove space from example condition list 2017-02-12 12:44:16 -08:00
Justin Scott
f582144968 feat(helm): add docs section about tags and conditions 2017-02-11 12:56:43 -08:00
Sean Knox
a8c787dce5 docs(related): Add link to croc-hunter video
Closes #1894
2017-02-10 16:39:16 -08:00
Matt Butcher
b543190daf
docs(related): add Drone Helm plugin 2017-02-09 15:50:13 -07:00
Michelle Noorali
c7e2d186a5 Merge pull request #1777 from michelleN/feat/1163-chart-testing
feat(*): add helm test initial framework
2017-02-08 09:28:32 -05:00
Tao Zhou
f745c9c761 docs(using_helm): fix outdated helm rollback example usage in doc
Closes #1921
2017-02-07 08:38:59 +08:00
Tao Zhou
d19b6cdd66 docs(install): add doc to use helm reset to delete tiller deployment 2017-02-07 08:14:11 +08:00
Matt Butcher
0b1a0ae991
docs(install_faq): document the Docker media type bug
Closes #1824
2017-02-02 14:48:16 -07:00
Michelle Noorali
bf9ae52e1c ref(*): change test hook to be test-success 2017-02-02 12:23:52 -05:00
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
2017-01-31 20:57:27 -05:00