- 22 Jun, 2016 3 commits
-
-
Matt Butcher authored
Fix typo
-
Matt Butcher authored
fix(chartutil): remove a wayward println
-
Seigo Uchida authored
-
- 21 Jun, 2016 11 commits
-
-
Matt Butcher authored
-
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 3 commits
-
-
Matt Butcher authored
Add support for displaying computed configuration values. This is useful for debugging.
-
Matt Butcher authored
Templates partials
-
Matt Butcher authored
fix(pkg/chart): remove pkg/chart
-
- 16 Jun, 2016 3 commits
-
-
Matt Butcher authored
This is the final step in replacing pkg/chart with pkg/chartutil. This also removes the last of the TOML code.
-
Matt Butcher authored
feat(pkg/ignore): add helmignore library
-
Brian authored
ref(pkg/helm) replace 'pkg/helm' with 'pkg/helmx'
-
- 15 Jun, 2016 11 commits
-
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
includes: - (#826) removal old pkg/helm
-
Brian authored
ref(pkg/helm): package helm refactor
-
fibonacci1729 authored
includes: - (#828) helm client grpc support ported from old pkg/helm - comment consistencey & style fix - gofmt pkg/helmx
-
Matt Butcher authored
This adds support for .helmignore files. These files roughly follow the conventions established for .gitignore files: https://git-scm.com/docs/gitignore Closes #748
-
Matt Butcher authored
feat(chartutil): support global variables
-
Matt Butcher authored
fix(helm): fix two panics in 'helm search'
-
Matt Butcher authored
fix(tiller): allow different template engine
-
Matt Butcher authored
fix(helm): add 'helm repo rm' alias
-
Brian authored
ref(pkg/helm): package helm refactor
-