- 01 Jun, 2018 1 commit
-
-
mattjmcnaughton authored
The error message we reported if the test failed was incorrect.
-
- 31 May, 2018 2 commits
-
-
Matthew Fisher authored
small typo fix
-
Rob Salmond authored
-
- 29 May, 2018 1 commit
-
-
Matthew Fisher authored
build helm binary in tiller image
-
- 28 May, 2018 1 commit
-
-
Matthew Fisher authored
Fix filenames in tarball created on windows
-
- 24 May, 2018 8 commits
-
-
Michelle Noorali authored
update security vulnerability email
-
Michelle Noorali authored
-
Matthew Fisher authored
removed --install option from --namespace to solve inconsistency with the `helm lint` documentation
-
Matthew Fisher authored
Add helm template --is-upgrade
-
Matthew Fisher authored
docs(helm): Added double quotes to example
-
Matthew Fisher authored
Update tiller_ssl.md
-
mf-lit authored
Add -days parameter to openssl signing commands for clarity. Also add some related troubleshooting steps.
-
Shubham Jain authored
In the current version of helm (2.8.2), there needs to be double quotes around the value to support escaping special characters.
-
- 23 May, 2018 2 commits
-
-
Matthew Fisher authored
[4013] adding docs for GKE for helm 2
-
Ryan Hartje authored
-
- 22 May, 2018 2 commits
-
-
Johnny Bergström authored
recipe for target 'verify-docs' failed
-
Johnny Bergström authored
Useful for toggling .Release.IsInstall / .Release.IsUpgrade which in turn may cause templates to render differently.
-
- 21 May, 2018 1 commit
-
-
Yeni Capote Diaz authored
-
- 16 May, 2018 2 commits
-
-
Matthew Fisher authored
Typo fix: KuberVerison->KuberVersion
-
AdamDang authored
-
- 15 May, 2018 6 commits
-
-
Michelle Noorali authored
fix lint warning
-
Matthew Fisher authored
docs(README): replace with a link to the latest releases page
-
Matthew Fisher authored
Don't request Tiller version in installer
-
James Meickle authored
This makes the script hang for quite a while if it can't connect to Tiller to retrieve this information that isn't being used anyways.
-
Matthew Fisher authored
Typo fix: mach->match
-
AdamDang authored
mach->match
-
- 14 May, 2018 1 commit
-
-
Matthew Fisher authored
This removes a step required every time we release Helm, making it simpler to cut a new release.
-
- 13 May, 2018 1 commit
-
-
Rajat Jindal authored
-
- 11 May, 2018 5 commits
-
-
Adam Reese authored
fix(kube): run schema validation on BuildUnstructured
-
Doug Winter authored
* support tls for values file access - uses --ca-file / --cert-file / --key-file * also for upgrade command
-
Adam Reese authored
-
Gabriel Silva Vinha authored
-
Matt Butcher authored
This adds support for installing CRDs well before any other resource kinds are installed. This PR introduces a new hook, `crd-install`, that fires before manifests are even validated. It is used to install a CRD before any other part of a chart is installed. Currently, this hook is _only implemented for install_. That means we currently cannot add new CRDs during `helm upgrade`, nor can they be rolled back. This is the safest configuration, as the update/rollback cycle gets very challenging when CRDs are added and removed.
-
- 06 May, 2018 2 commits
-
-
Matthew Fisher authored
Typo fix: usa Helm->use Helm
-
AdamDang authored
usa helm->use helm
-
- 30 Apr, 2018 2 commits
-
-
Matthew Fisher authored
Revert "Fix tiller deployment on RBAC clusters"
-
Matthew Fisher authored
Revert "toYaml - Fix #3470 and #3410's trailing \n issues"
-
- 29 Apr, 2018 2 commits
-
-
Matthew Fisher authored
Typo fix: evalutes->evaluates
-
AdamDang authored
-
- 28 Apr, 2018 1 commit
-
-
Herbert Mühlburger authored
-