- 14 Jun, 2016 1 commit
-
-
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 8 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
-
Matt Butcher authored
-
Matt Butcher authored
-
Matt Butcher authored
feat(chartutil): Update to use YAML instead of TOML for values files.
-
Brian authored
fix(#795): start probes server on expected port, ':44135'
-
- 07 Jun, 2016 11 commits
-
-
fibonacci1729 authored
-
Michelle Noorali authored
-
Matt Butcher authored
-
Matt Butcher authored
-
Matt Butcher authored
-
Matt Butcher authored
-
Matt Butcher authored
-
Matt Butcher authored
-
Matt Butcher authored
-
Adam Reese authored
chore(*): use k8s.io as the import path
-
Adam Reese authored
-
- 06 Jun, 2016 2 commits
-
-
Matt Butcher authored
Fixed typo in charts.md
-
Matt Butcher authored
Add HTTP server for liveness and readiness probes
-