Taylor Thomas
15053e6750
Merge pull request #3119 from franzbeltran/update-pull-policy-best-practice
...
Update best practices on imagePullPolicy
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
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