- 01 Jul, 2016 2 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
- 30 Jun, 2016 14 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Matt Butcher authored
fix(helm): fix linter test panic
-
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 16 commits
-
-
Miguel Ángel Martínez Triviño authored
Support Linter for Values namespace
-
Adnan Abdulhussein authored
fix(chartutil): Ensure ReadValues doesn't return a nil map
-
Adnan Abdulhussein authored
-
Adnan Abdulhussein authored
fix(lint): Return non-zero exit status when lint errors present
-
Matt Butcher authored
feat(tiller): add .Template object in templates
-
Adnan Abdulhussein authored
-
Adnan Abdulhussein authored
-
Michelle Noorali authored
chore(docs): update "Name" field in values.yaml
-
Michelle Noorali authored
feat(lint): lint an archived chart
-
Adam Reese authored
fix(cmd): remove --file flag for helm get
-
Matt Butcher authored
fix(*): fix various style issues from make test-style
-
Adam Reese authored
-
Adam Reese authored
Users can redirect stdout to a file
-
Michelle Noorali authored
* the template refers to .Values.Name but the values.yaml file has a name field with a lowercase "n". Figured changing this is the right move since yaml is case sensitive.
-
Michelle Noorali authored
* part of #836
-
Miguel Martinez authored
-
- 28 Jun, 2016 7 commits
-
-
Matt Butcher authored
This allows templates to access information about the template file. Right now, the template can only access the .Template.Name, which is the chart-relative path to the current template. Closes #894
-
Matt Butcher authored
fix(helm): show correct filename on error
-
Matt Butcher authored
Closes #847.
-
Matt Butcher authored
Closes #895
-
Adam Reese authored
feat(cmd): silence usage on error
-
Adam Reese authored
Closes https://github.com/kubernetes/helm/issues/864
-
Miguel Martinez authored
-
- 27 Jun, 2016 1 commit
-
-
Michelle Noorali authored
fix(chartutil): fix chartutil.Expand function
-