Commit Graph

51 Commits (v3.19.2)

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