- 18 Apr, 2017 1 commit
-
-
Shane Starcher authored
-
- 16 Apr, 2017 1 commit
-
-
Gergo Huszty authored
It is now possible to create plugins with chart download capabilities for custom, non-http protocols. Furthermore it is possible to reuse helm packages to implement alternative clients with these custom downloader functions.
-
- 13 Apr, 2017 1 commit
-
-
Sushil Kumar authored
-
- 12 Apr, 2017 3 commits
-
-
Matthew Fisher authored
A lot of community members are looking at `helm serve` as a production webserver to host their charts. There are much better solutions out there like s3, wabs or gcs for cloud storage and nginx, haproxy or apache for DIY dedicated web servers. Steering users in the right direction will help users make the right decision when it comes to serving their charts in production.
-
Adam Reese authored
-
Christoph Blecker authored
-
- 10 Apr, 2017 1 commit
-
-
Dan Bode authored
Added a note that helm needs to be in a specific directory path in order for it to be compiled.
-
- 07 Apr, 2017 1 commit
-
-
Matt Butcher authored
-
- 06 Apr, 2017 2 commits
-
-
Matt Butcher authored
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.
-
Jimmy Zelinskie authored
-
- 04 Apr, 2017 1 commit
-
-
Kiichiro Okano authored
Trigger deployment as success when new replicaSet has reached minimum you need which is number of replicas minus maxUnavailable
-
- 03 Apr, 2017 2 commits
-
-
Jonathan Chauncey authored
-
Qin Wang authored
support repo alias in requirements.yaml The syntax should be like: "alias:reponame" or "@reponame". closes: #1985
-
- 31 Mar, 2017 3 commits
-
-
Justin Scott authored
Fix codefences and nits in charts.md. Correct whitespace in charts. Add clarity to description of ImportValues requirements field.
-
Justin Scott authored
-
Justin Scott authored
-
- 27 Mar, 2017 1 commit
-
-
Adam Reese authored
-
- 24 Mar, 2017 3 commits
-
-
Mario Lamontagne authored
-
Jonathan Chauncey authored
-
Matt Butcher authored
Slightly reorganized and retitled to be accurate.
-
- 23 Mar, 2017 1 commit
-
-
Derek Perkins authored
-
- 17 Mar, 2017 1 commit
-
-
Matt Butcher authored
Closes #2097
-
- 16 Mar, 2017 1 commit
-
-
Matthew Fisher authored
-
- 14 Mar, 2017 1 commit
-
-
Adnan Abdulhussein authored
-
- 13 Mar, 2017 1 commit
-
-
Jack Zampolin authored
-
- 12 Mar, 2017 1 commit
-
-
Christoph Blecker authored
-
- 11 Mar, 2017 1 commit
-
-
Brandon DuRette authored
The WordPress community and especially the WordPress foundation strongly prefer the use of WordPress, with the capital P.
-
- 10 Mar, 2017 1 commit
-
-
Eduardo Baitello authored
The old link is invalid (404)
-
- 09 Mar, 2017 3 commits
-
-
Taylor Thomas authored
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.
-
Luiz Bezerra authored
fixing typo
-
Luiz Bezerra authored
-
- 08 Mar, 2017 2 commits
-
-
Eduardo Baitello authored
-
Steve Wilkerson authored
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
-
- 07 Mar, 2017 6 commits
-
-
Matt Butcher authored
This provides a simple field to expose the version of the application contained in a chart. Closes #2036
-
Adam Stankiewicz authored
-
Adam Stankiewicz authored
-
Matt Butcher authored
This adds a basic Chart Best Practices guide. Closes #1993
-
Fabian Ruff authored
$.Template.basePath already contains "templates/"
-
Matt Butcher authored
-
- 06 Mar, 2017 1 commit
-
-
Fabian Ruff authored
-