Matthew Fisher
afd6f53023
Merge pull request #4096 from qinix/fix-doc-requirements-condition
...
fix charts doc: there shouldn't be a space in between the conditions
7 years ago
Dean Coakley
0ddbcc1fe9
Remove trailing whitespace
7 years ago
Matthew Fisher
1a728c6f14
Merge pull request #4139 from radbaron/master
...
Documentation formatting [Tiny]
7 years ago
Arash Deshmeh
d8c4cbb0e0
feat(helm): Added the ability to handle custom description to client side for install, upgrade, rollback, and delete commands. Updated the documentation according to the changes.
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
andrzejwp
e4a80cdc3b
Add link to cdwv/awesome-helm
7 years ago
Lukas Eichler
4d63e1f84f
Added documentation for the tpl function
7 years ago
Rob Salmond
03d502c431
small typo fix
7 years ago
radbaron
4e29c7e2fd
Documentation: add syntax highlighting to code examples & fix spelling of kube primitives
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
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
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
Eric Zhang
091dd84c71
fix charts doc: extra space in requirement condition
7 years ago
Yeni Capote Diaz
4f36bbf2bd
removed --install option from --namespace.
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
Michelle Noorali
1bb34bc255
chore(docs): mv index.md to README.md
...
* Newcomers may not realize they have to look
for the index.md file when coming to the docs dir
* README.md makes the index easier to see
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
Taylor Thomas
b133da06e5
docs(release_checklist): Adds information about new release meetings
...
We have decided to start having release meetings to define clear objectives
for a release. This documents the process.
7 years ago
AdamDang
ddb536aa7a
Typo fix: usa helm->use helm
...
usa helm->use helm
7 years ago
Julien Bordellier
c67fab5934
docs(helm): update Globs examples to work correctly
7 years ago
Marat Garafutdinov
7a65f7479a
add --col-width to `helm search` ( #3949 )
...
* add customizeable --col-width
* make docs. whitespacing
7 years ago
AdamDang
28fb950588
Typo fix in plugins.md "that that"->"that"
...
"that that"->"that"
7 years ago
Colin Dickson
b0eb40b2ca
fixed flag for tls ca cert option in the documentation
7 years ago
Sean Eagan
49c3d50e4e
feat(list): Optional output as JSON and YAML
...
The choice of interface `--output (json|yaml)` is to match that of the
status command, except that -o is not available as it is already used
by --offset.
WIP #1534
7 years ago
Michelle Noorali
513dc6bd7c
Merge pull request #3901 from AdamDang/patch-4
...
Typo fix in functions_and_pipelines.md
7 years ago
Matthew Fisher
7b8aae4667
Revert "feat: add --set and --values options to 'helm package'"
...
This reverts commit a930eb7ff4
.
7 years ago
AdamDang
f291fdbb43
Typo fix in functions_and_pipelines.md
...
useable->usable
7 years ago
Jesse Weinstein
4ce35363d4
Document apiVersion field
...
Added in https://github.com/kubernetes/helm/issues/1264
7 years ago
Matthew Fisher
00afbd7e74
remove optional field from charts and templates
7 years ago
Manuel Rüger
87cd8ce79a
Remove Mercurial build-time dependency
...
Since the only dep (bitbucket.org/ww/goautoneg) that required it is gone in
845e990143 (diff-f16a80eae23d5b298c2652448ec420cfL4)
7 years ago
xianlubird
4b09b0489b
Fix some typo
...
Signed-off-by: xianlubird <xianlubird@gmail.com>
7 years ago
AdamDang
79ffa98ec0
Proper none not in capitals
...
Helm is a proper none, should be written in capitals.
7 years ago
Erik Sundell
3f5e82c832
Typo fix
...
`*/ }}` would cause an error actually, one must use `*/}}` or `*/ -}}`. Not obvious at all.
7 years ago
Taylor Thomas
85282ab864
fix(docs): Add the missing docs
...
Because I was too stupid to regen the docs and flake made it so we
didn't get a reminder
7 years ago
Matthew Fisher
2e309df08f
Merge pull request #3836 from bacongobbler/rename-to-crd
...
rename TPR to CRD
7 years ago
Matthew Fisher
d078caa0d0
Merge pull request #3471 from adshmh/add-set-and-values-options-to-helm-package
...
feat: add --set and --values options to 'helm package'
7 years ago
Stefan Henseler
c6faed101b
Updates readme with choco install command
7 years ago
Taylor Thomas
8fef5aad52
Merge pull request #3794 from AdamDang/patch-2
...
Update rbac.md
7 years ago
Matthew Fisher
f52d0f4f18
rename TPR to CRD
7 years ago
Daryl Walleck
1e7915587f
Fixes typos introduced in #3540 . Closes #3823
7 years ago
Michelle Noorali
e922a873bc
ref(cmd/upgrade): update reuse-values flag descrip
...
helps clarify behavior. See #3655
7 years ago
AdamDang
58ac602365
Typo fix helm->Helm
7 years ago
Matthew Fisher
e794c48c3a
Merge pull request #3540 from flant/hook_recreate_delete_policy
...
Implement before-hook-creation delete policy
7 years ago
AdamDang
026e6b55e5
Update rbac.md
...
In the main text and paragraph title, "Tiller" and "tiller" are both used, It's better use same format.
7 years ago
Matthew Fisher
d32a6ef63b
Merge pull request #3768 from edgarlanting/patch-1
...
Updated kubernetes_distros.md with DC/OS note.
7 years ago
Shredgar
3334309a91
Removed typos (additional plus signs)
...
Removed typos (additional plus signs)
7 years ago
muhongwei
0ba75b6652
fix 'eveything' -> 'everything' ( #3754 )
7 years ago
muhongwei
75387fe318
fix 'mulitenant'->'multitenant' ( #3755 )
7 years ago
Jonathan Hall
6e3a0a1291
Remove outdated note.
7 years ago
Shredgar
52b7abac26
Updated kubernetes_distros.md with DC/OS note.
...
Updated kubernetes_distros.md with a note that Helm is running fine on Kubernetes on DC/OS
7 years ago
AdamDang
31c03a2484
Update tiller_ssl.md
...
"that" is duplicated.
7 years ago
Russell Morrisey
9d0dc294d7
Updated to mention the --purge flag on delete
...
See: https://github.com/kubernetes/helm/issues/2332
7 years ago
Matthew Fisher
62153d10df
Merge pull request #3733 from jstrachan/patch-2
...
add a link to Jenkins X and how it uses helm
7 years ago
James Strachan
6abbee0d44
fixed typo + moved into Helm Included section
7 years ago
Derek Bassett
00376d4d1f
The default defined role does not allow Tiller to launch Kubernetes jobs.
7 years ago
fqsghostcloud
bddb6591d4
fix Syntax error
...
fix Syntax error
7 years ago
James Strachan
502db80b26
add a link to Jenkins X and how it uses helm
...
for promoting applications through environments via GitOps
7 years ago
Alexey igrychev
1d4883bf3c
Implement before-hook-creation delete policy
...
Existing helm.sh/hook-delete-policy annotation variables (hook-failed, hook-succeeded) do not allow to leave failed jobs for debugging without blocking the next job launching: every failed job must be deleted manually before the next related release is launching (installing, updating or rolling back).
New policy, before-hook-creation, removes the hook from previous release if there is one before the new hook is launched and can be used with another variable.
7 years ago
Arturo Contreras
a615f80c92
Adding --set-string flag to force string values.
7 years ago
Eyal Ben Moshe
b6335b7dfe
Authentication support for remote charts repositories ( #3206 )
...
Authentication support for remote charts repositories.
7 years ago
Matthew Fisher
87f66af061
Merge pull request #3652 from rajatjindal/history-format
...
add support for output format in json or yaml
7 years ago
Matthew Fisher
b335bfdabf
Merge pull request #3680 from bacongobbler/fix-doc-style
...
add newline after header
7 years ago
Arash Deshmeh
a930eb7ff4
feat: add --set and --values options to 'helm package'
...
When 'helm package --set stringsArray' is run, this will set/override values
in the packaged chart. 'helm package --values valueFiles' uses one or more
value files to achieve the same.
Closes #3141
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Rajat Jindal
333341425a
update documentation as per review feedback
7 years ago
Florian Zysset
3625241025
feat(helm): inspect readme
7 years ago
Matthew Fisher
421499708f
add newline after header
...
Doesn't cahnge the rendered markdown, but it makes the styling consistent with the rest of the docs.
7 years ago
Rajat Jindal
c93ff32f52
make table explicitly default
7 years ago
Rajat Jindal
46ed802750
add support for output format in json or yaml
7 years ago
Taylor Thomas
c5f2174f26
Merge pull request #3640 from rajatjindal/docfix
...
fix typo in docs and fake
7 years ago
Rajat Jindal
92972b0353
fix typo in docs and fake
7 years ago
Patrick Liu
d01c5e0ee6
Add helm-unittest in plugins
7 years ago
Matthew Fisher
a66a39a171
fix helm init --wait
7 years ago
Matthew Fisher
c31246467c
Merge pull request #3623 from bacongobbler/docs-kubeversion
...
fix kubeVersion example
7 years ago
Matthew Fisher
01b404b68e
fix kubeVersion example
7 years ago
Matthew Fisher
184f7840e8
Merge pull request #3607 from evanscastonguay/patch-1
...
Add instruction to support new GnuGP version
7 years ago
Evans Castonguay
c6f7e54267
update the documentation to refere to GnuPG v2
...
update the documentation to refere to GnuPG v2 instead of latest GnuPG
7 years ago
Matthew Fisher
fc57b35298
Merge pull request #3608 from chenzhiwei/update-doc
...
Change helm update to helm upgrade
7 years ago
Chen Zhiwei
363e5bcdf8
Change helm update to helm upgrade
7 years ago
Yaroslav Molochko
2f252e9524
Add --replicas option for HA fixes #2334
7 years ago
Itay Shakury
f78aaa8715
added Codefresh
7 years ago
Evans Castonguay
8a7390342b
Add instruction to support new GnuGP version
...
The latest GnuGP tool (https://gnupg.org/download/ ) is now storing keyring in a new format file 'kbx' instead of 'gpg' which make the current documentation incomplete for a new user. The propose pull request consists of adding documentation to explain how to generate a gpg using the latest GnuGP tool
7 years ago
Matthew Fisher
6cb83d4a81
Merge pull request #3590 from joonix/helm-hashtag
...
Add helm-hashtag plugin
7 years ago
Sami Alajrami
df61fb84d8
adding Helmsman in docs/related.md
7 years ago
Johnny Bergström
e4305233e4
Add helm-hashtag plugin
...
https://github.com/balboah/helm-hashtag
7 years ago
Matthew Fisher
89b8312c48
Merge pull request #3502 from yanc0/typo-occurences-charts.md
...
fix occurences typo in charts.md
7 years ago
Justin Scott
420be49522
Merge pull request #3475 from jascott1/3394_reset
...
fix(helm): update helm reset --force tip for clarity
7 years ago
Matthew Fisher
2f2ebbeebb
Merge pull request #3405 from liubin/patch-2
...
Fix typo
7 years ago
Matthew Fisher
ef1307f10c
Merge pull request #3492 from flimzy/docs
...
Minor documentation fixes
7 years ago
Matthew Fisher
512f3be7dd
Merge pull request #3561 from eicnix/master
...
docs(helm): Added kubeVersion to documentation.
7 years ago
Lukas Eichler
a78336ad35
docs(helm): Added kubeVersion to documentation.
...
docs(helm): Added kubeVersion to documentation and examples.
Adjusted wording for the Chart.kubeVersion description
Removing redundant wording for Chart.kubeVersion description
7 years ago
Matthew Fisher
18b709ef21
Merge pull request #3473 from bacongobbler/use-underscore
...
use an underscore for release_checklist.md
7 years ago
Adam Reese
d0883dd813
docs(related): add helm-local plugin ( #3547 )
7 years ago
Justin Scott
64ac056983
Merge pull request #3524 from mueedc/master
...
update docs to demonstrate best practices in regards to named templates
7 years ago
EJ Etherington
ed0a7462d8
Added ReactiveOps Autohelm to the related tools list
7 years ago
Mueed Chaudhry
4cc95d2c2f
update docs to demonstrate best practices in regards to named templates
7 years ago
Frederik Carlier
8530f1bc22
Add a reference to Helm.NET
7 years ago
Jason Murray
d65f8b532f
Typo once/one
7 years ago