- 15 May, 2018 2 commits
-
-
Matthew Fisher authored
Typo fix: mach->match
-
AdamDang authored
mach->match
-
- 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
-
- 27 Apr, 2018 2 commits
-
-
Matthew Fisher authored
-
Matthew Fisher authored
-
- 26 Apr, 2018 2 commits
-
-
Matthew Fisher authored
docs(helm): update Globs examples to work correctly
-
Julien Bordellier authored
-
- 25 Apr, 2018 6 commits
-
-
Matthew Fisher authored
Add quoting support in ingress to allow wildcard domain
-
Matthew Fisher authored
Change tiller's Dockerfile to use USER nobody + upgrades to alpine:3.7
-
Matthew Fisher authored
fix(downloader): use plugin getters instead of a hardcoded HttpGetter
-
Matthew Fisher authored
-
Julien Bordellier authored
-
eyalbe4 authored
-
- 24 Apr, 2018 3 commits
-
-
Julien Bordellier authored
-
Matthew Fisher authored
Add comments to fix linter issues
-
BarryWilliams authored
-
- 23 Apr, 2018 10 commits
-
-
Marat Garafutdinov authored
* add customizeable --col-width * make docs. whitespacing
-
Matthew Fisher authored
Avoid to call 'go' with empty -tags argument
-
Adam Reese authored
fix(kube): output internal object table
-
Adam Reese authored
fixes #3937
-
Matthew Fisher authored
Fix --tiller-namespace flag for plugins
-
Fabian Ruff authored
This fixes using `--tiller-namespace $namespace` flag (without the equal sign) for helm plugins.
-
Julius Kammerl authored
go1.10.1 linux/amd64 complains: flag provided but not defined: -tags when compiling with: "make build-cross dist". This seems to fix it.
-
Matthew Fisher authored
Some typo fixes
-
AdamDang authored
-
AdamDang authored
"that that"->"that"
-
- 20 Apr, 2018 1 commit
-
-
Matthew Fisher authored
Fixed SIGSEGV when running helm create with -p and no values.yaml file
-
- 19 Apr, 2018 3 commits
-
-
Matthew Fisher authored
fixed flag for tls ca cert option in the documentation
-
Colin Dickson authored
-
Matthew Fisher authored
swallow the error when returning the default HTTP client
-