- 05 Jul, 2016 2 commits
-
-
Adnan Abdulhussein authored
-
Adnan Abdulhussein authored
-
- 01 Jul, 2016 3 commits
-
-
Adnan Abdulhussein authored
-
Adnan Abdulhussein authored
-
Miguel Ángel Martínez Triviño authored
Fixing linter typos
-
- 30 Jun, 2016 3 commits
-
-
Miguel Martinez 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 4 commits
-
-
Michelle Noorali authored
fix(chartutil): fix chartutil.Expand function
-
Matt Butcher authored
fix(tiller): stop printing <no value> when var is missing
-
Michelle Noorali authored
This ensures that all necessary directories get created when expanding a chart in the chartutil.Expand function. fixes #892
-
Adam Reese authored
fix(deps): pin kubernetes to a tagged release
-
- 26 Jun, 2016 3 commits
-
-
Adam Reese authored
-
Adam Reese authored
fix(deps): fix unvendored dependencies
-
Adam Reese authored
Fixes pulling a few dependencies from GOPATH ``` % glide -q list ... GOPATH packages: github.com/inconshreveable/mousetrap github.com/opencontainers/runc/libcontainer/cgroups/fs github.com/opencontainers/runc/libcontainer/configs google.golang.org/appengine/urlfetch google.golang.org/appengine ```
-
- 24 Jun, 2016 2 commits
-
-
Matt Butcher authored
Adding squote test case and generic message
-
Matt Butcher authored
Removing debugging line
-