Matthew Fisher
4adead9cc6
Merge pull request #4062 from Eronarn/patch-1
...
Don't request Tiller version in installer
7 years ago
James Meickle
931c80edea
Don't request Tiller version in installer
...
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.
7 years ago
Matthew Fisher
0965b1c4d9
Merge pull request #4061 from AdamDang/patch-3
...
Typo fix: mach->match
7 years ago
AdamDang
51f92b4787
Typo fix: mach->match
...
mach->match
7 years ago
Adam Reese
2d5e05b63c
Merge pull request #4042 from adamreese/fix/kube-validate
...
fix(kube): run schema validation on BuildUnstructured
7 years ago
Doug Winter
32bd9d82e8
Support values files on remote servers with self-signed certs / client cert authentication ( #4003 )
...
* support tls for values file access
- uses --ca-file / --cert-file / --key-file
* also for upgrade command
7 years ago
Adam Reese
b831efdf58
fix(kube): run schema validation on BuildUnstructured
7 years ago
Gabriel Silva Vinha
26943763a1
Upgrade moniker version ( #4034 )
7 years ago
Matt Butcher
0699ec4248
feat(tiller): support CRD installation ( #3982 )
...
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.
7 years ago
Matthew Fisher
5f4b260ae5
Merge pull request #4018 from AdamDang/patch-1
...
Typo fix: usa Helm->use Helm
7 years ago
AdamDang
ddb536aa7a
Typo fix: usa helm->use helm
...
usa helm->use helm
7 years ago
Matthew Fisher
0deb58ffdf
Merge pull request #3990 from kubernetes/revert-3784-tiller-rbac
...
Revert "Fix tiller deployment on RBAC clusters"
7 years ago
Matthew Fisher
b353681283
Merge pull request #3988 from kubernetes/revert-3837-toYaml-pr
...
Revert "toYaml - Fix #3470 and #3410's trailing \n issues"
7 years ago
Matthew Fisher
687148650c
Merge pull request #3994 from AdamDang/patch-9
...
Typo fix: evalutes->evaluates
7 years ago
AdamDang
07bebe6bff
Typo fix: evalutes->evaluates
7 years ago
Matthew Fisher
4d1a401a9f
Revert "Fix tiller deployment on RBAC clusters"
7 years ago
Matthew Fisher
f7f686f7d0
Revert "toYaml - Fix #3470 and #3410's trailing \n issues"
7 years ago
Matthew Fisher
2b7d216e87
Merge pull request #3970 from jstoja/docs_globs_examples
...
docs(helm): update Globs examples to work correctly
7 years ago
Julien Bordellier
c67fab5934
docs(helm): update Globs examples to work correctly
7 years ago
Matthew Fisher
18ac099dd6
Merge pull request #3956 from jstoja/support_ingress_wildcard
...
Add quoting support in ingress to allow wildcard domain
7 years ago
Matthew Fisher
3fb32f7988
Merge pull request #3965 from jstoja/dockerfile_root_user
...
Change tiller's Dockerfile to use USER nobody + upgrades to alpine:3.7
7 years ago
Matthew Fisher
ce272a46e5
Merge pull request #3968 from bacongobbler/fix-3962
...
fix(downloader): use plugin getters instead of a hardcoded HttpGetter
7 years ago
Matthew Fisher
d9395bcc06
remove need for type reflection
7 years ago
Julien Bordellier
f0d78180d1
Change tiller's Dockerfile to use USER nobody + upgrades to alpine:3.7
7 years ago
eyalbe4
c2fa72ebcd
Fix for - Downloader plugins not used when downloading new repo's index.yaml #3938
7 years ago
Julien Bordellier
cf3ded91f2
Add quoting support in ingress to allow wildcard domain
7 years ago
Matthew Fisher
d502f7c8a8
Merge pull request #3950 from BarryWilliams/issue3747
...
Add comments to fix linter issues
7 years ago
BarryWilliams
718578036d
Changed whitespacing in comments
7 years ago
Marat Garafutdinov
7a65f7479a
add --col-width to `helm search` ( #3949 )
...
* add customizeable --col-width
* make docs. whitespacing
7 years ago
Matthew Fisher
6d25f67b4a
Merge pull request #3942 from jkammerl/jkammerl-patch-2
...
Avoid to call 'go' with empty -tags argument
7 years ago
Adam Reese
6e413a6a57
Merge pull request #3946 from adamreese/fix/3937-status
...
fix(kube): output internal object table
7 years ago
Adam Reese
cefee4b749
fix(kube): output internal object table
...
fixes #3937
7 years ago
Matthew Fisher
2a8a59d33e
Merge pull request #3944 from databus23/patch-4
...
Fix --tiller-namespace flag for plugins
7 years ago
Fabian Ruff
ed39f16ee5
Fix --tiller-namespace flag for plugins
...
This fixes using `--tiller-namespace $namespace` flag (without the equal sign) for helm plugins.
7 years ago
Julius Kammerl
6b2384f8b4
Avoid to call 'go' with empty -tags argument
...
go1.10.1 linux/amd64 complains: flag provided but not defined: -tags
when compiling with: "make build-cross dist". This seems to fix it.
7 years ago
Matthew Fisher
4d519a741d
Merge pull request #3941 from AdamDang/patch-8
...
Some typo fixes
7 years ago
AdamDang
bcf5688e9a
Update install.go
7 years ago
AdamDang
28fb950588
Typo fix in plugins.md "that that"->"that"
...
"that that"->"that"
7 years ago
Matthew Fisher
f201db3fc2
Merge pull request #3692 from aleerizw/fix-sigsegv-create
...
Fixed SIGSEGV when running helm create with -p and no values.yaml file
7 years ago
Matthew Fisher
cfda1d0545
Merge pull request #3929 from colindickson/master
...
fixed flag for tls ca cert option in the documentation
7 years ago
Colin Dickson
b0eb40b2ca
fixed flag for tls ca cert option in the documentation
7 years ago
Matthew Fisher
80bd904f1b
Merge pull request #3915 from bacongobbler/fix-3881
...
swallow the error when returning the default HTTP client
7 years ago
Adam Reese
9e9dd90e8d
Merge pull request #3921 from adamreese/fix/3826-kube-version-objs
...
fix(kube): get correct versioned object from info helper
7 years ago
Adam Reese
6ffff5fea9
fix(kube): get correct versioned object from info helper
...
fixes : #3826
7 years ago
Michelle Noorali
1ee1706870
Merge pull request #3900 from adshmh/3886-support-removal-of-multiple-repos-from-cli
...
support removing multiple repositories using repo remove command
7 years ago
Michelle Noorali
539041e439
Merge pull request #3903 from derekbassett/helm-ls-modification-rebase
...
Add App Version to the helm ls command.
7 years ago
Michelle Noorali
513dc6bd7c
Merge pull request #3901 from AdamDang/patch-4
...
Typo fix in functions_and_pipelines.md
7 years ago
Michelle Noorali
b5c0e40d6a
Merge pull request #3898 from michelleN/filepath
...
ref(pkg/plugin): create clean path for extracting files
7 years ago
Matthew Fisher
aa2976f0ce
swallow the error when returning the default HTTP client
7 years ago
Adam Reese
c90b0a8197
Merge pull request #3913 from adamreese/fix/3902-helm-test
...
fix(kube): use correct object type in watch
7 years ago