- 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 10 commits
-
-
Matt Butcher authored
Adding squote test case and generic message
-
Matt Butcher authored
Removing debugging line
-
Matt Butcher authored
Avoid use of -f for docker tag
-
Matt Butcher authored
fix(docs): fix nginx example chart name
-
Matt Butcher authored
Instead of printing "no value", this prints an empty string by default, but adds a Strict flag on the engine, which (if true) will cause a template render to error out if a value is not supplied. Strict is set to false so that developers can instead use `default` to set default values.
-
Aaron Crickenberger authored
As of docker 1.10, `-f` has been removed as an option for `docker tag` https://docs.docker.com/engine/deprecated/
-
Miguel Martinez authored
-
Miguel Martinez authored
-
Matt Butcher authored
The name was not correctly truncating, which occasionally resulted in naming errors, since Kubernetes restricts names to 24 characters.
-
Matt Butcher authored
feat(*): add Values namespace to templates
-