Adam Reese
862e2b255c
Merge pull request #9916 from adamreese/fix/golangci-timout
...
fix(ci-lint): increase timeout for golangci-lint
3 years ago
Adam Reese
d1da9e757e
fix(ci-lint): increase timeout for golangci-lint
...
Signed-off-by: Adam Reese <adam@reese.io>
3 years ago
小龙同学
cf0c6fed51
fix(doc): fix kube client interface doc. ( #9882 )
...
- add missing interface methods doc.
- fix some wrong english grammar.
Signed-off-by: longkai <im.longkai@gmail.com>
3 years ago
Matt Farina
eb99434597
Merge pull request #9871 from mattfarina/logging-for-creds
...
Fix the url being set by WithURL on the getters
3 years ago
Matt Farina
385fcae1ba
Adding test for user/pass without repo on Helm install
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
3 years ago
Matt Farina
4e2e4084ed
Fix the url being set by WithURL on the getters
...
The URL passed to the getter for WithURL needs to be a full URL
rather than a chart reference used at the CLI. For example,
bitnami/wordpress can point to the wordpress chart in the bitnami
repo where the bitnami repo is at https://charts.bitnami.com .
WithURL needs the full URL to the repo and not bitnami/wordpress.
This is important because getters use the full URL information.
In this case the http getter uses the host name for SNI handling.
Before this change WithURL was being set to the chart reference
instead of the URL. This was a silent bug.
This change sets WithURL using a URL after for the repo is
available when a reference is used instead of a full url.
Signed-off-by: Matt Farina <matt.farina@suse.com>
3 years ago
Martin Hickey
ae8e88e0d9
Merge pull request #9862 from longkai/refine-http-req
...
refactor(getter): refine http GET request
3 years ago
longkai
0d9ebc7885
refactor(getter): refine http GET request
...
It just makes the code better, I suppose the following is rational:
- use standard libaray common constants instead of hardcode though it's
really common
- close the response body even if the http status code is not 200 OK.
The doc says *It is the caller's responsibility to close Body*.
- move the `bytes.Buffer` return value declaration where it gets used.
Signed-off-by: longkai <im.longkai@gmail.com>
3 years ago
Adam Reese
fa558f7843
Merge pull request #9828 from cvila84/dep-tls-config
...
use TLS client information from repo config when downloading a chart
3 years ago
Christophe VILA
8232a76aef
use TLS client information from repo config when downloading a chart
...
Signed-off-by: Christophe VILA <christophe.vila@thalesgroup.com>
3 years ago
Matt Farina
179f90151d
Merge pull request from GHSA-56hp-xqp3-w2jf
...
tweak basic handling
3 years ago
Matt Farina
17ed9c4cd3
tweak basic handling
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
3 years ago
Martin Hickey
3e1da5f39c
Merge pull request #9795 from helm/release-3.6
...
Cherry-pick off the current PRs merged for 3.6.1 release
3 years ago
Mike Ng
877276ceda
keep existing behavior of returning ErrReleaseNotFound when release(s) failed to decode
...
Signed-off-by: Mike Ng <ming@redhat.com>
(cherry picked from commit 3be333b73b
)
3 years ago
Mike Ng
f2d7ed8d80
fix(sql storage): Query() should return ErrReleaseNotFound immediately when no records are found
...
Signed-off-by: Mike Ng <ming@redhat.com>
(cherry picked from commit b86105aebc
)
3 years ago
Leon Bentrup
c084ca0259
Add Test cases for repository-config without file extension
...
Signed-off-by: Leon Bentrup <4458913+xanecs@users.noreply.github.com>
(cherry picked from commit ccada716ee
)
3 years ago
Leon Bentrup
7d81733af7
Correctly determine repository-config lockfile path
...
helm repo add automatically creates a lockfile based on the repository config file path
When the given filepath did not include a file extension, a lockfile in a nonexistent directory
would have been created.
Signed-off-by: Leon Bentrup <4458913+xanecs@users.noreply.github.com>
(cherry picked from commit f091b9cc01
)
3 years ago
Marcus Speight
cbd2868ac2
Fixed Test
...
Signed-off-by: Marcus Speight <marcus.speight@hotmail.co.uk>
Signed-off-by: Marcus Speight <marcus@pmconnect.co.uk>
(cherry picked from commit 7a663a56c2
)
3 years ago
Marcus Speight
9fbf594b80
Added test for lint mode
...
Signed-off-by: Marcus Speight <marcus.speight@hotmail.co.uk>
(cherry picked from commit 8aa42824f9
)
3 years ago
Marcus Speight
bcee7a30fe
Fail message is now the same as the required message.
...
Fixed #8973 Helm function 'fail' should not fail when doing 'helm lint'
Signed-off-by: Marcus Speight <marcus.speight@hotmail.co.uk>
(cherry picked from commit 7a0739a863
)
3 years ago
yxxhero
80402dc078
fix helm dep build/update doesn't inherit --insecure-skip-tls-verify from helm repo add
...
Signed-off-by: yxxhero <aiopsclub@163.com>
(cherry picked from commit f735a240b6
)
3 years ago
Martin Hickey
281380f31c
Merge pull request #9659 from mladedav/feature/upgrade-dep-up
...
Feature/upgrade dep up
3 years ago
Martin Hickey
ed7b6c4761
Merge pull request #8470 from mikeshng/sql-query-fix
...
fix(sql storage): Query() should return ErrReleaseNotFound immediately when no records are found
3 years ago
Martin Hickey
bf486a25cd
Merge pull request #8853 from xanecs/master
...
Correctly determine lockfile path in helm repo add
3 years ago
Martin Hickey
dffc2a30c7
Merge pull request #9035 from wizbit/fail-message
...
Fail message is now the same as the required message.
3 years ago
Martin Hickey
699ea6dcef
Merge pull request #9066 from scaat/fix-specification
...
[FIX]Unified go specification
3 years ago
Martin Hickey
599c071ac7
Merge pull request #9681 from cndoit18/add-max-col-width-parameters
...
support max-col-width parameters
3 years ago
Martin Hickey
f2fc466d88
Merge pull request #9623 from link108/fix-get-helm-scripts
...
Fix install scripts, hardcode latest/last v2 release
3 years ago
Martin Hickey
e87f815637
Merge pull request #9756 from codeJack/fix-issue-9749
...
Fix coalesce globals to prevent subchart globals to leak upstream
3 years ago
Martin Hickey
c1d4cf0861
Merge pull request #9030 from yxxhero/helm_dep_build_update_inherit_insecure_skip_tls_verify_from_helm_repo_add
...
fix helm dep build/update doesn't inherit --insecure-skip-tls-verify from helm repo add
3 years ago
Giacomo Margaria
3b68afc1c8
Fix coalesce globals to prevent subchart globals to leak upstream
...
Signed-off-by: Giacomo Margaria <giacomo.margaria@gmail.com>
3 years ago
Matt Farina
db4d20f3ad
Merge pull request #9734 from technosophos/admin/switch-fib-to-emeritus
...
Switched Brian emeritus
4 years ago
Matt Butcher
6e329b19a7
Switched Brian emeritus
...
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
4 years ago
Matt Farina
38956638aa
Merge pull request #9716 from mattfarina/bump-version-v3.6
...
bump version to v3.6.0
4 years ago
Alexandre Garnier
61e08c6337
Improve markdown rendering of commands help for shell completion
...
Cf. https://github.com/helm/helm-www/pull/1100
Signed-off-by: Alexandre Garnier <zigarn@gmail.com>
4 years ago
Matthew Fisher
0af54d0f5c
Merge pull request #9721 from viglesiasce/viglesiasce-emeritus
...
Move viglesiasce to emeritus
4 years ago
Vic Iglesias
465ab012e7
Move viglesiasce to emeritus
...
Signed-off-by: Vic Iglesias <viglesias@google.com>
4 years ago
Matthew Fisher
b1e2476432
Merge pull request #9679 from yariksheptykin/patch-1
...
Add example of --template usage
4 years ago
Matt Farina
3415b6e7b8
bump version to v3.6.0
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
(cherry picked from commit af0feeddd91c729aa97327f33c9e3e3109b13561)
4 years ago
Matt Farina
7f2df64677
bump version to v3.6.0
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
4 years ago
Matt Farina
37d3dacfb5
Merge pull request #9492 from morlay/master
...
chore(deps): Bump github.com/deislabs/oras from v0.10.0 to v0.11.1
4 years ago
Matt Farina
24625759fd
Merge branch 'main' into master
4 years ago
Matt Farina
d4cc130fa9
Merge pull request #9621 from sagikazarmark/ingress-v1
...
Ingress v1 template
4 years ago
Matt Farina
8f4989054c
Merge pull request #9040 from thatsmydoing/helm3-kube-version
...
feat(helm): Support setting --kube-version
4 years ago
Matt Farina
3f283c7c35
Merge pull request #9425 from joelanford/pkg-ready
...
Add ReadyChecker to decouple ready check logic from --wait
4 years ago
Matt Farina
51097a55f1
Merge pull request #9595 from sbose78/1.21
...
Upgrade to kubernetes 1.21 / libraries 0.21.0
4 years ago
Iaroslav Sheptykin
ac099d6c3f
Remove link. Align usage example with unit test
...
Signed-off-by: Iaroslav Sheptykin <i.sheptykin@neusta.de>
4 years ago
cndoit18
a79cad5539
support max-col-width parameters
...
support commands:
- helm chart list
- helm dependency list
Signed-off-by: cndoit18 <cndoit18@outlook.com>
4 years ago
Iaroslav Sheptykin
892130a08b
Add example of --template usage
...
Current documentation list all available template vars, but does not provide an example of a template string that demonstrates template substitution. I had to look it up in the unit test.
Signed-off-by: Iaroslav Sheptykin <i.sheptykin@neusta.de>
4 years ago
David Mládek
cea906a0de
Add upgrade dependency update test
...
Signed-off-by: David Mládek <david.mladek.cz@gmail.com>
4 years ago