Commit Graph

31 Commits (a9f1449bc74522b1fabf521fb25dd73f27ab62f2)

Author SHA1 Message Date
Scott Rigby 7d22bb25fa Plugin OCI installer
2 weeks ago
Scott Rigby be74ab72a0
[HIP-0026] Plugin runtime interface (#31145)
2 weeks ago
Reinhard Nägele d448cf1943 Add timeout flag to repo add and update flags
3 months ago
findnature ac8d2f9aed refactor: use slices.Contains to simplify code
4 months ago
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
5 months ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
8 months ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
10 months ago
Matt Clegg fff3547f9c
ISSUE-9507: ADD `application/gzip,application/octet-stream` accept header when downloading chart
1 year ago
Joe Julian a749b66310
Merge pull request #12203 from 0xff-dev/main
2 years ago
0xff-dev 2011a3191c chore: HTTPGetter add default timeout
2 years ago
Sanskar Jaiswal 2538b927a7
oci: Add flag `--plain-http` to enable working with HTTP registries
2 years ago
Matthias Fehr 2acda0cc5b Add docs block
4 years ago
Matthias Fehr 45367ca9bf Add transport option and tests
4 years ago
Thomas Runyon 353d74e967 refactor internal/experimental/registry to pkg/registry
4 years ago
Josh Dolitsky 230e37ca52
remove hardcoded oci strings, add constant/util
4 years ago
Matt Farina 17ed9c4cd3
tweak basic handling
4 years ago
Peter Engelbert 3ad08f3ea9 Implement `helm pull` for OCI registries
5 years ago
Hidde Beydals ae738d7d87
feat(getter): add timeout option (#7950)
5 years ago
Matthias Riegler dc26128fb4
Add --insecure-skip-tls-verify for repositories (#7254)
6 years ago
LongKB 1d79ed2c18
Fix some spelling errors in comment (#7492)
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 6e60242a18
ref(getter): change NewHTTPGetter and NewPluginGetter to return type Getter
6 years ago
Matthew Fisher e410a03c74
ref(getter): introduce Options for passing in getter parameters
6 years ago
Adam Reese 895e9192d4
feat(*): use vanity import helm.sh/helm
7 years ago
Matthew Fisher 2571dbf82f
ref: remove pkg/helm, pkg/hapi, pkg/tiller
7 years ago
Adam Reese 4f26b658d8
change copyright to "Copyright The Helm Authors"
7 years ago
Adam Reese 726e3c41be
feat(*): print stacktrace on error with debug enabled
7 years ago
Matt Butcher bd02f39384
ref(getter): flatten the getter package tree
8 years ago
Gergo Huszty b4ca198cc6 Pluggable downloaders. Closes #2093, #2094.
9 years ago