Commit Graph

50 Commits (803cf2d87465c55b2034b9228b29b83f16d19d77)

Author SHA1 Message Date
Matt Farina 4e7e939f19
Updating the Go version in go.mod
2 years ago
Jakub Warczarek 2fa7b3d1b7 Fix User-Agent header in requests made by Helm
2 years ago
Matt Farina 71ef5f477b
Merge pull request #11524 from sap-contributions/harmonize-url-reference-resolving
2 years ago
caixisheng c8890e971e
Update chartrepo.go
2 years ago
Philipp Stehle dfb25e13de harmonize URL reference resolving
2 years ago
CI 3b19ddeb56 one defer
2 years ago
CI 781ddba690 don't change r.CachePath
2 years ago
CI cd76fcd805 avoid adding new public function
2 years ago
CI 24fa3d910d fix: clean up temp files in FindChartInAuthAndTLSAndPassRepoURL (#11171)
2 years ago
Mathieu Parent dbb4eb6b75 Ensure RawPath match Path when resolving reference
3 years ago
Matt Farina 17ed9c4cd3
tweak basic handling
3 years ago
Adam Reese 657ce552cb
fix(*): Validate metadata semver and printable characters
4 years ago
zouyu a167b3fc87 Fix wrong function's name in comment
4 years ago
yxxhero 0674d93609 add helm v4 todo comments for FindChartInAuthAndTLSRepoURL.
4 years ago
yxxhero 52295490fd fix insecure-skip-tls-verify flag does't work on helm install, Keep
4 years ago
Matthias Riegler dc26128fb4
Add --insecure-skip-tls-verify for repositories (#7254)
5 years ago
Marc Khouzam f437b4d6c9 feat(comp): Speed up completion of charts
5 years ago
Karuppiah Natarajan 704133ddd5
fix repo url being decoded while downloading repo index
5 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
5 years ago
Adam Reese 1779ad5302
ref(cmd/helm): remove init command
5 years ago
Adam Reese b6fdd8783b
feat(cmd/helm): remove need for helm init command
5 years ago
Matthew Fisher c728611e5a
feat(cli): support XDG base directory specification
5 years ago
Karuppiah Natarajan 8d660a96a0
Allow missing trailing '/' in --repo url
5 years ago
hd-rk 6d3eb81943 fix: use repo default client to download index
5 years ago
Oleg Sidorov ec440d446d Replaced ghodss/yaml with sigs.k8s.io/yaml
5 years ago
Matthew Fisher e410a03c74
ref(getter): introduce Options for passing in getter parameters
5 years ago
Matthew Fisher 7353a65bfa
ref(downloader): remove ResolveChartVersionAndGetRepo
5 years ago
Adam Reese 895e9192d4
feat(*): use vanity import helm.sh/helm
6 years ago
Adam Reese d94707db86
ref(*): remove helmVersion chart constraint
6 years ago
Adam Reese 4f26b658d8
change copyright to "Copyright The Helm Authors"
6 years ago
Adam Reese f012940d9c
ref(*): refactor chart/chartutil
6 years ago
Adam Reese 726e3c41be
feat(*): print stacktrace on error with debug enabled
6 years ago
adshmh 1a55161a53 Fix several golint warnings (#3756)
7 years ago
Eyal Ben Moshe b6335b7dfe Authentication support for remote charts repositories (#3206)
7 years ago
Christoph Hösler 98e0bd2ecb refactor: rename function and improve error messages
7 years ago
Christoph Hösler af9190f956 feature: let FindChartInRepoURL return absolute chart URLs
7 years ago
Taylor Thomas d4ccef7ba7 Merge pull request #2999 from bonifaido/getterConstructor-err
7 years ago
Michal Cwienczek dad8c6f644 Fix #2937 - helm always appends /index.yaml at the end of URL (#2988)
7 years ago
Nandor Kracser a28e5dd2b3 fix(helm): invoking getterConstructor returns downstream error now
7 years ago
Nandor Kracser 9f963c84b4 Redefine the err variable in NewChartRepository, otherwise errors might slip through
7 years ago
Sushil Kumar 2a5ab59895 Updated defer delete call
7 years ago
Sushil Kumar d13b134ffb Implements --repo flag to commands fetch, install, inspect, upgrade
7 years ago
Matt Butcher bd02f39384
ref(getter): flatten the getter package tree
7 years ago
Gergo Huszty b4ca198cc6 Pluggable downloaders. Closes #2093, #2094.
8 years ago
Matt Butcher ba6c55c987
fix(helm): add 'skip-refresh' flag to 'helm init'
8 years ago
Matt Butcher 4829fad3a3
fix(helm): fix broken cache paths in repositories
8 years ago
Anton Galitsyn f8a261f277 use old naming
8 years ago
Anton Galitsyn 685e730ba8 create repo.Getter interface
8 years ago
Anton Galitsyn 89ab7555db Get http.Client from referenced repository
8 years ago
Anton Galitsyn b0e7a43b5b Construct http.Client for repositories from config, add TLS support
8 years ago