Matthew Fisher
ea0a842f74
use the latest version of Go/Glide
...
Also point out that kubectl is an optional component of the development workflow.
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
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
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
Taylor Thomas
4204f69cd2
Merge pull request #2628 from KarolisL/patch-1
...
Remove confusing 'if' from install.md
8 years ago
Santiago Suarez Ordoñez
4c58fb0443
removing redundant content after reorg
8 years ago
Eugene Pirogov
0104bce792
Add syntax highlighting
8 years ago
Eugene Pirogov
5a892efcf8
Reduce indent in code block
8 years ago
Karolis Labrencis
25852aa8f4
Remove confusing 'if' from install.md
...
The "if" might confuse reader
8 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.
8 years ago
Justin Scott
37e5f76f9e
Capitalize 'helm' text that was missed.
8 years ago
Justin Scott
b704947d54
Fix broken tests due to "server-side" text change.
8 years ago
Justin Scott
af4c243ee3
Correct punctuation and capitalization for user facing strings.
8 years ago
Taylor Thomas
56ed16aeca
Merge pull request #2499 from WilliamDenniss/test-docs
...
Fixed helm test sample.
8 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 .
8 years ago
Reinhard Nägele
4f14bb9d05
Update standard label docs
8 years ago
Matt Butcher
42ede7f6f8
Merge pull request #2589 from luck02/patch-1
...
Update plugins.md
8 years ago
Reinhard Nägele
5a3be67acf
Update standard label docs ( #2581 )
...
Align docs to what we currently recommend as best practices.
8 years ago
Matt Butcher
66f908778f
Merge pull request #2603 from yuvipanda/patch-2
...
Fix markdown syntax in doc
8 years ago
Taylor Thomas
0b8b8733c4
Merge pull request #2583 from unguiculus/improve-examples
...
Improve chart examples
8 years ago
Yuvi Panda
963aca1d78
Fix markdown syntax in doc
8 years ago
Gary Lucas
7681a1c82b
Update plugins.md
...
typo
8 years ago
Julien Balestra
8dfec4db61
Fix typo in command line.
8 years ago
Reinhard Nägele
843e652472
Improve chart examples
8 years ago
Matt Butcher
ecef026b68
Merge pull request #2545 from technosophos/feat/set-list-index
...
feat(helm): support array index format for --set.
8 years ago
Matt Butcher
c01c7318ab
feat(helm): support array index format for --set.
...
This adds support for specifying list position with an array index using
`--set`. For example, this now works: `--set servers[0].port=8080`
8 years ago
Brandon B. Jozsa
b482780ebb
docs: add armada to the additional tools readme
8 years ago
Matt Butcher
8832cde7e0
Merge pull request #2555 from lachie83/docs-tiller-namespaces
...
(docs) - add best practices for running tiller in namespaces
8 years ago
Lachlan Evenson
6a7a7d2a58
update wording based on pr review
8 years ago
Matt Butcher
a15b3be9de
Merge pull request #2496 from pierreozoux/patch-1
...
Rename index.md to README.md
8 years ago
Lachlan Evenson
a25c5a7362
add best practices for running tiller in namespaces
8 years ago
Matt Butcher
c4a4b9668d
Merge pull request #2546 from technosophos/docs/remove-block-sections
...
docs(chart_template_guide): remove discussion of blocks
8 years ago
Taylor Thomas
e3250e3319
Merge pull request #2534 from sushilkm/issues/2508
...
First alias would be dependency rename
8 years ago
Matt Butcher
52a3405b1e
Merge pull request #2542 from sushilkm/issues/2128
...
Allow updating chart dependencies when packaging a chart
8 years ago
Matt Butcher
38a3067170
docs(chart_template_guide): remove discussion of blocks
...
There are a lot of weird edge cases when using blocks inside of charts,
and we have been telling users to avoid using them for the last six
months. This just removes the documentation about them. It also adds a
warning about why blocks should not be used.
8 years ago
willise
c8b8c1e6d6
fix(helm): modify `helm repo update` help info
...
The former help info may cause misunderstanding that this command
can update content of charts existing in remote respositories while
it does pull charts' info from remote repositories.
This trivial modification leads better understanding.
8 years ago
Sushil Kumar
9b4b4dd1df
Updated docs
8 years ago
Sushil Kumar
0afcd0b5f6
Updated docs to refer new requirements.yaml structure
8 years ago
Adam Reese
8272360681
Merge pull request #2476 from adamreese/fix/flag-envars
...
fix(helm): fix race conditions in flag parsing
8 years ago
Matt Butcher
3647e60786
Merge pull request #2512 from technosophos/fix/2510-missing-url-prefix
...
fix(helm): prepend repo URL to packages missing scheme
8 years ago
willise
af8730032a
docs(helm): fix typo
8 years ago
Taylor Thomas
577f8a82b2
Merge pull request #2532 from corymsmith/patch-2
...
fix(docs): A couple spelling mistakes on chart_tests.md
8 years ago
Michelle Noorali
744cfe23c0
Merge pull request #2536 from zoidbergwill/patch-2
...
GitHub got more fussy about markdown
8 years ago
Rober Morales-Chaparro
8470495d0a
Update using_helm.md
8 years ago
William Martin Stewart
7143774a0f
GitHub got more fussy about markdown
8 years ago
Cory Smith
a2d559bd0b
fix(docs): A couple spelling mistakes
...
Missed these on my PR last night
8 years ago
Brian
09d4555f40
Merge pull request #2528 from SlickNik/slicknik-master
...
fix(docs): Updated non-working example in 'Using Helm' documentation
8 years ago
Cory Smith
0b33a1323e
Fixing mariadb spelling mistake
8 years ago
Nikhil Manchanda
2b0a612858
fix(docs): Updated non-working example in 'Using Helm' documentation
...
Closes #2527
8 years ago
Adam Reese
9b7d500fe0
chore(docs): generate docs
8 years ago
Matt Butcher
4c6a7cf759
fix(helm): prepend repo URL to packages missing scheme
...
When a repository is generated without --url, the packages in that
repository do not have FQDNs. In this case, the URL prefix (FQDN plus
base path) should be derived from the repository's base URL. This seems
to be a regression that crept in around Helm 2.2.0. This is now fixed.
Closes #2315
Closes #2510
8 years ago
peay
a9fa9282e1
Add --force to upgrade and rollback (generated changes)
8 years ago
Taylor Thomas
7dd6eb22f7
Merge pull request #2486 from sushilkm/issues/2383
...
Adds alias for dependencies
8 years ago
Justin Scott
7c7646cce2
fix(docs): Remove "no nested globals allowed"
...
Remove incorrect statements in charts.md about nested globals not being allowed.
8 years ago
Sushil Kumar
351dfea53b
Added a note about alias in documentation
8 years ago
Sushil Kumar
71c1fe2c24
Updated docs for reset changes
8 years ago
Pierre Ozoux
f92123b768
Rename index.md to README.md
8 years ago
Matt Butcher
3c97db803f
ref(docs): remove unnecessary docs and clean up doc generator
8 years ago