- 10 Nov, 2016 2 commits
-
-
Matt Butcher authored
docs(install): fix deployment name in tiller delete command
-
Matt Butcher authored
fix(1516): use correct value reference in boilerplate NOTES.txt
-
- 07 Nov, 2016 1 commit
-
-
Anthony Yeh authored
-
- 06 Nov, 2016 1 commit
-
-
Sebastian Mandrean authored
-
- 04 Nov, 2016 7 commits
-
-
Adam Reese authored
-
Matt Butcher authored
docs(chart_tempalte_primer): add template primer
-
Matt Butcher authored
fix(tiller): improve deletion failure handling
-
Adam Reese authored
ref(ci): cleanup ci deploy
-
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.
-
Matt Butcher authored
This does the following to improve deletion failure handling: - In an UninstallRelease operation, the release is marked DELETED as soon as the basic checks are passed. This resolves 1508. I filed a followup issue for doing this even better when we can modify protos again. - If a YAML manifest fails to parse, the error messages now suggests that the record is corrupt, and the resources must be manually deleted. - If a resource is missing during deletion, the error messages now make it clear that an object was skipped, but that the deletion continued. Closes #1508
-
Adam Reese authored
-
- 03 Nov, 2016 3 commits
-
-
Adam Reese authored
fix(kube): add default client config to the loading rules
-
Matt Butcher authored
docs(code-of-conduct): redirect to official CNCF CoC
-
Adam Reese authored
fixes: #1505
-
- 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
-