Taylor Thomas
d6ba39e6f2
Merge pull request #3073 from joanrieu/helmignore-docs
...
docs(chart): add notes regarding `.helmignore` and `.Files`
8 years ago
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
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
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