Commit Graph

169 Commits (4c8a3faaa28e67316297d68fcb1cca0a54a8ae56)

Author SHA1 Message Date
Scott Rigby 4c8a3faaa2
Fix import
3 years ago
Scott Rigby b6bf3905f3
Implement reusable GetTagMatchingVersionOrConstraint
3 years ago
Andrew Block 4f62d3dc1b
Started work on 'helm pull'
3 years ago
Andrew Block df98e18eb7
Working oci code without providing versions
3 years ago
Andrew Block 0fae7f5008
Updated tag resolver logic
3 years ago
Andrew Block 834a11db56
Added registryClient to resolver
3 years ago
Scott Rigby e3f2fb4235
Add OCI tag verions to the Dependency object before Resolve. TODO: fix HTTP HTTPS error for local registries
3 years ago
Andrew Block 9a7c362dd1
Initial tag listing support
3 years ago
Scott Rigby 3dc9930488
Revert "hack in progress"
3 years ago
Scott Rigby 0d2f0116ea
hack in progress
3 years ago
Allen Bai e3897ad6b1
registry/client: use NewClientWithDockerFallback from oras v1.1.0-rc3
3 years ago
Allen Bai e08a9270be
HELM_REGISTRY_CONFIG: change default file of registry config to config.json
3 years ago
Josh Wolf fed0d31bf5 ensure consistency in registry client Push/Pull function signatures. ensure message is only printed when tags contain a replaced character
3 years ago
Scott Rigby 157ac85ab7
Fix typo. Thanks buildbot. Also comments at 80 chars
3 years ago
Josh Wolf fb0eeebf66 add oci reference validation and tag scoped (+) replacement to registry client Push/Pull
3 years ago
Scott Rigby 8424bc2b60
Update registry underscore message with semver note for extra clarity
3 years ago
Scott Rigby 4aacbc44e0
Move plus/underscore change to inside Client. Compare original ref for strict mode
3 years ago
Scott Rigby 472eb6f096
For OCI, convert + to _ before pull, and + to _ before push
3 years ago
Josh Wolf fae5009382 ensure error is correctly handled when generating chart's oci manifest
3 years ago
Josh Wolf d2d8e52401 modify oci chart push/pull manifest test values to represent new order sorted by oras
3 years ago
Josh Wolf 7cec93d9fb upgrade oras to 0.5.0, refactor client oci logic to use new oras.Copy()
3 years ago
Matt Farina 81f0df0ea6
Merge pull request #10182 from spectrocloud/oci-allow-any-media-type
3 years ago
Kai Takac 52cbc2f49c Fix default registry config path of oci protocol provider
3 years ago
LochanRn 9e29f1619b changes to support any mediatype for layers on download
3 years ago
Matt Farina e6a92c4b62
bump version to 3.7
3 years ago
Josh Dolitsky caa97158d0
Revert moving registry actions back to pkg/
3 years ago
Josh Dolitsky 77750962d5
Move registry actions back to pkg/
3 years ago
Josh Dolitsky 0121f6a328
Merge branch 'main' of github.com:helm/helm into hip-6
3 years ago
John Howard 82a2abf512 Update oras-go to v0.4.0
3 years ago
Matthew Fisher 92bd9558e5
Merge pull request #9998 from bacongobbler/distribution-v3
3 years ago
Josh Dolitsky 82cdb0b793
modify registry test to only listen on loopback
3 years ago
Josh Dolitsky f0a528ec05
Merge branch 'main' of github.com:helm/helm into hip-6
3 years ago
Matthew Fisher 4801818f7c
Switch to distribution v3
3 years ago
Víctor Cuadrado Juan 84a07a4774
test: Make internal/resolver/resolver_test.go pass on Win
3 years ago
Nicolas De Loof 663c569887 Migrate to oras-go library
3 years ago
Josh Dolitsky 241f23d72a
Better NewOCIPusher test, add ORAS link
3 years ago
Josh Dolitsky d296ddf026
Merge branch 'main' of github.com:helm/helm into hip-6
3 years ago
Kally Fox f9b1445b63
refactor: use os instead of ioutil's ReadDir
3 years ago
Josh Dolitsky 8202ccd699
Remove LoginResult/LogoutResult types
3 years ago
Josh Dolitsky 593eac8876
Merge branch 'main' of github.com:helm/helm into hip-6
3 years ago
Matt Farina 8855488272
Merge pull request #9736 from cndoit18/fix-issue-9348
3 years ago
Josh Dolitsky 4884ca0059
revert change related to reading prov file
3 years ago
Josh Dolitsky ec84339d44
return errors directly, less lines of code
3 years ago
Josh Dolitsky 230e37ca52
remove hardcoded oci strings, add constant/util
3 years ago
Josh Dolitsky bfa5036a1a
consolidate registry source files
3 years ago
Josh Dolitsky 4d948b4a06
return err directly from pusher.Push
3 years ago
Josh Dolitsky faf7fc5efd
use version.GetUserAgent
3 years ago
Josh Dolitsky e856df8a54
provide hint if attempting to push directory
3 years ago
Josh Dolitsky 04d2da3637
return friendly error if missing scheme
3 years ago
Josh Dolitsky 35fdc688cd
remove the --with-prov option
3 years ago