- 29 Jun, 2016 1 commit
-
-
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.
-
- 28 Jun, 2016 4 commits
-
-
Matt Butcher authored
fix(helm): show correct filename on error
-
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
-
- 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 15 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
-
Matt Butcher authored
-
Matt Butcher authored
-
Matt Butcher authored
This makes the Table() method more flexible than the original version. It allows either a map[string]interface{} or a chartutil.Values to be treated as a table.
-
Matt Butcher authored
This adds the .Values namespace qualifier to all values
-
Michelle Noorali authored
Templates directory lint rules
-
- 23 Jun, 2016 13 commits
-
-
Miguel Martinez authored
Fixing unit test
-
Matt Butcher authored
feat(code of conduct): add code of conduct
-
Matt Butcher authored
fix(CONTRIBUTING): add guidelines for security issues
-
Matt Butcher authored
Closes #662
-
Matt Butcher authored
Closes #850
-
Matt Butcher authored
NGINX typo
-
Adam Reese authored
fix(ci): replace gcloud with docker login
-
Miguel Ángel Martínez Triviño authored
-
Adam Reese authored
-
Miguel Martinez authored
Template rules Adding chart errors Added function that checks the existence of all the values in the templates Adding chartfile unit tests Testing runLinterRule Fixing out of range Fixing out of range Improving quote detector
-
Adam Reese authored
-
Matt Butcher authored
feat(helm): install directly from repo
-
Matt Butcher authored
docs(examples): unify the examples
-