Tim H
0645433048
Increase script portability
...
Instead of presuming that bash is installed at /bin/bash, use `$PATH`. Official [bash docker container](https://hub.docker.com/_/bash/ ) installs bash at `/usr/local/bin` and recommends the use of `env`
7 years ago
Matthew Fisher
5f53c55b52
Merge pull request #3142 from notxcain/patch-1
...
Fix incorrect line
7 years ago
Matthew Fisher
e54fc472b8
Merge pull request #3154 from bacongobbler/changelog-v2.7.2
...
bump version to v2.7.2
7 years ago
Matthew Fisher
de08593276
bump version to v2.7.2
7 years ago
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.
7 years ago
Matthew Fisher
4167c56a8d
Merge pull request #3139 from stevemcquaid/patch-1
...
Update related.md with new helm-github plugin
7 years ago
Denis Mikhaylov
7e0e27726d
Fix incorrect line
7 years ago
Stephen McQuaid
cf6f139ee8
Update related.md with new helm plugin
...
Add helm-github plugin to list in documentation
7 years ago
Federico Gimenez
e6d907ed28
check if resource is present before adding it to remaining or keep on deletion
7 years ago
Taylor Thomas
15053e6750
Merge pull request #3119 from franzbeltran/update-pull-policy-best-practice
...
Update best practices on imagePullPolicy
7 years ago
Maxime Guyot
c864ba179e
Add fullnameOverride
7 years ago
Yecheng Fu
126f0249a7
Remove executable permission bit for chart files.
7 years ago
Taylor Thomas
f6bff5da94
Merge pull request #3052 from Lookyan/master
...
Add previous namespace mismatch warning
7 years ago
Franz Beltran
85ed9f3d4b
Update best practices on imagePullPolicy
...
Setting the value of `imagePullPolicy` should be aligned to what `helm create` does
7 years ago
Matthew Fisher
648239edc3
Merge pull request #3024 from pietromenna/issue-2071
...
fix(helm): home env not set on Windows
7 years ago
Pietro Menna
8ee89fe5dc
fix(helm): update documentation to reflect $HOME env var change
7 years ago
Pietro Menna
ece9486182
fix(helm): home env not set on Windows
...
When setting $HELM_HOME, only $HOME was considered. This variable is not always present on Windows.
7 years ago
Alexander Lukyanchenko
6f6d46de06
Fix err checking
7 years ago
Justin Scott
fab6d2ff83
Merge pull request #3110 from jascott1/3107_init_doc
...
docs(helm): Correct --set to --override in helm init example
7 years ago
Justin Scott
8203d813a5
docs(helm): Correct --set to --override in helm init example
7 years ago
Adam Reese
d6da76f3cf
Merge pull request #3097 from adamreese/fix/2437-upgrade-release
...
fix(tiller): upgrade last deployed release
7 years ago
Adam Reese
82ef751414
fix(tiller): upgrade last deployed release
...
Fixes #2437
Two bugs were causing this behavior
- Tiller was marking the previous release superseded when an upgrade
failed.
- Upgrade was diffing against failed releases
7 years ago
Matthew Fisher
1c34db41bd
Merge pull request #3096 from venezia/add_helm_service_account_docs
...
Documentation on RBAC privileges needed for a helm client
7 years ago
Michael Venezia
62e2f14027
Fixing a couple of styling issues
7 years ago
Michael Venezia
e261f44dde
Adding documentation on what rbac privileges are needed for a helm client to connect to tiller
7 years ago
Matthew Fisher
0647cdf84c
Merge pull request #2990 from bacongobbler/bump-go-version
...
use the latest version of Go/Glide
7 years ago
Matthew Fisher
1954b51186
Merge pull request #2621 from gardlt/feature/helm/adding-kubeconifg-flag
...
feat(helm): adding kubeconfig flag
7 years ago
Matthew Fisher
93e1c765df
Merge pull request #3065 from cjauvin/fix-for-relative-chart-path-support
...
Fix for relative chart path support in index.yaml
7 years ago
Matthew Fisher
6a05a0a3b8
Merge pull request #3082 from bacongobbler/use-127
...
use 127.0.0.1 instead of localhost
7 years ago
Matthew Fisher
f189e741a1
Merge pull request #3086 from ultimateboy/fix-reuse-values-comment
...
fix(docs): fix code comment for ReuseValues()
7 years ago
Matt Tucker
b8734a173e
fix(docs): fix code comment for ReuseValues()
7 years ago
gardlt
371ff8f26d
feat(helm): adding kubeconfig flag
7 years ago
Matthew Fisher
1eb96ad9bc
use 127.0.0.1 instead of localhost
7 years ago
Matthew Fisher
c5c6e6375b
Merge pull request #3079 from nouney/patch-2
...
Update related.md
7 years ago
Valentin Tjoncke
a9756d140b
Update related.md
...
Add helm-gcs plugin
7 years ago
Matthew Fisher
fd33003065
Merge pull request #3078 from ipedrazas/feat/add_http_port
...
feat(tiller): exposes port 44135 in tiller deployment
7 years ago
Matthew Fisher
3dac6a6b9b
Merge pull request #2880 from rocky-nupt/feat-auto-dep-up
...
feat(helm): Automatically execute helm dep up when charts are in requirements.yaml but not in charts
7 years ago
Ivan Pedrazas
f20af6ab4c
feat(tiller): exposes port 44135 in tiller deployment
...
Tiller exposes probes and metrics in 44135. Because tiller doesn't expose that port and does not contain any Prometheus annotations, making Prometheus scrape tiller is a bit more complex.
Closes #2985
7 years ago
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
7 years ago
Taylor Thomas
d6ba39e6f2
Merge pull request #3073 from joanrieu/helmignore-docs
...
docs(chart): add notes regarding `.helmignore` and `.Files`
7 years ago
Taylor Thomas
c454d58145
Merge pull request #3076 from joanrieu/template-docs
...
docs(templates): fix misleading/broken examples
7 years ago
Matthew Fisher
c35cbe8c4b
Merge pull request #2825 from dshulyak/rudderport
...
Allow to specify socket for rudder grpc server
7 years ago
Joan Rieu
0af689b489
docs(templates): remove link to changed example
7 years ago
Joan Rieu
25e851ecd0
docs(templates): fix and expand config checksum example
7 years ago
Joan Rieu
e464479cb2
docs(templates): fix misleading/broken examples
7 years ago
Adam Reese
ca4d543151
Merge pull request #3059 from mattfarina/feat/appversion-search
...
feat(search): Expose AppVersion in search results
7 years ago
Matthew Fisher
369f98b07c
Merge pull request #3075 from simonschmidt/using_helm_typo
...
Fix typo for --service-account
7 years ago
Adam Reese
fa49e5e92d
Merge pull request #3060 from mattfarina/feat/maintainer-url
...
feat(chart): Adding maintainer url
7 years ago
Simon Schmidt
3c3936fcaa
Fix typo for --service-account
7 years ago
Christian Jauvin
8775f632f2
Fix for relative chart path support in index.yaml
7 years ago