Commit Graph

67 Commits (bdfa36da170a3e64ff887a17c350b25387e4f4d9)

Author SHA1 Message Date
jingchanglu 2da734d0b2 chore: fix typo in pkg/repo/chartrepo.go
6 months ago
Justen Stall 4905a61026
Merge branch 'main' into stdlib-errors-2
8 months ago
Stephen Murray 1682895636 ref(helm): Export Chart Not Found error
8 months ago
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
8 months ago
Matt Farina a842140ef6
Merge pull request #13578 from gjenkins8/rm_chart_repo_load_func
8 months ago
Robert Sirchia 3a19576377
making changes as requested by matt
10 months ago
Robert Sirchia 848c134e0c
fixing error messages
10 months ago
Robert Sirchia c36bc25fb1
fixing missing attributes
10 months ago
Robert Sirchia 1ad79a2bb7
converting inline log to slog
10 months ago
Matt Farina 61d3eca55c
Move pkg/chart to pkg/chart/v2 to prepare for v3 charts
10 months ago
George Jenkins 2caca2b167 remove `ChartPaths[]`
10 months ago
George Jenkins 17bc0b3845 refactor: Remove ChartRepository Load() function
10 months ago
George Jenkins 0ce267d907 more options
11 months ago
George Jenkins 7ea1d1df66 refactor: Remove duplicate `FindChartIn*RepoURL` funcs
11 months ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
1 year ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
1 year ago
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
3 years ago
Matt Farina 71ef5f477b
Merge pull request #11524 from sap-contributions/harmonize-url-reference-resolving
3 years ago
caixisheng c8890e971e
Update chartrepo.go
3 years ago
Philipp Stehle dfb25e13de harmonize URL reference resolving
3 years ago
CI 3b19ddeb56 one defer
3 years ago
CI 781ddba690 don't change r.CachePath
3 years ago
CI cd76fcd805 avoid adding new public function
3 years ago
CI 24fa3d910d fix: clean up temp files in FindChartInAuthAndTLSAndPassRepoURL (#11171)
3 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
5 years ago
zouyu a167b3fc87 Fix wrong function's name in comment
5 years ago
yxxhero 0674d93609 add helm v4 todo comments for FindChartInAuthAndTLSRepoURL.
5 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)
6 years ago
Marc Khouzam f437b4d6c9 feat(comp): Speed up completion of charts
6 years ago
Karuppiah Natarajan 704133ddd5
fix repo url being decoded while downloading repo index
6 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
6 years ago
Adam Reese 1779ad5302
ref(cmd/helm): remove init command
6 years ago
Adam Reese b6fdd8783b
feat(cmd/helm): remove need for helm init command
6 years ago
Matthew Fisher c728611e5a
feat(cli): support XDG base directory specification
6 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
7 years ago
Adam Reese d94707db86
ref(*): remove helmVersion chart constraint
7 years ago
Adam Reese 4f26b658d8
change copyright to "Copyright The Helm Authors"
7 years ago
Adam Reese f012940d9c
ref(*): refactor chart/chartutil
7 years ago
Adam Reese 726e3c41be
feat(*): print stacktrace on error with debug enabled
8 years ago
adshmh 1a55161a53 Fix several golint warnings (#3756)
8 years ago