Commit Graph

162 Commits (main)

Author SHA1 Message Date
Suleiman Dibirov adeb4ca3d9 fix(dependencyBuild): prevent race condition in concurrent helm dependency
2 weeks ago
Matt Farina 8e6a5149d2
validation fix
5 months ago
Matt Farina 847369c184
Update to Go 1.21 for builds
6 months ago
Matt Farina 70cbaa0a73
Merge pull request #11372 from vovtz/#11369-fix-custom-repo-cache-for-unmanaged-dependency-updates
10 months ago
Eng Zer Jun 2ceebffc77
test: replace `ensure.TempDir` with `t.TempDir`
11 months ago
Yarden Shoham 15e6066a45 chore: fix a typo in `manager.go`
1 year ago
Matt Farina 4e7e939f19
Updating the Go version in go.mod
1 year ago
Matt Farina 50c22ed7f9
Bump the Go version
1 year ago
Philipp Stehle dfb25e13de harmonize URL reference resolving
2 years ago
Vincent van ’t Zand e844f9ca92 #11369 Use the correct index repo cache directory in the `parallelRepoUpdate` method as well
2 years ago
Mathieu Parent d9e5bbc09d Fix URL with encoded path support for ChartDownloader
2 years ago
Eng Zer Jun 2e3e22a003
test: use `T.TempDir` to create temporary test directory
2 years ago
Josh Dolitsky 86a94f2f53
Merge pull request #10578 from sabre1041/oci-tag-evaluation
2 years ago
Andrew Block 0677a156bc
Limits need to call tag API when explicit version specified
2 years ago
Eng Zer Jun e12f3570b5
refactor: use `os.ReadDir` for lightweight directory reading
2 years ago
David Peraza 9f869c6b21 Removing all the checks for oci experimental flag
3 years ago
Thomas Runyon 353d74e967 refactor internal/experimental/registry to pkg/registry
3 years ago
Scott Rigby ee382eb169
Remove unneeded assignment
3 years ago
Andrew Block 1a9cb93551
Handling name of OCI file
3 years ago
Andrew Block 23989f9e24
Updates to chart downloader
3 years ago
Scott Rigby ba4020770e
Fix linting
3 years ago
Scott Rigby 4d50526a2b
Move OCI tag semver range logic from OCIGetter to ChartDownloader
3 years ago
Matt Farina c7b2a9d487
Fixing issue where OCI handling early causes a bad message
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 1fabbabae9
Fix Trim to TrimPrefix
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
Scott Rigby 39792b5ad0
Revert "It appears we never got to this block below. Quick rec by Farina. Untested if necessary"
3 years ago
Scott Rigby 16453c372c
It appears we never got to this block below. Quick rec by Farina. Untested if necessary
3 years ago
Matt Farina ee73a0263c
Fixing issue where OCI handling early causes a bad message
3 years ago
jayonlau 55bb6c307a lean up extra spaces
3 years ago
Asir Tamboli ea49d811bf Updated oci format logic
3 years ago
Fabian Jucker 6f0064d61b actually skip unverifiable files
3 years ago
Matthew Fisher d2dd32470b
fix tarFromLocalDir saving file dependencies in dest path
3 years ago
Josh Dolitsky 336c7862e5
Merge branch 'main' of github.com:helm/helm into hip-6
3 years ago
Mathieu Parent 58018d1210 Fix encoded path for 'helm dependency build'
3 years ago
Josh Dolitsky 0121f6a328
Merge branch 'main' of github.com:helm/helm into hip-6
3 years ago
Matthew Fisher c7502671ef
Merge pull request #9934 from jayonlau/clean_up
3 years ago
Matthew Fisher 8d8a27ed1f
Merge pull request #9980 from schra/feat/password-stdin
3 years ago
Matthew Fisher 4b23d0a25b
fix: refactor downloadAll
3 years ago
André Schröder 2131f4cba8 [fix concern] implement test
3 years ago
Josh Dolitsky d296ddf026
Merge branch 'main' of github.com:helm/helm into hip-6
3 years ago
jayonlau fc5473f762 Clean up extra spaces
3 years ago
Kally Fox f9b1445b63
refactor: use os instead of ioutil's ReadDir
3 years ago
Josh Dolitsky a38f56c692
Merge branch 'main' of github.com:helm/helm into hip-6
3 years ago
Josh Dolitsky 230e37ca52
remove hardcoded oci strings, add constant/util
3 years ago
Matt Farina 4e2e4084ed
Fix the url being set by WithURL on the getters
3 years ago
Josh Dolitsky 1fe2024be3
Merge branch 'main' of github.com:helm/helm into hip-6
3 years ago
Josh Dolitsky 4ed8e77026
remove tmp path in case it exists
3 years ago
Josh Dolitsky e5b03c73f0
do not update oci-based repos
3 years ago