Joan Rieu
0af689b489
docs(templates): remove link to changed example
8 years ago
Joan Rieu
25e851ecd0
docs(templates): fix and expand config checksum example
8 years ago
Joan Rieu
e464479cb2
docs(templates): fix misleading/broken examples
8 years ago
Matthew Fisher
369f98b07c
Merge pull request #3075 from simonschmidt/using_helm_typo
...
Fix typo for --service-account
8 years ago
Adam Reese
fa49e5e92d
Merge pull request #3060 from mattfarina/feat/maintainer-url
...
feat(chart): Adding maintainer url
8 years ago
Simon Schmidt
3c3936fcaa
Fix typo for --service-account
8 years ago
Joan Rieu
171fa2ac46
docs(chart-files): add note about `.helmignore`
8 years ago
Joan Rieu
c27333fd4c
docs(chart): add note about `.helmignore` for `.Files`
8 years ago
Taylor Thomas
a5019d1a0a
Merge pull request #3064 from neil-ca-moore/dependencies-installation-doc
...
Dependencies installation doc
8 years ago
Taylor Thomas
36eb8d73b6
Merge pull request #3047 from jacobtomlinson/patch-1
...
Add docs clarification to resolve #3046
8 years ago
Taylor Thomas
ab7acfe061
Merge pull request #3042 from jiacona/patch-1
...
Update using_helm.md
8 years ago
Neil Moore
7888f54adb
Update charts.md
8 years ago
Neil Moore
bff5261715
Update charts.md
8 years ago
Gabriel Miretti
60fc7bde73
Using Helm in Openshift Kubernetes distribution
8 years ago
Matt Farina
22e5381251
feat(chart): Adding maintainer url
...
Each maintainer can have an optional URL. There are seceral use
cases for providing a URL instead of an email address:
- The case where a maintainer wants to hide their email address
behind a webform for personal security
- When the maintainer is an organization and feedback should
go to an issue queue
This change:
- Adds the proto field for url
- Updates the generated files for the chart proto
- Includes linting for the url
- Updates the docs to include the url
Closes #3056
8 years ago
Taylor Thomas
4b6ecb459b
Merge pull request #3034 from thomastaylor312/feat/add_secrets_docs
...
docs(tiller): Adds documentation for secret backend
8 years ago
Michael Venezia
8a30b58eee
Updating comment indentation
...
as requested
8 years ago
Michael Venezia
14cd8833ee
Adding documentation on $ variable
8 years ago
Jacob Tomlinson
e16a835bed
Add clarification to resolve #3046
...
There must be at least one subchart or template file, therefore the `charts` and `templates` directories are not strictly optional.
8 years ago
Johan Lyheden
4831089500
Add tests to HTTPInstaller, update plugin documentation
8 years ago
Drew Hunt
f98b0fcdeb
Working on Fedora release 25 - kubeadm v1.7.0 - kubelet v1.8.1
...
Tested:
- Installing/deleting Chart
- Chart upgrade and Chart rollback
8 years ago
John Iacona
67ed2cfc1e
Update using_helm.md
...
Add explanation of persistence behavior of `--set`
8 years ago
Edward Medvedev
bbad3c574e
Fix a small typo in `yaml_techniques.md`
...
Fix a typo: `coffess`.
8 years ago
Matthew Fisher
1eff362941
Merge pull request #3014 from mattfarina/fix/semver-order
...
fix(semver): fixed edge cases that do not match prerelease
8 years ago
Taylor Thomas
5e10814eb6
docs(tiller): Adds documentation for secret backend
...
Adds documentation for running `tiller` with the new secrets backend
added in #2721
8 years ago
Michael Venezia
e170392303
Adding how to add an image pull secret in helm ( #3022 )
...
Document how to add an image pull secret in Helm
Provide an example of how to take an image registry, user name, and password and prepare a Secret that can be used by a pod to pull a protected container image.
8 years ago
Maciej Kwiek
3d94d9cfec
Merge pull request #2769 from rocky-nupt/feature-remote-value
...
feat(helm):Allow remote values.yaml with -f
8 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
8 years ago
Matt Farina
b27b11a280
fix(semver): fixed edge cases that do not match prerelease
...
>0.0.0-a does not match pre-releases on 0.0.0 that start with a
capital letter or number. This has to do with the ordering of
code points. Numbers and capital letters come before lowercase
letters.
>0.0.0-0 should match all valid pre-releases on 0.0.0. According
to the spec, "Numeric identifiers MUST NOT include leading zeroes."
A 0 is also the lowest code point for all the allowed characters
in a pre-release
8 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
8 years ago
flyer103
ac533d98be
docs/developers.md: change tense
8 years ago
flyer103
c4581c8b40
docs/developers.md: add notes for `k8s.io` dir
8 years ago
Matthew Fisher
ea0a842f74
use the latest version of Go/Glide
...
Also point out that kubectl is an optional component of the development workflow.
8 years ago
Neil Moore
bd48fa165e
Update helm_install.1
8 years ago
Neil Moore
9c37643081
Update helm_install.md
8 years ago
Matthew Fisher
cf3fc21e81
Merge pull request #2898 from zlabjp/kube-version
...
feat(helm): add --kube-version flag to helm template
8 years ago
Joshua Dolitsky
0089a28dba
Add ChartMuseum to related.md
8 years ago
Sean Slattery
48cb6ad63e
Minor Spelling Corrections
8 years ago
Frederi Mandin
c903a4417f
Corrected a typo in Easy in-cluster installation
8 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).
8 years ago
flyer103
d55782de94
cmd/helm,docs/helm: amend default namespace of tiller
8 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
8 years ago
Matthew Fisher
bb5db61325
Merge pull request #2781 from jascott1/i2755-template
...
feat(helm): add `template` command
8 years ago
ReSearchITEng
56af57ea94
easy copy/paste for those living on the edge
...
easy copy/paste for those living on the edge :)
8 years ago
Scott Rigby
58e8e3b756
Fixes #2888 . Clarifies that use of default command should stay DRY
8 years ago
Matt Butcher
7186fcf240
Merge pull request #2808 from ebabani/master
...
'helm upgrade --install' uses the namespace from kube config.
8 years ago
Matthew Fisher
2e9bb9f552
Merge pull request #2867 from appscode/upl
...
Update link to wheel
8 years ago
kfirstri
a1f536cb2b
right syntax is helm.sh/hook-delete-policy according to commit 734b124577
8 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
8 years ago
Tamal Saha
a412a1209a
Update related.md
8 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
8 years ago
tamal
cdc0245d77
Update link to wheel
8 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
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