- 20 Apr, 2018 2 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
- 19 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 18 Apr, 2018 3 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
- 09 Mar, 2018 1 commit
-
-
Nic Doye authored
See https://github.com/helm/helm-classic/pull/306 for helm classic and https://kubernetes.slack.com/archives/C51E88VDG/p1520588964000061
-
- 13 Dec, 2017 1 commit
-
-
Julian authored
* Add "--namespace" to helm lint Keep lint syntax as close as possible to "helm install" resp. "helm upgrade", so that one only needs to change the command. See #2036 * Align lintCmd struct * Add "--set" and "--values" to helm lint Keep lint syntax as close as possible to "helm install" resp. "helm upgrade", so that one only needs to change the command. Closes #2495,#2036 * Reuse strict parameter, when rendering during lint We want to see the rendering fail, if we missed a value, so we reuse "--strict". See #2495,#2036 * Fix lint unit test See #2495,#2036 * Update docs
-
- 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
-
- 28 Sep, 2017 1 commit
-
-
Maxim Ivanov authored
-
- 11 Sep, 2017 1 commit
-
-
Kazuki Suda authored
-
- 06 Sep, 2017 1 commit
-
-
Matthew Fisher authored
-
- 16 May, 2017 1 commit
-
-
Matt Butcher authored
Closes #2393
-
- 17 Jan, 2017 1 commit
-
-
z00358552 authored
since kubernetes 1.4, the upper limit for resource name is 63 characters, so it is better to change the template when running `helm create` accordingly.
-
- 12 Jan, 2017 1 commit
-
-
Ferran Rodenas authored
-
- 10 Jan, 2017 1 commit
-
-
Matt Butcher authored
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
-
- 19 Dec, 2016 1 commit
-
-
Michelle Noorali authored
resolves #1463
-
- 05 Dec, 2016 1 commit
-
-
John Hofman authored
-
- 12 Nov, 2016 1 commit
-
-
Adam Reese authored
-
- 01 Nov, 2016 1 commit
-
-
Matt Butcher authored
Long ago, Helm did not support cross-namespace installs. There was a linter rule to catch this. When we changed the way Helm worked, we did not remove the linter rule. This commit removes that linter rule. Closes #1489
-
- 14 Oct, 2016 3 commits
-
-
Matt Butcher authored
This adds a function engine.FuncMap that returns a function mapping that better represents the functions passed to a template. The linting logic is reconfigured to use this function instead of the sprig.FuncMap function. Closes #1366
-
Adnan Abdulhussein authored
The YAML validation was broken because the renderedContentMap has keys with the path to the template including the chart directory, whereas the linter was trying to access it relative from the chart directory. For example, the hash key was `drupal/templates/deployment.yaml` but the linter was trying to access `templates/deployment.yaml`. This commit fixes the key used to access the rendered content.
-
Adnan Abdulhussein authored
Fixes the regex for extracting templates to include templates that suppress newlines and ignore any conditional flow statements.
-
- 10 Oct, 2016 1 commit
-
-
Adam Reese authored
-
- 05 Oct, 2016 1 commit
-
-
Matt Butcher authored
This removes the last of the requests for gopkg.in/yaml.v2, and also the struct annotations. Closes #1192 Closes #1263
-
- 08 Sep, 2016 1 commit
-
-
Adam Reese authored
closes #1161
-
- 18 Aug, 2016 1 commit
-
-
Miguel Martinez authored
-
- 12 Jul, 2016 1 commit
-
-
- 01 Jul, 2016 2 commits
-
-
Adnan Abdulhussein authored
-
Adnan Abdulhussein authored
-
- 30 Jun, 2016 2 commits
-
-
Miguel Martinez authored
-
Matt Butcher authored
Handle a previously unhandled error in the linter. This simply bails out if a chart's values files do not parse. Also, changed the implementation of CoalesceValues to return a map even on error.
-
- 29 Jun, 2016 4 commits
-
-
Adnan Abdulhussein authored
-
Adnan Abdulhussein authored
-
Michelle Noorali authored
* part of #836
-
Miguel Martinez authored
-
- 28 Jun, 2016 2 commits
-
-
Matt Butcher authored
Closes #847.
-
Miguel Martinez authored
-
- 24 Jun, 2016 1 commit
-
-
Miguel Martinez authored
-
- 23 Jun, 2016 1 commit
-
-
Miguel Martinez authored
Fixing unit test
-