- 16 Jun, 2016 1 commit
-
-
Brian authored
ref(pkg/helm) replace 'pkg/helm' with 'pkg/helmx'
-
- 15 Jun, 2016 10 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
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 10 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
-
Matt Butcher authored
-
- 09 Jun, 2016 8 commits
-
-
Matt Butcher authored
-
Adam Reese authored
fix(ci): use gcloud absolute path
-
Adam Reese authored
-
Matt Butcher authored
fix(gitignore): die, DS_Store, die.
-
Adam Reese authored
fix(chartutil): fix nil error on values
-
Adam Reese authored
Fixes: https://github.com/kubernetes/helm/issues/803
-
Adam Reese authored
feat(ci): push canary image on successful ci build
-
Matt Butcher authored
fix(docs): add sources field on example chart.yaml
-
- 08 Jun, 2016 4 commits
-
-
Matt Butcher authored
fix(docs): mark templates and charts directories optional
-
Adam Reese authored
-
Michelle Noorali authored
feat(scripts): add script to sync chart repos
-
Matt Butcher authored
Closes #797
-