Commit Graph

54 Commits (d417878a694f033f5855cfd6ae86651177bb0993)

Author SHA1 Message Date
Josh Dolitsky 230e37ca52
remove hardcoded oci strings, add constant/util
3 years ago
Josh Dolitsky 1809cc0509
Merge branch 'main' of github.com:helm/helm into hip-6
3 years ago
longkai 0d9ebc7885 refactor(getter): refine http GET request
3 years ago
Josh Dolitsky cd27cf660f
Merge branch 'main' of github.com:helm/helm into hip-6
3 years ago
Matt Farina 17ed9c4cd3
tweak basic handling
3 years ago
Josh Dolitsky 00985cad6b
Implement changes proposed in HIP 6
3 years ago
Martin Hickey 699ea6dcef
Merge pull request #9066 from scaat/fix-specification
3 years ago
Josh Soref 2bf8fdf45d
chore: Spelling (#9410)
3 years ago
Alex Sears 1c377f8c62
add test to ensure OCIGetter registryClient is set
4 years ago
Alex Sears 2d16a8135b
initialize registry client in oci getter
4 years ago
Matt Farina 49f895db6b
Merge pull request #8843 from bloodorangeio/oci-pull
4 years ago
Peter Engelbert beda5e1e2b Address error on deletion of old dependencies
4 years ago
Dinu Mathai a202fb0c0b
Fixed bug - The flags --cert-file/--key-file where ignored when --insecure-skip-tls-verify flag is set (#9070)
4 years ago
Peter Engelbert 3ad08f3ea9 Implement `helm pull` for OCI registries
4 years ago
Scaat Feng f1f2e6ff4c [FIX]comment should start with whitespace
4 years ago
Matt Butcher fe2d7f7792
this rewrites a whole bunch of old repo URLs to the new repo URL (#8902)
4 years ago
Marc Khouzam b18e7e201e chore(*): Fix formatting
4 years ago
Hidde Beydals ae738d7d87
feat(getter): add timeout option (#7950)
4 years ago
Idan Elhalwani 93b0eee0df Set DisableCompression to true to disable unwanted httpclient transformation
4 years ago
Adam Reese 4a0dfbe53b
fix(pkg/cli): ensure correct configuration from kubeconfig file
4 years ago
Matthias Riegler dc26128fb4
Add --insecure-skip-tls-verify for repositories (#7254)
5 years ago
LongKB 1d79ed2c18
Fix some spelling errors in comment (#7492)
5 years ago
Josh Soref 02ad2b1187 Spelling (#7258)
5 years ago
Matthew Fisher aa6104e442
fix(tlsutil): accept only a CA certificate for validation
5 years ago
Matthew Fisher c9b127c3ee
fix(getter): set up TLS options during .Get()
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
Matt Farina e9a704278b
Updating the httpgetter to use the new user agent function
5 years ago
Taylor Thomas c9c95ea148 ref(*): Moves packages to internal
5 years ago
Matthew Fisher 806921dcee
feat(getter): set default User-Agent
5 years ago
Matthew Fisher c728611e5a
feat(cli): support XDG base directory specification
5 years ago
Matthew Fisher 6e60242a18
ref(getter): change NewHTTPGetter and NewPluginGetter to return type Getter
5 years ago
Matthew Fisher 2800c56f9d
ref(downloader): pass in options to ChartDownloader
5 years ago
steven-sheehy 1064934105 Add sub-command support to plugin downloader
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
Matthew Fisher 2571dbf82f
ref: remove pkg/helm, pkg/hapi, pkg/tiller
6 years ago
Adam Reese 28d8c7b277
ref(*): remove references to chart 'engine'
6 years ago
Matthew Fisher 95c865513f
fix appveyor builds (#4934)
6 years ago
Adam Reese d94707db86
ref(*): remove helmVersion chart constraint
6 years ago
roc 79f88dfc5e ref(url) update helm's github url (#4962)
6 years ago
Adam Reese 3b0ba0f71e
ref(tests): remove broken symlinks in testdata
6 years ago
Adam Reese 4f26b658d8
change copyright to "Copyright The Helm Authors"
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
Greg Burton bf7e755ef3 Respect env proxy settings when using custom Transport
7 years ago
Matt Farina 275fbd431c
feat(http): Add a Helm user-agent string to the http getter
7 years ago