- 20 Jun, 2016 6 commits
-
-
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
-
- 14 Jun, 2016 7 commits
-
-
Matt Butcher authored
-
Matt Butcher authored
This is a minor fix to the Tiller internals to allow an alternate template engine. This will still require future work to make it possible to bootstrap in a different template renderer.
-
fibonacci1729 authored
includes: - (#825) comptability interface between old/pkg/helm and new/pkg/helm - (#827) helm client scaffolding and rpc / release options
-
Matt Butcher authored
fix(helm): read values.yaml instead of values.toml
-
Matt Butcher authored
Closes #822
-
Matt Butcher authored
-
Matt Butcher authored
This provides support for "global" variables. It does this by declaring "global" to be a special namespace. It then copies this namespace into every subchart, coalescing it into any "global" namespace found there. The net result is that if "global.foo" is set in the YAML file, it will be available to every chart/subchart as ".global.foo" regardless of where that chart is in the subchart tree.
-
- 13 Jun, 2016 9 commits
-
-
Adam Reese authored
fix(helm): s/arbitary/arbitrary/
-
Matt Butcher authored
fix(chartutil): move values coalescing into chartutil
-
Matt Butcher authored
docs(*): fix links
-
Matt Butcher authored
fix(helm): add .tgz to package names on fetch
-
Matt Butcher authored
fix(helm): produce error if package name is inconsistent
-
Adam Reese authored
-
Matt Butcher authored
'helm package' now produces an error if the directory name and the name in Chart.yaml are not the same.
-
Matt Butcher authored
Closes #812
-
Matt Butcher authored
Closes #809
-