Taylor Thomas
e3d4206b65
Merge pull request #4469 from rimusz/master
...
add Tillerless Helm blog post and plugin references
6 years ago
Matthew Fisher
d1c45b090e
Merge pull request #4529 from hobti01/patch-4
...
docs: Messages are encrypted when using client-tiller TLS
6 years ago
Tim Hobbs
0b3924b2ac
Messages are encrypted when using TLS
...
When helm client and tiller use TLS their messages are encrypted, not unencrypted ;)
6 years ago
Matt Farina
a4e2e8b505
Moving from CLA to DCO in contribution guide
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
Martin Hickey
7306b4c28e
Fix helm create note for k8 label convention changes
...
Update to note as per changes in Issue #4335 . Otherwise cannot
retrieve the pod with the label names.
6 years ago
Matthew Fisher
78550dd2c8
Merge pull request #4522 from dustinspecker/patch-1
...
docs: remove extraneous "it"
6 years ago
Dustin Specker
8c69e1af4f
docs: remove extraneous "it"
6 years ago
Adam Reese
b95eb54bf2
Merge pull request #4420 from adamreese/ref/kube-1.11
...
ref(*): kubernetes v1.11 support
6 years ago
Matt Farina
cc7cc1087f
Merge pull request #4448 from mattfarina/update-labels
...
Updating to the k8s label convention
6 years ago
Matt Farina
83e3571358
Merge branch 'master' into update-labels
6 years ago
Matt Farina
777886359c
Merge pull request #4478 from mattfarina/helm-cncf-contact-update
...
docs(README): Updating for Helm in CNCF
6 years ago
Matt Farina
f0af0abbb0
Merge branch 'master' into helm-cncf-contact-update
6 years ago
Matthew Fisher
0f10ded76d
Merge pull request #4484 from bacongobbler/fix-get-script-again
...
strip out all extra lines other than the first for parsing
6 years ago
Matthew Fisher
c15a355da7
strip out all extra lines other than the first for parsing
6 years ago
Matthew Fisher
0b79ecf4ca
Merge pull request #4480 from nojnhuh/master
...
Fix typo in parser.go
6 years ago
Jon Huhn
d929391199
Fix typo in parser.go
6 years ago
Matthew Fisher
36431fa0f4
Merge pull request #4477 from nickschuch/fix-zoom-link
...
Update the Developer Call zoom.us link
6 years ago
Nick Schuch
1ed6ffbdb0
Update zoom.us link
6 years ago
Matt Farina
a8229323cd
docs(README): Updating for Helm in CNCF
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
Matthew Fisher
bba13a6c2d
Merge pull request #4474 from rosko/patch-1
...
fix: link to custom resource definitions section in best practices
6 years ago
Matthew Fisher
15c1f0259d
Merge pull request #4473 from ultimateboy/patch-1
...
fix(client): fix bug in list releases to append all releases
6 years ago
Alexey Volkov
f15d658450
fix: link to custom resource definitions section
6 years ago
Matt Tucker
38eb73760b
fix(client): fix bug in list releases to append all releases
6 years ago
rimas
c4c9287a0a
add Tillerless Helm blog post and plugin references
6 years ago
muffin87
204f823b5e
Add basic tutorial for beginners ( #4466 )
6 years ago
Matthew Fisher
8a1e7e47d6
Merge pull request #4464 from bacongobbler/sort-links
...
sort links alphabetically
6 years ago
Matthew Fisher
8f7c0079fe
sort links alphabetically
6 years ago
Matt Butcher
e8b003af9a
docs(alpine): quote release label value ( #4460 )
...
Labels should be quoted so that values such as "true" or "1" are not
interpolated to the wrong type.
6 years ago
Matthew Fisher
133683c72f
Merge pull request #4457 from hickeyma/add-plugin-helm-stop-link
...
Add Helm stop capability
6 years ago
Martin Hickey
c658639ccc
Add link to doc for Helm Stop plugin
...
Link added to
https://github.com/helm/helm/blob/master/docs/related.md#helm-plugins
6 years ago
Adam Reese
59a60a6e7c
docs(generated): regenerate markdown docs
6 years ago
Adam Reese
efadbd8803
ref(*): kubernetes v1.11 support
6 years ago
Matthew Fisher
13d67a9b03
Merge pull request #4449 from bacongobbler/bump-version-2.10
...
bump version to v2.10
6 years ago
Matthew Fisher
76f325322a
bump version to v2.10
6 years ago
Matt Farina
e328d00a2f
Updating to the k8s label convention
...
Closes #4335
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
Matthew Fisher
daa7c2a773
Merge pull request #4444 from bacongobbler/rebase-4345
...
fix(helm): fix(helm): add `--tls-hostname` flag to tls flags
6 years ago
fibonacci1729
bd0686731c
fix(helm): fix(helm): add `--tls-hostname` flag to tls flags
...
docs(*): update tiller_ssl.md to reflect IP SAN usage.
When using helm/tiller in tls-verify mode, 127.0.0.1 should
be listed as an IP SAN in the tiller certificate to pass
hostname verficiation of the TLS handshake.
Closes #4149
6 years ago
Taylor Thomas
99bfe7c5ec
Merge pull request #4438 from tomasr/sastoken-in-repo-url
...
Test+Fix for Query string in repo URL is discarded when downloading packages
6 years ago
Matthew Fisher
f2a25e7968
Merge pull request #4443 from bacongobbler/fix-1690
...
distribute tiller binary with each release
6 years ago
Michelle Noorali
2d82b88282
Merge pull request #4364 from michelleN/fix-4337
...
fix(release_server): fix how we merge values
6 years ago
Michelle Noorali
3e0de0dae9
fix(release_server): fix how we merge values
...
resolves #4337
Merging maps inside of strings gets a bit tricky. When two
strings consisting of "{}" were being added together, this resulted in
"{}\n{}" instead of "{}" which is what we wanted. This led to YAML
parsing errors and showed up when the `--reuse-values` flag was used
when no overrides via `--set` were provided during install and/or
upgrade.
6 years ago
Matthew Fisher
c98f3a1a05
distribute tiller binary with each release
6 years ago
Mike Lundy
15ef839ff4
[manifests] hoist the regex out of SplitManifests
6 years ago
Mike Lundy
0a9c16f42b
[fake] implement rendering and simulated upgrades
6 years ago
Mike Lundy
4139a00e17
[templates] extract some rendering code into a package
6 years ago
Mike Lundy
67de9f2be4
[tiller] move the Manifest type to its own pkg
...
It's really easy to cause an import cycle on this type; this resolves
the problem by moving it out of the tiller pkg into its own. An alias is
left behind in order to prevent downstream breakage.
6 years ago
Tomas Restrepo
152fdaf5ba
Only propagate query string if refURL is relative to baseURL
6 years ago
Tomas Restrepo
db69200152
Propagate query string arguments in repository URL to absolute chart URL
6 years ago
Matthew Fisher
71629f046a
Merge pull request #4426 from rimusz/tiller-auth-plugins-patch
...
add support for `auth-provider` from kubeconfig files
6 years ago
Rimas
3dddd5080e
add support for `auth-provider` from kubeconfig files, addreses #4422
6 years ago