Taylor Thomas
04769b7c26
Merge pull request #3131 from fgimenez/fix-2745
...
check if resource is present before adding it to remaining or keep on deletion
7 years ago
Federico Gimenez
a607fe798d
iinitialize message only when at least one manifest is kept
7 years ago
Federico Gimenez
93bce130fb
fix signatures
7 years ago
Federico Gimenez
81eaf2f263
only check existence for the possibly kept manifests
7 years ago
Matthew Fisher
06be9d7800
Merge pull request #3129 from thomastaylor312/fix/tiller_connections
...
Fix tiller idle connections
7 years ago
Taylor Thomas
44e5cecdca
fix(tiller): Forces close of idle gRPC connections
...
Possibly fixes #3121 . This forces idle connections to drop after 10 minutes
7 years ago
Adam Reese
e93b77166d
Merge pull request #3025 from beeradb/fakeclient-releasestatus
...
Improvements to FakeClient: support all CRUD operations
7 years ago
Matthew Fisher
7c66074bf6
Merge pull request #3205 from bacongobbler/fix-links
...
fix links to service_accounts.md
7 years ago
Matthew Fisher
7bda457164
Merge pull request #3192 from markgibaud/patch-1
...
correct typo
7 years ago
Matthew Fisher
35616bd0df
fix links to service_accounts.md
7 years ago
Matthew Fisher
a776bdf1ad
Merge pull request #3202 from squillace/updates
...
fixed bad link.
7 years ago
Ralph Squillace
c20ec8feda
fixed bad link.
7 years ago
Matthew Fisher
04665a5451
Merge pull request #3196 from adshmh/add-app-version-option-to-helm-package
...
add --app-version flag to 'helm package'
7 years ago
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>
7 years ago
Matthew Fisher
b7c2a95f42
Merge pull request #3197 from ivuk/fix-typo-helm-install
...
Fix a typo in install.go, update helm_install.md
7 years ago
Igor Vuk
d81780032a
Fix a typo in install.go, update helm_install.md
7 years ago
Matthew Fisher
cad89240f3
Merge pull request #3187 from hoesler/fix/chart_downloader
...
fix(helm): resolve relative chart paths
7 years ago
Matthew Fisher
7c79d1c765
Merge pull request #3193 from burdiyan/master
...
ref(helm): improve fullname template in starter chart
7 years ago
Matthew Fisher
8ca89cfbef
Merge pull request #3113 from joonix/issue-1639
...
Walk symbolic link directories
7 years ago
Johnny Bergström
7cc610960f
Walk symbolic link directories
...
Continue walking symlinks to be able to use them
for sub-charts. Useful when not specifying requirements
but still want to share charts locally.
7 years ago
Alexandr Burdiyan
f432e07126
ref(helm): improve fullname template in starter chart
...
Closes #1186
7 years ago
Mark Gibaud
335ea3c6ac
correct typo
7 years ago
Christoph Hösler
98e0bd2ecb
refactor: rename function and improve error messages
7 years ago
Matthew Fisher
ab46779b88
Merge pull request #3094 from bacongobbler/rbac
...
more expansive RBAC setup docs
7 years ago
Christoph Hösler
af9190f956
feature: let FindChartInRepoURL return absolute chart URLs
7 years ago
Matthew Fisher
d655911088
Merge pull request #3041 from jlyheden/feature/plugin-http-installer
...
Add plugin installer from http archive
7 years ago
Matthew Fisher
ae878f91c3
more expansive RBAC setup docs
7 years ago
Morgan Parry
b74c21a7b2
fix(helm): Fixed semantic version constraints on 'search' command ( #3116 )
...
Closes #3115
7 years ago
Helgi Þormar Þorbjörnsson
803f7c706e
add a keepalive of 30s to the client ( #3183 )
7 years ago
Johnny Bergström
d762a42168
Fix helmignore for .* ( #3114 )
...
When the first rule matching entry for top level dir
will be empty string, the .* rule will match.
Skip this entry as it's not needed for processing.
7 years ago
Hadrien Chauvin
838d780894
update google.golang.org/grpc to 1.7.2 ( #3101 )
7 years ago
Christoph Hösler
2106766ab8
fix: rename variable due to linter warning
7 years ago
Christoph Hösler
b45293feb0
fix: updated docs
7 years ago
Christoph Hösler
57daa56b81
Update installDesc
7 years ago
Christoph Hösler
09313ad26c
fix(helm): resolve relative chart paths
7 years ago
Helgi Þormar Þorbjörnsson
06cc1ea389
Make build-cross TARGETS configurable ( #3185 )
...
Lets us build a subset of the targets while still using build-cross
To build for multiple linux archs:
TARGETS="linux/amd64 linux/386" make clean build-cross dist APP=helm VERSION=v25.12.2
7 years ago
omkensey
41415e5c42
RBAC best practices ( #3184 )
...
Document chart best practices related to RBAC.
Fixes #3098 .
7 years ago
Matt Butcher
79ccafde2b
docs(quickstart): add clarifications about RBAC, TLS ( #3180 )
...
This puts pointers to RBAC and TLS docs in the quickstart guide.
7 years ago
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
7 years ago
Matthew Fisher
4c21a0e739
Merge pull request #3123 from Miouge1/fullnameoverride
...
Add fullnameOverride
7 years ago
Matt Cholick
fe3eeaf39d
fix(helm): Tunnel closing already closed channel ( #3157 )
...
k8s client-go closes the ready channel that's passed in (see https://github.com/kubernetes/client-go/blob/master/tools/portforward/portforward.go#L171 ) This means that Tunnel's Close will always panic, as the client-go library will have closed then channel. This isn't reproducible unless helm.Client is externally, as the helm cli runner doesn't actually invoke Close.
7 years ago
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
7 years ago
Kai Chen
bc45e90198
Remove unnecessary parentheses in switch statements ( #3175 )
7 years ago
Matthew Fisher
3ee50ccf86
Merge pull request #3174 from mattfarina/feat/user-agent
...
feat(http): Add a Helm user-agent string to the http getter
7 years ago
Matt Farina
275fbd431c
feat(http): Add a Helm user-agent string to the http getter
...
Adding a user-agent to the http getter will enable servers to
distinguish between helm (including various versions) and other
tools connecting to the server.
7 years ago
Michelle Noorali
d790f7d843
Merge pull request #3172 from michelleN/plugin-docs
...
ref(docs): update plugin install documentation
7 years ago
Matthew Fisher
b7cb013113
Merge pull request #3169 from hobti01/patch-3
...
Increase script portability
7 years ago
Michelle Noorali
5884124294
ref(docs): update plugin install documentation
7 years ago
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