Matthew Fisher
7571691e31
Merge pull request #4159 from AdamDang/patch-5
...
Typo fix: retruns->returns
7 years ago
AdamDang
4d22b104b7
Typo fix: retruns->returns
...
retruns->returns
7 years ago
Matthew Fisher
f296e37782
Merge pull request #4153 from mattjmcnaughton/mattjmcnaughton/fix-test-failure-message
...
Fix test failure message
7 years ago
mattjmcnaughton
e8b788dc4f
Fix test failure message
...
The error message we reported if the test failed was incorrect.
7 years ago
Matthew Fisher
d4205ea1da
Merge pull request #4151 from rsalmond/typofix
...
small typo fix
7 years ago
Rob Salmond
03d502c431
small typo fix
7 years ago
Matthew Fisher
1c2592975b
Merge pull request #1929 from bacongobbler/helm-image
...
build helm binary in tiller image
7 years ago
Matthew Fisher
3771ef8635
Merge pull request #3984 from muehlburger/dev
...
Fix filenames in tarball created on windows
7 years ago
Michelle Noorali
edaef32491
Merge pull request #4124 from michelleN/security-email
...
update security vulnerability email
7 years ago
Michelle Noorali
af37c6715a
update security vulnerability email
7 years ago
Matthew Fisher
d77642f4a5
Merge pull request #4104 from yenicapotediaz/master
...
removed --install option from --namespace to solve inconsistency with the `helm lint` documentation
7 years ago
Matthew Fisher
d4c4d22280
Merge pull request #4105 from balboah/feature/template_release_isinstall
...
Add helm template --is-upgrade
7 years ago
Matthew Fisher
086139ab1f
Merge pull request #4119 from slayerjain/patch-1
...
docs(helm): Added double quotes to example
7 years ago
Matthew Fisher
67e25a8266
Merge pull request #4121 from mf-lit/patch-1
...
Update tiller_ssl.md
7 years ago
mf-lit
215abe9fd4
Update tiller_ssl.md
...
Add -days parameter to openssl signing commands for clarity. Also add some related troubleshooting steps.
7 years ago
Shubham Jain
8415e2716c
docs(helm): Added double quotes to example
...
In the current version of helm (2.8.2), there needs to be double quotes around the value to support escaping special characters.
7 years ago
Matthew Fisher
d6fe434ed8
Merge pull request #4116 from RyanHartje/4013
...
[4013] adding docs for GKE for helm 2
7 years ago
Ryan Hartje
20fe27c0de
adding docs for GKE for helm 2
7 years ago
Johnny Bergström
93e8f0a694
make docs
...
recipe for target 'verify-docs' failed
7 years ago
Johnny Bergström
43b19dccbe
Add helm template --is-upgrade
...
Useful for toggling .Release.IsInstall / .Release.IsUpgrade which
in turn may cause templates to render differently.
7 years ago
Yeni Capote Diaz
4f36bbf2bd
removed --install option from --namespace.
7 years ago
Matthew Fisher
b6660cd5c9
Merge pull request #4069 from AdamDang/patch-4
...
Typo fix: KuberVerison->KuberVersion
7 years ago
AdamDang
89c29f3ff1
Update capabilities.go
7 years ago
Michelle Noorali
bb19aea597
Merge pull request #4043 from rajatjindal/fix-lint-warn
...
fix lint warning
7 years ago
Matthew Fisher
4b23fd3db9
Merge pull request #4052 from bacongobbler/latest-releases-page
...
docs(README): replace with a link to the latest releases page
7 years ago
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
Matthew Fisher
e52c7dbf92
replace with a link to the latest releases page
...
This removes a step required every time we release Helm, making it
simpler to cut a new release.
7 years ago
Rajat Jindal
f2abb2ae14
fix lint warning
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
Herbert Mühlburger
a1b5b69248
Refactor to be more precise
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
Herbert Mühlburger
dcdeefbd63
#3763 replace backslash with forward slash
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
0a3580e8d9
build helm binary in tiller image
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