- 23 Jun, 2016 2 commits
-
-
Matt Butcher authored
docs(examples): unify the examples
-
Matt Butcher authored
fix(LICENSE): add copyright year and authors
-
- 22 Jun, 2016 13 commits
-
-
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 14 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
-
Matt Butcher authored
docs(developer): update developer documentation
-
Matt Butcher authored
New template functions like trunc will be really helpful for dealing with Kubernetes naming limits.
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
- 20 Jun, 2016 8 commits
-
-
Miguel Martinez authored
Fixed tests Adding chart name linter Add lint error Moving to blocks Moving to method Moved lint rules to functions Semantic version validation Linting engine Adding sources and home validations Sharing file loading Sharing file loading Rolling back readme Rewriting other linters Fixing tests Typo Using chart.Metadata Fixing format Adding UNKNOWN in Engine Adding tabs Fixing tabs
-
Matt Butcher authored
Closes #840
-
Matt Butcher authored
fix(proto): keep a local protoc Go plugin
-
Matt Butcher authored
This works around issues where $GOPATH/bin has a different version of the protobuf Go plugin than the one Kubernetes uses.
-
Brian authored
fix(issue/841): capitalization and punctuation consistency.
-
fibonacci1729 authored
-
Matt Butcher authored
Sorting Wildcard function
-
Matt Butcher authored
feat(helm): add 'helm get values --all' for all values
-
- 18 Jun, 2016 1 commit
-
-
Miguel Martinez authored
-
- 17 Jun, 2016 2 commits
-
-
Matt Butcher authored
Add support for displaying computed configuration values. This is useful for debugging.
-
Matt Butcher authored
Templates partials
-