Matthew Fisher
7c66074bf6
Merge pull request #3205 from bacongobbler/fix-links
...
fix links to service_accounts.md
2017-11-28 10:58:10 -08:00
Matthew Fisher
7bda457164
Merge pull request #3192 from markgibaud/patch-1
...
correct typo
2017-11-27 10:44:52 -08:00
Matthew Fisher
35616bd0df
fix links to service_accounts.md
2017-11-27 09:39:26 -08:00
Ralph Squillace
c20ec8feda
fixed bad link.
2017-11-26 12:02:16 -08:00
Arash Deshmeh
9e869700c0
fix(helm): add --app-version flag to 'helm package'
...
When 'helm package --app-version foo' is run, this will
set the AppVersion field to 'foo' in the packaged chart.
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
2017-11-24 14:41:33 -05:00
Igor Vuk
d81780032a
Fix a typo in install.go, update helm_install.md
2017-11-23 19:06:37 +01:00
Matthew Fisher
cad89240f3
Merge pull request #3187 from hoesler/fix/chart_downloader
...
fix(helm): resolve relative chart paths
2017-11-23 07:48:09 -08:00
Mark Gibaud
335ea3c6ac
correct typo
2017-11-23 09:16:02 +00:00
Matthew Fisher
ab46779b88
Merge pull request #3094 from bacongobbler/rbac
...
more expansive RBAC setup docs
2017-11-22 09:32:49 -08:00
Christoph Hösler
af9190f956
feature: let FindChartInRepoURL return absolute chart URLs
2017-11-22 18:32:05 +01:00
Matthew Fisher
d655911088
Merge pull request #3041 from jlyheden/feature/plugin-http-installer
...
Add plugin installer from http archive
2017-11-22 09:15:45 -08:00
Matthew Fisher
ae878f91c3
more expansive RBAC setup docs
2017-11-22 09:12:03 -08:00
Christoph Hösler
b45293feb0
fix: updated docs
2017-11-22 13:27:00 +01:00
omkensey
41415e5c42
RBAC best practices ( #3184 )
...
Document chart best practices related to RBAC.
Fixes #3098 .
2017-11-21 21:05:55 -07:00
Matt Butcher
79ccafde2b
docs(quickstart): add clarifications about RBAC, TLS ( #3180 )
...
This puts pointers to RBAC and TLS docs in the quickstart guide.
2017-11-21 12:53:32 -07:00
Rajat Jindal
7f13e13a71
support output-dir when running 'helm template' ( #3144 )
...
* support output-dir when running 'helm template'
* add --output-dir to documentation
* when writing to file, dont add additional document
* trigger another ci build. make test-unit works for me
* dont write blank files
* return err instead of panic
2017-11-21 12:10:27 -07:00
Sebastien Plisson
31ea2018fa
docs(helm): Document how to update a release idempotently ( #3148 )
...
* docs(helm): Document how to update a release idempotently
To use the same command when installing and upgrading a release, using helm upgrade with '--install' works.
Closes #3134
* Upgrade instead of update
2017-11-21 11:30:59 -07:00
Michelle Noorali
5884124294
ref(docs): update plugin install documentation
2017-11-20 10:12:13 -05:00
Matthew Fisher
5f53c55b52
Merge pull request #3142 from notxcain/patch-1
...
Fix incorrect line
2017-11-17 09:14:27 -08:00
Matt Butcher
e8e6ac5d77
Fix/missing ssl params ( #3152 )
...
* fix(helm): add TLS params back
During a recent refactor, several TLS flags stopped being processed for
a few of the commands. This fixes those commands, and documents how to
set up TLS.
* fix(tiller): add stricter certificate verification
The older version of Tiller allowed a weaker set of certificate checks
than we intended. This version requires a client certificate, and then
requires that that certificate be signed by a known CA. This works
around the situation where a user could provide a self-signed
certificate.
2017-11-15 17:52:24 -07:00
Denis Mikhaylov
7e0e27726d
Fix incorrect line
2017-11-15 10:48:29 +03:00
Stephen McQuaid
cf6f139ee8
Update related.md with new helm plugin
...
Add helm-github plugin to list in documentation
2017-11-14 15:07:23 -08:00
Franz Beltran
85ed9f3d4b
Update best practices on imagePullPolicy
...
Setting the value of `imagePullPolicy` should be aligned to what `helm create` does
2017-11-09 10:35:24 +08:00
Pietro Menna
8ee89fe5dc
fix(helm): update documentation to reflect $HOME env var change
2017-11-08 00:36:05 -02:00
Justin Scott
8203d813a5
docs(helm): Correct --set to --override in helm init example
2017-11-07 10:45:18 -08:00
Michael Venezia
62e2f14027
Fixing a couple of styling issues
2017-11-03 16:12:42 -04:00
Michael Venezia
e261f44dde
Adding documentation on what rbac privileges are needed for a helm client to connect to tiller
2017-11-03 15:48:17 -04:00
Matthew Fisher
0647cdf84c
Merge pull request #2990 from bacongobbler/bump-go-version
...
use the latest version of Go/Glide
2017-11-02 09:26:37 -07:00
gardlt
371ff8f26d
feat(helm): adding kubeconfig flag
2017-11-01 00:27:12 -05:00
Valentin Tjoncke
a9756d140b
Update related.md
...
Add helm-gcs plugin
2017-10-31 16:09:12 +01:00
xuhaigang
ae49979175
feat(helm): Add a flag --dep-up that helm install will automatically execute helm dep up when charts are in requirements.yaml but not in charts
...
If checkdependencies returns an error, we can start download the
charts which are not in charts.
Closes #2879
2017-10-31 16:41:31 +08:00
Taylor Thomas
d6ba39e6f2
Merge pull request #3073 from joanrieu/helmignore-docs
...
docs(chart): add notes regarding `.helmignore` and `.Files`
2017-10-30 21:23:18 -07:00
Joan Rieu
0af689b489
docs(templates): remove link to changed example
2017-10-30 23:19:16 +01:00
Joan Rieu
25e851ecd0
docs(templates): fix and expand config checksum example
2017-10-30 23:08:50 +01:00
Joan Rieu
e464479cb2
docs(templates): fix misleading/broken examples
2017-10-30 22:58:17 +01:00
Matthew Fisher
369f98b07c
Merge pull request #3075 from simonschmidt/using_helm_typo
...
Fix typo for --service-account
2017-10-30 10:26:06 -07:00
Adam Reese
fa49e5e92d
Merge pull request #3060 from mattfarina/feat/maintainer-url
...
feat(chart): Adding maintainer url
2017-10-30 10:01:27 -07:00
Simon Schmidt
3c3936fcaa
Fix typo for --service-account
2017-10-30 18:49:20 +02:00
Joan Rieu
171fa2ac46
docs(chart-files): add note about .helmignore
2017-10-29 15:05:43 +01:00
Joan Rieu
c27333fd4c
docs(chart): add note about .helmignore for .Files
2017-10-29 14:58:57 +01:00
Taylor Thomas
a5019d1a0a
Merge pull request #3064 from neil-ca-moore/dependencies-installation-doc
...
Dependencies installation doc
2017-10-28 11:57:57 -07:00
Taylor Thomas
36eb8d73b6
Merge pull request #3047 from jacobtomlinson/patch-1
...
Add docs clarification to resolve #3046
2017-10-28 11:43:30 -07:00
Taylor Thomas
ab7acfe061
Merge pull request #3042 from jiacona/patch-1
...
Update using_helm.md
2017-10-28 11:42:18 -07:00
Neil Moore
7888f54adb
Update charts.md
2017-10-25 15:56:34 +01:00
Neil Moore
bff5261715
Update charts.md
2017-10-25 15:53:23 +01:00
Gabriel Miretti
60fc7bde73
Using Helm in Openshift Kubernetes distribution
2017-10-24 21:08:37 -03:00
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
2017-10-24 11:44:28 -04:00
Taylor Thomas
4b6ecb459b
Merge pull request #3034 from thomastaylor312/feat/add_secrets_docs
...
docs(tiller): Adds documentation for secret backend
2017-10-23 15:33:39 -07:00
Michael Venezia
8a30b58eee
Updating comment indentation
...
as requested
2017-10-20 09:46:36 -04:00
Michael Venezia
14cd8833ee
Adding documentation on $ variable
2017-10-20 09:40:03 -04:00