Carlos Tadeu Panato Junior
71ba25a5a9
change kubernetes to helm in docs and yaml files when refer the repository ( #4640 )
...
Signed-off-by: cpanato <ctadeu@gmail.com>
6 years ago
Michelle Noorali
e55cc79da3
Merge pull request #4631 from nenadstojanovikj/patch-1
...
Clearer wording when using pipelines
6 years ago
Nenad Stojanovikj
91994818a7
Clearer wording when using pipelines
...
Signed-off-by: Nenad Stojanovikj <nekk1@live.com>
6 years ago
Pratyush Verma
5211bfa110
Fix type in Values File ( #4629 )
...
Fix typo
Signed-off-by: Pratyush Verma <vermapratyush@gmail.com>
6 years ago
adshmh
b4b693c316
feat(helm): output option for helm get values command, allow json and yaml formats ( #4596 )
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
6 years ago
Thomas Garlot
ba260dca4a
4611 - Remove deadlink to deis.com ( #4613 )
...
Signed-off-by: tgarlot <thomas@garlot.net>
6 years ago
Anton Osmond
094b97ab5d
Be explicit about where occurences of <CHARTNAME> will be replaced in starter charts ( #4548 )
...
Signed-off-by: Anton Osmond <antonosmond@gmail.com>
6 years ago
Ian Chen
c539454c9c
Fix grammer for tests ( #4599 )
...
Signed-off-by: Ian Chen <ianchen06@gmail.com>
6 years ago
Matthew Fisher
10db6a6fb5
introduce `helm init --automount-service-account-token` ( #4589 )
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
bef59e40dc
allow settings TLS flags from environment variables ( #4590 )
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Arash Deshmeh
7f703f50a9
feat(helm): added new helm notes command to display notes provided by the chart of a release
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
6 years ago
Matthew Fisher
8a72628beb
Merge pull request #4340 from adshmh/4321-feat-helm-sort-releases-by-chart-name
...
feat(helm): add ability to sort release list by chart name
6 years ago
Arash Deshmeh
380ca1a923
feat(helm): add ability to sort release list by chart name
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
6 years ago
aswinkarthik
1b34a511d4
fix(helm): Add --tiller-tls-hostname flag to 'helm init'
...
This will fix the bug where 'helm init --wait' fails when TLS is used.
Signed-off-by: aswinkarthik <aswinkarthik93@gmail.com>
6 years ago
mattjmcnaughton
17151b99ea
Add containerized options for tests in Makefile
...
Add an option to run the `test-unit`, `test-style`, and `test`
steps from the `Makefile` insides of a docker container. Doing so
isolates this component of helm development from any other aspect of
your global go environment.
These commands all have the name `docker-*`. Long term, there may
be reproducibility benefits to running all of the Make steps in a
container by default, in which case `containerized-test-unit` could
become `test-unit`.
6 years ago
smurfralf
c4d6b5a434
Tweeks per bacon review
6 years ago
smurfralf
eeb3a1454a
Improve documentation for helm upgrade ( #4030 )
...
Expand and clarify documentation for `helm upgrade` to include nuances
of command line values setting.
Fixes issue #4030
6 years ago
Taylor Thomas
e3d4206b65
Merge pull request #4469 from rimusz/master
...
add Tillerless Helm blog post and plugin references
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
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
83e3571358
Merge branch 'master' into update-labels
6 years ago
Nick Schuch
1ed6ffbdb0
Update zoom.us link
6 years ago
Alexey Volkov
f15d658450
fix: link to custom resource definitions section
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
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
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
Matt Farina
e328d00a2f
Updating to the k8s label convention
...
Closes #4335
Signed-off-by: Matt Farina <matt@mattfarina.com>
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
Michael Huttner
1b955e63f7
Fixed error in docs for file access
...
$path.base gives the error "can't evaluate field base in type string", it should be "base $path"
6 years ago
Matthew Fisher
fb64bb66de
use dot notation for release candidates
6 years ago
Matthew Fisher
d3980f14df
Merge pull request #4312 from flynnduism/logo-svg
...
docs(chore): add svg logo
6 years ago
Matthew Fisher
f790db54fa
Merge pull request #4344 from abstiles/patch-1
...
Include exact details to configure storage=secret
6 years ago
Matthew Fisher
33a8527fd8
Merge pull request #3975 from bacongobbler/fix-release-notes
...
add amendments to release checklist
6 years ago
Matthew Fisher
089af0e1aa
soften the recommendation of hypens in chart names
...
We definitely still suggest that dashes are acceptable for chart packages, but users should be aware of the limitations of dashes in variable names in Go templates.
6 years ago
Matthew Fisher
6307aad16d
add every release artifact to the release notes
6 years ago
Matthew Fisher
e294439e01
add amendments to release checklist
6 years ago
Anders Rasmussen
9effff424f
Adding space for correct formatting on docs.helm.sh
...
The rendering of the bullet list is not rendered correctly on https://docs.helm.sh/developing_charts/#hooks
6 years ago
Michelle Noorali
96f9eb3c1f
Merge pull request #4371 from michelleN/docs
...
ref(docs): update docs around rbac
6 years ago
KUOKA Yusuke
dc93908626
feat: Set values from local files ( #3758 )
...
Adds the `--set-file key=filepath` flag to `install`, `upgrade`, `template` and `lint` sub-commands so that the content of the file at the `filepath` is set to the value for the `key`.
Resolves #1754
6 years ago
nashasha1
a657106798
Dashes are not allowed in the name
6 years ago
Matthew Fisher
c72c4a0bcd
Merge pull request #4372 from dracan/patch-1
...
Add missing space
6 years ago
Ihor Dvoretskyi
84856089c6
Snap installation information added ( #4366 )
...
* Snap installation information added
Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
* Moved Snap instructions to the different section
Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
6 years ago
Rohan Chakravarthy
4efa18a5ec
feat(helm): Add the --kubeconfig flag ( #4235 )
...
Adds the ability to specify a kubeconfig file that overrides $KUBECONFIG
6 years ago
Dan Clarke
02f8130dbe
Add missing space
...
Yeah, I know - very trivial, but ¯\_(ツ)_/¯ :)
6 years ago
Michelle Noorali
30f245c0d3
docs(rbac.md): delete redundant step
6 years ago
Michelle Noorali
57e7b07c3e
ref(docs): add more links to tiller rbac info
6 years ago