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
Joan Rieu
171fa2ac46
docs(chart-files): add note about `.helmignore`
7 years ago
Joan Rieu
c27333fd4c
docs(chart): add note about `.helmignore` for `.Files`
7 years ago
Taylor Thomas
1b05c5ed55
Merge pull request #3071 from mattfarina/fix/circle-cache
...
fix(circleci): Fixing the glide/vendor cache so it is used by glide
7 years ago
Taylor Thomas
a5019d1a0a
Merge pull request #3064 from neil-ca-moore/dependencies-installation-doc
...
Dependencies installation doc
7 years ago
Taylor Thomas
36eb8d73b6
Merge pull request #3047 from jacobtomlinson/patch-1
...
Add docs clarification to resolve #3046
7 years ago
Taylor Thomas
ab7acfe061
Merge pull request #3042 from jiacona/patch-1
...
Update using_helm.md
7 years ago
Matt Farina
4c7617a76e
fix(circleci): Fixing the glide/vendor cache so it is used by glide
...
This commit does a few things:
* It moves the information being cached to be the glide cache.
This will make the glide install process faster.
* The cache is restored from prior to installing the dependencies.
7 years ago
Yagnesh Mistry
441758b206
add version flag to tiller binary ( #2965 )
...
add version flag to tiller binary
* TODO comment on tiller.go
7 years ago
Neil Moore
7888f54adb
Update charts.md
7 years ago
Neil Moore
bff5261715
Update charts.md
7 years ago
Neil Moore
86f34c67c1
Merge pull request #1 from kubernetes/master
...
Update
7 years ago
Matthew Fisher
a31e2d5d66
Merge pull request #3062 from gmiretti/patch-1
...
docs: Using Helm in Openshift Kubernetes distribution
7 years ago
Gabriel Miretti
60fc7bde73
Using Helm in Openshift Kubernetes distribution
7 years ago
Matt Farina
3cba226e2d
feat(search): Expose AppVersion in search results
...
Some would like to expose and see the application version in the
search results. This change displays it.
Closes #3010
7 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
7 years ago
Taylor Thomas
4b6ecb459b
Merge pull request #3034 from thomastaylor312/feat/add_secrets_docs
...
docs(tiller): Adds documentation for secret backend
7 years ago
Adam Reese
08c1144f5e
chore(*): bump version to v2.7.0
7 years ago
Matthew Fisher
3fc189d688
Merge pull request #3049 from bacongobbler/fix-circle-tags
...
fix circle not building tags
7 years ago
Alexander Lukyanchenko
3171f89e48
Add previous namespace mismatch warning
7 years ago
Matthew Fisher
f4f932fabd
fix circle not building tags
...
CircleCI recently skipped building tags by default, so we need to
explicitly enable it.
See https://circleci.com/docs/2.0/configuration-reference/#tags
7 years ago
Matthew Fisher
4f5e88d53d
Merge pull request #3048 from venezia/add_dollar_sign_doc
...
Adding documentation on $ variable scope
7 years ago