Michelle Noorali
ab3fc6db5c
Merge pull request #794 from michelleN/repo-sync
...
feat(scripts): add script to sync chart repos
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
Michelle Noorali
75eae2b4f4
Merge pull request #787 from michelleN/repo-docs
...
chore(docs): remove ambigious note
9 years ago
Matt Butcher
4bb596d187
Merge pull request #788 from technosophos/feat/chartutil
...
feat(chartutil): add chartutil package
9 years ago
Matt Butcher
2802fcbd87
feat(chartutil): optimize for re-use
...
This is a refactor of the loader to use in-memory buffers instead of
trying to optimize for memory usage by delaying reads until the last
possible moment. Since charts tend to stay well below 1M in size, this
makes more sense, and is easier to work with.
9 years ago
Michelle Noorali
22c3b621af
chore(docs): remove ambigious note
9 years ago
Ville Aikas
ff845df3c1
Merge pull request #783 from vaikas-google/master
...
Do not return an error if no matches found
9 years ago
Michelle Noorali
801c41c3c8
Merge pull request #780 from michelleN/repo-docs
...
chore(docs): add chart repository docs
9 years ago
vaikas-google
8405504953
do not return errors and do not print any messages about no matches found to be more like unix commands
9 years ago
Matt Butcher
5d040ec181
Merge branch 'master' into feat/chartutil
9 years ago
Michelle Noorali
7288ca4c37
chore(docs): add chart repository docs
9 years ago
Aaron Schlesinger
9940222d34
Add probes to the the embedded Tiller manifest
9 years ago
Aaron Schlesinger
56069ae474
Fix tests
9 years ago
Adam Reese
9295cb5438
Merge pull request #776 from adamreese/feat/version
...
feat(version): statically link version at build time
9 years ago
Matt Butcher
f1b6373f76
Merge pull request #772 from Ladicle/fix-init-command
...
fix(tiller): fix install function
9 years ago
Matt Butcher
3d03982202
Merge pull request #766 from technosophos/fix/values-not-required
...
fix(helm): stop requiring a values.toml in a chart
9 years ago
Aaron Schlesinger
fe3afa8012
Added test for probes ServeMux
9 years ago
Aaron Schlesinger
ada108126c
Add HTTP server for liveness and readiness probes
9 years ago
Adam Reese
5670d2db53
feat(version): statically link version at build time
9 years ago
Michelle Noorali
9615838656
Merge pull request #762 from linki/patch-1
...
fix(docs): fix typo
9 years ago
Ladicle
97a9586a1b
fix(tiller): fix install function
...
Because, occur the following error when `createNS` flag is true.
`panic: template: redefinition of template "manifest"`
9 years ago
Adam Reese
e6a8045bea
Merge pull request #770 from adamreese/feat/logging
...
fix(cmd): rename verbose flag to debug
9 years ago
Adam Reese
106b893835
Merge pull request #771 from adamreese/fix/gcr-push
...
fix(Makefile): push to gcr using gcloud
9 years ago
Adam Reese
582b1883e3
fix(Makefile): push to gcr using gcloud
9 years ago
Adam Reese
b26bd2e939
fix(cmd): rename verbose flag to debug
...
Remove a naming conflict with glog which allows for debugging kubernetes
requests.
9 years ago
Matt Butcher
2704e47154
fix(helm): stop requiring a values.toml in a chart
...
Charts should not require a values.toml file -- some charts will just be
manifests with nothing configurable.
9 years ago
Matt Butcher
25053e6ada
feat(pkg/chartutil): add chartutil package
9 years ago
Michelle Noorali
0214576069
Merge pull request #764 from naveensrinivasan/patch-2
...
Included a link to 12factor.net
9 years ago