- 28 Sep, 2018 1 commit
-
-
Matt Butcher authored
Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
- 18 May, 2018 1 commit
-
-
Adam Reese authored
Removes Time, Namespace, and Revision from being exposed to templates to make template rendering discrete and repeatable.
-
- 20 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 11 Apr, 2018 2 commits
-
-
Matthew Fisher authored
-
xianlubird authored
Signed-off-by:
xianlubird <xianlubird@gmail.com>
-
- 27 Feb, 2018 1 commit
-
-
Lukas Eichler authored
docs(helm): Added kubeVersion to documentation and examples. Adjusted wording for the Chart.kubeVersion description Removing redundant wording for Chart.kubeVersion description
-
- 13 Feb, 2018 1 commit
-
-
Yann Coleu authored
-
- 05 Feb, 2018 1 commit
-
-
Jonas Fonseca authored
-
- 31 Jan, 2018 1 commit
-
-
lihuangzym authored
-
- 25 Jan, 2018 1 commit
-
-
jonathan.striebel authored
-
- 10 Jan, 2018 1 commit
-
-
Pure White authored
-
- 05 Jan, 2018 1 commit
-
-
Matthew Fisher authored
-
- 01 Jan, 2018 1 commit
-
-
Brad Beam authored
This adds support for changing '<CHARTNAME>' occurances in starter chart to the destination chart name
-
- 23 Nov, 2017 1 commit
-
-
Mark Gibaud authored
-
- 29 Oct, 2017 1 commit
-
-
Joan Rieu authored
-
- 25 Oct, 2017 2 commits
-
-
Neil Moore authored
-
Neil Moore authored
-
- 24 Oct, 2017 1 commit
-
-
Matt Farina authored
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
-
- 20 Oct, 2017 1 commit
-
-
Jacob Tomlinson authored
There must be at least one subchart or template file, therefore the `charts` and `templates` directories are not strictly optional.
-
- 09 Aug, 2017 1 commit
-
-
Dan O'Brien authored
Unsupported value: "alwaysPull": supported values: Always, IfNotPresent, Never
-
- 06 Aug, 2017 1 commit
-
-
Laurens Vanderhoven authored
-
- 16 Jul, 2017 1 commit
-
-
Miguel David authored
-
- 28 Jun, 2017 3 commits
-
-
Santiago Suarez Ordoñez authored
-
Eugene Pirogov authored
-
Eugene Pirogov authored
-
- 27 Jun, 2017 1 commit
-
-
Santiago Suarez Ordoñez authored
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.
-
- 05 Jun, 2017 1 commit
-
-
Sushil Kumar authored
-
- 26 May, 2017 1 commit
-
-
Justin Scott authored
Remove incorrect statements in charts.md about nested globals not being allowed.
-
- 25 May, 2017 1 commit
-
-
Sushil Kumar authored
-
- 06 Apr, 2017 1 commit
-
-
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.
-
- 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
-
- 14 Mar, 2017 1 commit
-
-
Adnan Abdulhussein 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.
-
- 08 Mar, 2017 1 commit
-
-
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 3 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
-
- 13 Feb, 2017 1 commit
-
-
Justin Scott authored
-