Maciej Kwiek
3d94d9cfec
Merge pull request #2769 from rocky-nupt/feature-remote-value
...
feat(helm):Allow remote values.yaml with -f
7 years ago
Justin Scott
16c579f3a3
feat(helm): Add --node-selectors and --output flags to helm init
...
This feature enables users to specify more control over where Tiller pod
lands by allowing "node-selectors" to be specified. Alternatively, the
"--output" flag will skip install and dump Tiller's raw Deployment manifest to stdout so user may alter it as they see fit (probably with a JSON manipulation tool like jq).
Closes #2299
7 years ago
Dhilip
67af4998de
helm create all defined template names should be namespaced … ( #2845 )
...
* helm create all defined template names should be namespaced https://docs.helm.sh/chart_best_practices/#names-of-defined-templates
* Update Doc
* Update example
7 years ago
flyer103
ac533d98be
docs/developers.md: change tense
7 years ago
flyer103
c4581c8b40
docs/developers.md: add notes for `k8s.io` dir
7 years ago
Neil Moore
bd48fa165e
Update helm_install.1
7 years ago
Neil Moore
9c37643081
Update helm_install.md
7 years ago
Matthew Fisher
cf3fc21e81
Merge pull request #2898 from zlabjp/kube-version
...
feat(helm): add --kube-version flag to helm template
7 years ago
Joshua Dolitsky
0089a28dba
Add ChartMuseum to related.md
7 years ago
Sean Slattery
48cb6ad63e
Minor Spelling Corrections
7 years ago
Frederi Mandin
c903a4417f
Corrected a typo in Easy in-cluster installation
7 years ago
Kazuki Suda
fa3ee5aecf
feat(helm): add --kube-version flag to helm template
...
This commit adds --kube-version flag to helm template. It allows you to
override the Kubernetes version used as Capabilities.KubeVersion.Major/Minor (e.g. 1.7).
7 years ago
flyer103
d55782de94
cmd/helm,docs/helm: amend default namespace of tiller
7 years ago
Matthew Fisher
d978c4af62
Merge pull request #2889 from scottrigby/2888-clarify-default-command-best-practice
...
Fixes #2888 . Clarifies that use of default command should stay DRY
7 years ago
Matthew Fisher
bb5db61325
Merge pull request #2781 from jascott1/i2755-template
...
feat(helm): add `template` command
7 years ago
ReSearchITEng
56af57ea94
easy copy/paste for those living on the edge
...
easy copy/paste for those living on the edge :)
7 years ago
Scott Rigby
58e8e3b756
Fixes #2888 . Clarifies that use of default command should stay DRY
7 years ago
Matt Butcher
7186fcf240
Merge pull request #2808 from ebabani/master
...
'helm upgrade --install' uses the namespace from kube config.
7 years ago
Matthew Fisher
2e9bb9f552
Merge pull request #2867 from appscode/upl
...
Update link to wheel
7 years ago
kfirstri
a1f536cb2b
right syntax is helm.sh/hook-delete-policy according to commit 734b124577
7 years ago
Justin Scott
4a02a71f1e
WIP feat(helm): add `template` command
...
This adds the functionality from the helm-template plugin to allow the
rendering of templates without Tiller.
Closes #2755
7 years ago
Tamal Saha
a412a1209a
Update related.md
7 years ago
xuhaigang
c77a90a240
feat(helm):Allow remote values.yaml with -f
...
In this feature, we can use -f option with remote files, same as kubectl
accepts URLs. I add an option to send a 'get' request when read the local
file failed.
Closes #2642
7 years ago
tamal
cdc0245d77
Update link to wheel
7 years ago
DockerZK
734b124577
feat(*) add key helm.sh/hook-delete-policy to hook annotation
...
When "helm.sh/hook-delete-policy: hook-succeeded" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is succeeded. When "helm.sh/hook-delete-policy: hook-failed" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is failed.
Closes #1769
8 years ago
Justin Scott
a2323f8658
Merge pull request #2818 from lichuqiang/master
...
fix typo in helm_fetch.md
8 years ago
lichuqiang
ceb953c5b0
fix typo
8 years ago
Ergin Babani
e22dad066c
Update docs with the upgrade/install namespace behaviour.
8 years ago
Matt Butcher
0853f4906a
feat(tiller): limit number of versions stored per release
...
This adds a new configuration option to Tiller to limit the number of
records stored per release.
Tiller stores historical release information (helm history, helm
rollback). This makes it possible to set a maximum number of versions
per release.
To enable this feature, use `helm init --history-max NNN`. Note that
because of the restrictions on Deployment objects, you will have to
re-install Tiller to add a limit.
Along the way, I found an unreported bug in the Memory storage driver.
This fixes that bug and adds substantially more tests to catch
regressions.
Closes #2332
8 years ago
Dan O'Brien
3896c343c2
updated pullpolicy example
...
Unsupported value: "alwaysPull": supported values: Always, IfNotPresent, Never
8 years ago
Michelle Noorali
3f33651713
Merge pull request #2761 from michelleN/service-account-docs
...
chore(docs): add guide for service accounts
8 years ago
Taylor Thomas
9a0070af85
Merge pull request #2767 from appscode/link-wheel
...
Add link to wheel.
8 years ago
Michelle Noorali
f1bd1e684a
docs(service_accounts): add non cluster-admin ex
8 years ago
tamal
80c2c85201
Add link to wheel.
8 years ago
Laurens Vanderhoven
d1ee8d4ce6
Add requirements.yaml to Charts file structure
8 years ago
Michelle Noorali
deffe2024a
chore(docs): add guide for service accounts
...
* closes #2224
8 years ago
Michelle Noorali
b555206786
Merge pull request #2749 from jiaweizhou/patch-1
...
docs(helm): Fix docs spelling error
8 years ago
Michelle Noorali
916502c79c
Merge pull request #2753 from mstrzele/helm-edit-plugin
...
docs: add helm-edit plugin
8 years ago
Miouge1
1c3d9b892e
Fix link
8 years ago
Maciej Strzelecki
373b5cb86b
docs: add helm-edit plugin
8 years ago
jiaweizhou
3ee74217d1
fix spelling error
8 years ago
gardlt
97893afc62
docs(fix): fixed misspelled word
...
- updated helm_test.md
8 years ago
Taylor Thomas
8fc88ab626
Merge pull request #2681 from at1012/at-helm-list
...
feat(2063): Better 'helm list' visibility into state of pending upgrades
8 years ago
Miguel David
b95866bd67
Fixing typos in requirements.yaml part
8 years ago
Aishwarya Thangappa
313a891b4c
Updated docs
8 years ago
Taylor Thomas
aaaf480d3d
Regenerates docs
8 years ago
Adam Reese
057c747c1f
fix(docs): run docs generator
8 years ago
Scott Rigby
8be9bb51de
Update documentation for deleting a default key from a values file
8 years ago
Steven E. Harris
24238bbe20
Merge pull request #2601 from jascott1/cap_init
...
feat(helm): Correct capitalization and punctuation for all user facing text
8 years ago
Taylor Thomas
6931a2387d
Merge pull request #2629 from gmile/patch-1
...
Reduce indent in code block
8 years ago