- 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 14 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
-
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 14 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
-
Matt Butcher authored
fix(LICENSE): add copyright year and authors
-
- 22 Jun, 2016 9 commits
-
-
Matt Butcher authored
A helm install command will try to load a chart from a local file first. But if a local file is not found, it will try to fetch a file from a matching repo request. The file will be downloaded to the client, and then sent to Tiller for installation.
-
Adam Reese authored
fix(tunnel): handle blank namespace
-
Adam Reese authored
-
Matt Butcher authored
-
Matt Butcher authored
-
Matt Butcher authored
As noted in #860, there were a few places where the alpine and nginx charts differed. This unifies the two, using common labels and conventions.
-
Matt Butcher authored
docs(examples): add nginx example chart
-
Matt Butcher authored
-
Matt Butcher authored
-