- 04 Nov, 2016 1 commit
-
-
Matt Butcher authored
This adds a detailed document on writing templates in Helm. This is NOT a best-practices guide, but a thorough introduction to templates in Helm.
-
- 02 Nov, 2016 5 commits
-
-
Adam Reese authored
-
Adam Reese authored
Separate tiller into pkg and cmd so we can use tiller as a library.
-
Matt Butcher authored
Fix up onboarding experience when using Helm create
-
Matt Butcher authored
docs(install_faq): document dnsmasq fix for kubeadm
-
adieu authored
-
- 01 Nov, 2016 15 commits
-
-
Vic Iglesias authored
-
Vic Iglesias authored
-
Vic Iglesias authored
-
Vic Iglesias authored
-
Matt Butcher authored
The solution to #1455 is to configure dnsmasq on each of your nodes. This adds brief documentation on how to do so. Closes #1455
-
Matt Butcher authored
fix(linter): remove spurious namespace error
-
Matt Butcher authored
fix(1488): suppress gRPC logs and errors
-
Matt Butcher authored
Long ago, Helm did not support cross-namespace installs. There was a linter rule to catch this. When we changed the way Helm worked, we did not remove the linter rule. This commit removes that linter rule. Closes #1489
-
Matt Butcher authored
If gRPC fails to make a connection, the result is a log message and a verbose error. This suppresses log output and replaces the error with a much more succinct one. Closes #1488
-
Adam Reese authored
ref(kube): add info match helper functions
-
Matt Butcher authored
fix(pkg/chartutil): add error if chart yaml not in directory
-
Matt Butcher authored
docs(install): add frequently asked questions
-
Adam Reese authored
-
Jim authored
For archived files the Chart.yaml file should be contained in a base directory. This commit adds an error when the Chart.yaml file is found in the root directory. Fixes #1171
-
Adam Reese authored
ref(kube): add newBuilder function to dry up builder calls
-
- 31 Oct, 2016 6 commits
-
-
Adam Reese authored
-
Matt Butcher authored
-
Matt Butcher authored
docs(chart_repository): update the repo docs
-
Matt Butcher authored
docs(charts_tips_and_tricks): SAP and Deis examples
-
Matt Butcher authored
This adds a couple of examples for building an application chart for complex multi-part applications.
-
Matt Butcher authored
fix(helm): fix tests if tmp directory is on another block device
-
- 29 Oct, 2016 1 commit
-
-
Jim authored
Two non-exported helper functions were added to the repo index test file. They first try to link the file, since this is optimal. If the link fails a copy occurs. Fixes #1472
-
- 28 Oct, 2016 2 commits
-
-
Matt Butcher authored
fix(tiller): allow 3rd party APIs
-
Matt Butcher authored
This feature has been disabled in the past because simply enabling the feature causes the Kubernetes library to make requests to a server. Thus, running any tests that use the 'pkg/kube' library has required running a kube API server. This patch makes it possible to selectively activate 3rdParty API support, and then disables that support during testing. Future versions of the Kubernetes library appear to make it easier to configure and mock this behavior, so this is most likely a stop-gap measure. (Famous last words.) Closes #1472
-
- 27 Oct, 2016 8 commits
-
-
Matt Butcher authored
docs(kubernetes_distros): add notes on kube distros
-
Matt Butcher authored
This adds a place to put distribution-specific information about different distributions of Kubernetes.
-
Adam Reese authored
fix(helm): add kubernetes defaults to context
-
Adam Reese authored
fixes: #1467
-
Matt Butcher authored
This pass through fixed formatting, examples, and technical information to reflect the current state of Helm. Also added some pointers for using a regular webserver.
-
Matt Butcher authored
docs(install): document installer script
-
Matt Butcher authored
fix(helm): fail when helm deps are not fetched
-
Brian authored
feat(998): append to history on install --replace
-
- 26 Oct, 2016 2 commits
-
-
Matt Butcher authored
This changes the behavior of the bulk downloader to fail as soon as it encounters a dependency that it cannot fetch. Closes #1439
-
Matt Butcher authored
This adds documentation for 'scripts/get'.
-