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
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
7 years ago
Justin Scott
a2323f8658
Merge pull request #2818 from lichuqiang/master
...
fix typo in helm_fetch.md
7 years ago
lichuqiang
ceb953c5b0
fix typo
7 years ago
Ergin Babani
e22dad066c
Update docs with the upgrade/install namespace behaviour.
7 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
7 years ago
Dan O'Brien
3896c343c2
updated pullpolicy example
...
Unsupported value: "alwaysPull": supported values: Always, IfNotPresent, Never
7 years ago
Michelle Noorali
3f33651713
Merge pull request #2761 from michelleN/service-account-docs
...
chore(docs): add guide for service accounts
7 years ago
Taylor Thomas
9a0070af85
Merge pull request #2767 from appscode/link-wheel
...
Add link to wheel.
7 years ago
Michelle Noorali
f1bd1e684a
docs(service_accounts): add non cluster-admin ex
7 years ago
tamal
80c2c85201
Add link to wheel.
7 years ago
Laurens Vanderhoven
d1ee8d4ce6
Add requirements.yaml to Charts file structure
7 years ago
Michelle Noorali
deffe2024a
chore(docs): add guide for service accounts
...
* closes #2224
7 years ago
Michelle Noorali
b555206786
Merge pull request #2749 from jiaweizhou/patch-1
...
docs(helm): Fix docs spelling error
7 years ago
Michelle Noorali
916502c79c
Merge pull request #2753 from mstrzele/helm-edit-plugin
...
docs: add helm-edit plugin
7 years ago
Miouge1
1c3d9b892e
Fix link
7 years ago
Maciej Strzelecki
373b5cb86b
docs: add helm-edit plugin
7 years ago
jiaweizhou
3ee74217d1
fix spelling error
7 years ago
gardlt
97893afc62
docs(fix): fixed misspelled word
...
- updated helm_test.md
7 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
7 years ago
Miguel David
b95866bd67
Fixing typos in requirements.yaml part
7 years ago
Aishwarya Thangappa
313a891b4c
Updated docs
7 years ago
Taylor Thomas
aaaf480d3d
Regenerates docs
7 years ago
Adam Reese
057c747c1f
fix(docs): run docs generator
7 years ago
Scott Rigby
8be9bb51de
Update documentation for deleting a default key from a values file
7 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
7 years ago
Taylor Thomas
6931a2387d
Merge pull request #2629 from gmile/patch-1
...
Reduce indent in code block
7 years ago
Taylor Thomas
4204f69cd2
Merge pull request #2628 from KarolisL/patch-1
...
Remove confusing 'if' from install.md
7 years ago
Santiago Suarez Ordoñez
4c58fb0443
removing redundant content after reorg
7 years ago
Eugene Pirogov
0104bce792
Add syntax highlighting
7 years ago
Eugene Pirogov
5a892efcf8
Reduce indent in code block
7 years ago
Karolis Labrencis
25852aa8f4
Remove confusing 'if' from install.md
...
The "if" might confuse reader
7 years ago
Santiago Suarez Ordoñez
731df0a154
charts.md updates
...
Updating docs to prioritize `requirements.yaml` over `charts/` directory.
As `requirements.yaml` is the recommended strategy, let's document that first to make sure no one jumps the gun and goes ahead to implement manual deps via `charts/` just because they didn't read the whole section.
7 years ago
Justin Scott
37e5f76f9e
Capitalize 'helm' text that was missed.
7 years ago
Justin Scott
b704947d54
Fix broken tests due to "server-side" text change.
7 years ago
Justin Scott
af4c243ee3
Correct punctuation and capitalization for user facing strings.
7 years ago
Taylor Thomas
56ed16aeca
Merge pull request #2499 from WilliamDenniss/test-docs
...
Fixed helm test sample.
7 years ago
William Denniss
c19bba17c5
Fixed helm test sample.
...
The current sample doesn't work as documented.
New sample based on https://github.com/kubernetes/charts/pull/1156 .
7 years ago
Reinhard Nägele
4f14bb9d05
Update standard label docs
7 years ago
Matt Butcher
42ede7f6f8
Merge pull request #2589 from luck02/patch-1
...
Update plugins.md
7 years ago