- 15 Nov, 2016 1 commit
-
-
Rollulus authored
-
- 14 Nov, 2016 7 commits
-
-
Matt Butcher authored
fix(helm): replace repo entry instead of duplicating
-
Matt Butcher authored
docs(tiller): add docblocks to public methods
-
Matt Butcher authored
docs(install_faq): add more info on socat on CoreOS
-
Matt Butcher authored
Closes #1522
-
Matt Butcher authored
-
Matt Butcher authored
-
Matt Butcher authored
docs(chart_template_guide): fix spacing
-
- 13 Nov, 2016 1 commit
-
-
Adam Reese authored
fix(*): fix new linter errors
-
- 12 Nov, 2016 1 commit
-
-
Adam Reese authored
-
- 11 Nov, 2016 2 commits
-
-
Adam Reese authored
fix(scripts): increase deadline for linter
-
Adam Reese authored
-
- 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 8 commits
-
-
Adam Reese authored
-
Matt Butcher authored
Consistently add spacing for '{{ $foo }}'
-
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 8 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
-