Matt Butcher
76f4ee1eab
fix(tiller): allow different template engine
...
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.
9 years ago
Matt Butcher
768d1fbdeb
Merge pull request #823 from technosophos/fix/822-values.yaml
...
fix(helm): read values.yaml instead of values.toml
9 years ago
Matt Butcher
88622a20da
fix(helm): read values.yaml instead of values.toml
...
Closes #822
9 years ago
Adam Reese
54f0ffe0cb
Merge pull request #821 from adamreese/fix/speling
...
fix(helm): s/arbitary/arbitrary/
9 years ago
Matt Butcher
83d936cf46
Merge pull request #808 from technosophos/fix/values-chartutils
...
fix(chartutil): move values coalescing into chartutil
9 years ago
Matt Butcher
55111156bf
Merge pull request #816 from technosophos/fix/809-doc-links
...
docs(*): fix links
9 years ago
Matt Butcher
2971313296
Merge pull request #817 from technosophos/fix/812-fix-tgz-helm-fetch
...
fix(helm): add .tgz to package names on fetch
9 years ago
Matt Butcher
d6b4652c97
Merge pull request #818 from technosophos/fix/782-enforce-dirname
...
fix(helm): produce error if package name is inconsistent
9 years ago
Adam Reese
d013a3df36
fix(helm): s/arbitary/arbitrary/
9 years ago
Matt Butcher
411cf6e54a
fix(helm): produce error if package name is inconsistent
...
'helm package' now produces an error if the directory name and the name
in Chart.yaml are not the same.
9 years ago
Matt Butcher
f0f2bbf894
fix(helm): add .tgz to package names on fetch
...
Closes #812
9 years ago
Matt Butcher
f0a69bb6ba
docs(*): fix links
...
Closes #809
9 years ago
Matt Butcher
490cef784c
fix(tiller): refactor template render to use chartutil.
9 years ago
Matt Butcher
e8109048a9
fix(chartutil): move values coalescing into chartutil
9 years ago
Adam Reese
632756a653
Merge pull request #806 from adamreese/fix/ci-gcloud
...
fix(ci): use gcloud absolute path
9 years ago
Adam Reese
245ee45023
fix(ci): use gcloud absolute path
9 years ago
Matt Butcher
06d0e52cb1
Merge pull request #798 from technosophos/fix/gitignore-dsstore
...
fix(gitignore): die, DS_Store, die.
9 years ago
Adam Reese
61021dde35
Merge pull request #805 from adamreese/fix/values-nil-map
...
fix(chartutil): fix nil error on values
9 years ago
Adam Reese
d95a144563
fix(chartutil): fix nil error on values
...
Fixes: https://github.com/kubernetes/helm/issues/803
9 years ago
Adam Reese
9fdb9eebcf
Merge pull request #802 from adamreese/feat/ci-push-image
...
feat(ci): push canary image on successful ci build
9 years ago
Matt Butcher
edc985fe85
Merge pull request #799 from technosophos/fix/alpine-chartyaml
...
fix(docs): add sources field on example chart.yaml
9 years ago
Matt Butcher
30a67dfa2d
Merge pull request #800 from technosophos/fix/797-optional-directories
...
fix(docs): mark templates and charts directories optional
9 years ago
Adam Reese
c4e10ddda3
feat(ci): push canary image on successful ci build
9 years ago
Michelle Noorali
ab3fc6db5c
Merge pull request #794 from michelleN/repo-sync
...
feat(scripts): add script to sync chart repos
9 years ago
Matt Butcher
d323e6aa5e
fix(docs): mark templates and charts directories optional
...
Closes #797
9 years ago
Matt Butcher
0028aac321
fix(docs): add sources field on example chart.yaml
9 years ago
Matt Butcher
dbdf5e08c9
fix(gitignore): die, DS_Store, die.
9 years ago
Matt Butcher
c570363e5b
Merge pull request #793 from technosophos/feat/values-yaml
...
feat(chartutil): Update to use YAML instead of TOML for values files.
9 years ago
Brian
b20726b943
Merge pull request #796 from fibonacci1729/master
...
fix(#795 ): start probes server on expected port, ':44135'
9 years ago
fibonacci1729
3420096fc9
fix(*): start probes server on ':44135' (currently ':44134')
9 years ago
Michelle Noorali
522af15903
feat(scripts): add script to sync repo
9 years ago
Matt Butcher
5a2174231b
fix(helm): fix repo package to use chartutil
9 years ago
Matt Butcher
377a43385e
fix(*): fixed import paths
9 years ago
Matt Butcher
72be00c6fc
fix(chartutil): update 'fetch' and 'package' to use chartutil.
9 years ago
Matt Butcher
cded50e34f
fix(chartutil): update lint to use chartutil
9 years ago
Matt Butcher
ebd81152dd
fix(helm): update 'helm create' to use YAML.
9 years ago
Matt Butcher
9ca8c27e16
fix(*): change TOML to YAML
9 years ago
Matt Butcher
7aa4ffa4d4
feat(chartutil): switch TOML to YAML
9 years ago
Adam Reese
3f53ee29bf
Merge pull request #791 from adamreese/chore/import-path
...
chore(*): use k8s.io as the import path
9 years ago
Adam Reese
818c878700
chore(*): use k8s.io as the import path
9 years ago
Matt Butcher
758a59c8bb
Merge pull request #774 from migmartri/patch-1
...
Fixed typo in charts.md
9 years ago
Matt Butcher
336c650407
Merge pull request #777 from arschles/probes
...
Add HTTP server for liveness and readiness probes
9 years ago
Michelle Noorali
1b060b1f5c
Merge pull request #785 from migmartri/784-malformed
...
Fixed URL parse
9 years ago
Miguel Martinez
a0c1125a39
fix(repo) Malformed URL
9 years ago
Miguel Martinez
12474146e5
Fix(charts.md) filename typo
9 years ago
Aaron Schlesinger
9e1df63e77
using spaces in the tiller manifest yaml
9 years ago
Matt Butcher
759f754f1b
Merge pull request #790 from technosophos/feat/chartutil-save
...
feat(chartutil): add Save function
9 years ago
Adam Reese
2b3892ce60
Merge pull request #789 from adamreese/feat/kube-logging
...
feat(kube): use env variable to control kube logging
9 years ago
Matt Butcher
15a1cb4816
feat(chartutil): add Save function
...
This replicates the previous Save function, which can save an
in-memory Chart proto to a tgz.
9 years ago
Adam Reese
0f5c2951a2
feat(kube): use env variable to control kube logging
...
Removes command line flags and adds the environment variable
`KUBE_LOG_LEVEL`
9 years ago