- 24 Jun, 2016 3 commits
-
-
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 14 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
-
Adam Reese authored
fix(tunnel): display friendly error on connect issues
-
Adam Reese authored
feat(tiller): record release status deployed
-
Matt Butcher authored
Fix typo
-
Matt Butcher authored
fix(chartutil): remove a wayward println
-
Seigo Uchida authored
-
- 21 Jun, 2016 9 commits
-
-
Adam Reese authored
Fixes: #686
-
Matt Butcher authored
-
Adam Reese authored
-
Matt Butcher authored
This adds an nginx chart that shows off more of the template system's capabilities.
-
Matt Butcher authored
fix(tiller): save failed releases
-
Brian authored
Linter structure changes + extra chartfile rules
-
Matt Butcher authored
fix(sprig): update sprig library to 2.3.0
-
Matt Butcher authored
When a release failed, the release record was not saved. That led to the case where Kubernetes resources were deployed, but the release that deployed them was not tracked. To fix, we now save the release on failure. The 'helm delete' operation can delete failed resources. Closes #851
-
Adam Reese authored
fix(tunnel): allow tunneling to non-default namespace
-