- 16 Nov, 2016 1 commit
-
-
Adam Reese authored
-
- 15 Nov, 2016 13 commits
-
-
Adam Reese authored
fix(tiller): return yaml parsing errors
-
Adam Reese authored
feat(tiller): add source file to log entries
-
Adam Reese authored
feat(gometalinter): Move to versioned releases
-
Matt Butcher authored
fix(helm): helm create will not overwrite existing files
-
Matt Butcher authored
feat(charts): Move bucket to domain from path
-
Matt Butcher authored
fix(tiller): show failed YAML
-
Matt Butcher authored
use openssl instead of shasum
-
Matt Butcher authored
fix(helm): respect dryRun opt in DeleteRelease
-
Wayne Brantley authored
shasum is not on many platforms (like centos), use openssl instead.
-
Rollulus authored
-
Adam Reese authored
-
Matt Farina authored
gometalinter has moved to versioned releases. The latest of the v1 major versioned releases can be retrieved through pkg.in. This change moves gometalinter use to the latest v1 release.
-
Matt Farina authored
Downloading of charts and helm itself happened over http. This change moves to use https as that is available with valid certs.
-
- 14 Nov, 2016 11 commits
-
-
Adam Reese authored
closes: #1519
-
Matt Butcher authored
When an install fails and --dry-run is set, return the broken YAML for the user to debug. Closes #1499
-
Matt Butcher authored
fix(helm): replace repo entry instead of duplicating
-
Matt Butcher authored
docs(tiller): add docblocks to public methods
-
Matt Farina authored
A bucket name in the path can be migrated to a custom k8s domain name. This is in preperation for that.
-
Matt Butcher authored
It will ignore files if they exist, and create files if they were missing. Closes #1515
-
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 7 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
-