Matt Butcher
4bb596d187
Merge pull request #788 from technosophos/feat/chartutil
...
feat(chartutil): add chartutil package
10 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.
10 years ago
Ville Aikas
ff845df3c1
Merge pull request #783 from vaikas-google/master
...
Do not return an error if no matches found
10 years ago
Michelle Noorali
801c41c3c8
Merge pull request #780 from michelleN/repo-docs
...
chore(docs): add chart repository docs
10 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
10 years ago
Matt Butcher
5d040ec181
Merge branch 'master' into feat/chartutil
10 years ago
Michelle Noorali
7288ca4c37
chore(docs): add chart repository docs
10 years ago
Adam Reese
9295cb5438
Merge pull request #776 from adamreese/feat/version
...
feat(version): statically link version at build time
10 years ago
Matt Butcher
f1b6373f76
Merge pull request #772 from Ladicle/fix-init-command
...
fix(tiller): fix install function
10 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
10 years ago
Adam Reese
5670d2db53
feat(version): statically link version at build time
10 years ago
Michelle Noorali
9615838656
Merge pull request #762 from linki/patch-1
...
fix(docs): fix typo
10 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"`
10 years ago
Adam Reese
e6a8045bea
Merge pull request #770 from adamreese/feat/logging
...
fix(cmd): rename verbose flag to debug
10 years ago
Adam Reese
106b893835
Merge pull request #771 from adamreese/fix/gcr-push
...
fix(Makefile): push to gcr using gcloud
10 years ago
Adam Reese
582b1883e3
fix(Makefile): push to gcr using gcloud
10 years ago
Adam Reese
b26bd2e939
fix(cmd): rename verbose flag to debug
...
Remove a naming conflict with glog which allows for debugging kubernetes
requests.
10 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.
10 years ago
Matt Butcher
25053e6ada
feat(pkg/chartutil): add chartutil package
10 years ago
Michelle Noorali
0214576069
Merge pull request #764 from naveensrinivasan/patch-2
...
Included a link to 12factor.net
10 years ago
Michelle Noorali
b84d0b9726
Merge pull request #763 from naveensrinivasan/patch-1
...
Fix for dead link
10 years ago
Naveen
0e8ec83120
Included a link to 12factor.net
...
Not every one is aware of the 12factor.net so included the link.
10 years ago
Naveen
cff41a4651
Updated charts.md
...
Updated the link which was dead pointing to `https://github.com/deis/charts `
10 years ago
Martin Linkhorst
a5eb5d7e03
fix(docs): fix typo
10 years ago
Michelle Noorali
a971769e85
Merge pull request #720 from michelleN/add-default-repo
...
ref(helm): add default repository on init step
10 years ago
Michelle Noorali
1d4d5ec872
ref(helm): refactor helm unit tests
...
... so we don't rely on external services
in unit tests :)
10 years ago
Michelle Noorali
4b5eef90a1
ref(helm): add default repository on init step
...
See #718
10 years ago
Matt Butcher
57c9861116
Merge pull request #715 from technosophos/docs/updated-charts
...
docs(chart): updated chart documentation
10 years ago
Adam Reese
137867b434
Merge pull request #760 from adamreese/fix/style
...
fix(style): cleanup coding style on error returns
10 years ago
Adam Reese
94432ffb39
fix(deadcode): remove unused global variables
10 years ago
Adam Reese
a19875adcc
fix(style): cleanup coding style on error returns
10 years ago
Adam Reese
b1e0c8fc38
Merge pull request #759 from adamreese/feat/tunnel2
...
feat(tunnel): wire in the tunnel setup and teardown
10 years ago
Adam Reese
f0a15743d4
feat(tunnel): wire in the tunnel setup and teardown
10 years ago
Adam Reese
d16e788122
Merge pull request #758 from adamreese/feat/tunnel2
...
feat(tunnel): add logic for detecting tiller pod
10 years ago
Adam Reese
4df22392fc
feat(tunnel): add logic for detecting tiller pod
10 years ago
Adam Reese
7241ac9263
Merge pull request #757 from adamreese/feat/tunnel2
...
feat(kube): create tunnel for client
10 years ago
Adam Reese
792aa1a1aa
feat(kube): create tunnel for client
10 years ago
Matt Butcher
87429c66e9
Merge pull request #755 from technosophos/fix/chart-any
...
fix(proto): let chart take multiple Files.
10 years ago
Michelle Noorali
8358f4d33a
Merge pull request #754 from michelleN/index-url
...
ref(helm): fix chart url in index file
10 years ago
Matt Butcher
7d2ae9378a
fix(proto): let chart take multiple Files.
10 years ago
Michelle Noorali
b4844383aa
ref(helm): digest -> checksum in index file
10 years ago
Michelle Noorali
447ce5a2dd
ref(helm): fix chart url in index file
10 years ago
Matt Butcher
48a4265d6b
Merge pull request #729 from kubernetes/runseb-patch-1
...
Update quickstart.md
10 years ago
Michelle Noorali
7c2682112f
Merge pull request #745 from michelleN/repo-index
...
feat(helm): generate index file in given directory with given url
10 years ago
Matt Butcher
475544fb43
Merge pull request #744 from technosophos/fix/741-search
...
fix(helm): fix search bugs
10 years ago
Matt Butcher
53432c2cef
Merge pull request #736 from technosophos/fix/672-package-output
...
fix(helm): fix output of helm package command
10 years ago
Matt Butcher
423d44d597
Merge pull request #751 from technosophos/fix/helm-list-deleted
...
fix(tiller): stop returning deleted releases for list
10 years ago
Matt Butcher
1ca02d6eb0
Merge pull request #752 from technosophos/fix/749-missing-sources
...
fix(chart): change source to sources in chart file
10 years ago
Matt Butcher
2cf0171abe
Merge pull request #753 from technosophos/fix/750-tiller-startup-output
...
fix(tiller): fix startup output
10 years ago
Michelle Noorali
0783fee7b7
ref(helm): refactor test index files for search
10 years ago