Commit Graph

64 Commits (9bb7e13c66fefbf6d7697a13f79c3624cceafbf5)

Author SHA1 Message Date
Scott Rigby e814ff3c38
Remove unnecessary file i/o operations from signing and verifying
1 week ago
Matt Farina fea6d8eb04
Updating to tested content cache
2 weeks ago
Matt Farina 6ac2c34689
Initial addition of content based cache
3 weeks ago
Carlos Sanchez 4e483d36bd fix: prevent panic when ChartDownloader.getOciURI
1 month ago
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
5 months ago
Matt Farina f65eaf35ce
Merge pull request #12690 from TerryHowe/oci-install-digest
8 months ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
8 months ago
Matt Farina 4dd2a7d626
Merge branch 'main' into oci-install-digest
9 months ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
10 months ago
Terry Howe d2b94f6200 fix: make ORAS reference private
11 months ago
Terry Howe ad9fb68fa3 feat: allow installation by OCI digest
11 months ago
Matt Clegg fff3547f9c
ISSUE-9507: ADD `application/gzip,application/octet-stream` accept header when downloading chart
1 year ago
Matt Farina 50c22ed7f9
Bump the Go version
2 years ago
Philipp Stehle dfb25e13de harmonize URL reference resolving
3 years ago
Mathieu Parent d9e5bbc09d Fix URL with encoded path support for ChartDownloader
3 years ago
Andrew Block 0677a156bc
Limits need to call tag API when explicit version specified
4 years ago
Thomas Runyon 353d74e967 refactor internal/experimental/registry to pkg/registry
4 years ago
Scott Rigby ee382eb169
Remove unneeded assignment
4 years ago
Andrew Block 1a9cb93551
Handling name of OCI file
4 years ago
Andrew Block 23989f9e24
Updates to chart downloader
4 years ago
Scott Rigby ba4020770e
Fix linting
4 years ago
Scott Rigby 4d50526a2b
Move OCI tag semver range logic from OCIGetter to ChartDownloader
4 years ago
Josh Dolitsky a38f56c692
Merge branch 'main' of github.com:helm/helm into hip-6
4 years ago
Josh Dolitsky 230e37ca52
remove hardcoded oci strings, add constant/util
4 years ago
Matt Farina 4e2e4084ed
Fix the url being set by WithURL on the getters
4 years ago
Matt Farina 17ed9c4cd3
tweak basic handling
4 years ago
Peter Engelbert 3ad08f3ea9 Implement `helm pull` for OCI registries
5 years ago
Raphaël 984d2ac767
fix: write index.yaml file atomically (#7954)
5 years ago
Martin Hickey aef7b1dca2
Merge pull request #7720 from misha-ridge/atomic-charts-cache
6 years ago
James McElwain bf5c0ae7f4 fix(install): correct append tls config.
6 years ago
Mikhail Gusarov b864fcd0f4 Make the charts cache safe in presence of several Helm instances
6 years ago
James McElwain e9bf446fa8 fix(install): use ca file for install (#7140)
6 years ago
Andreas Stenius 0f0aa6b432
chart_downloader: avoid overriding TLS options from command flags when not setup in repo config.
6 years ago
Andreas Stenius d6c13616fa
chart_downloader: add TLS client config to options from repo config. (#7055)
6 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
6 years ago
Adam Reese fe92480ab4
fix(cmd/helm): user friendly error message when repos are not configured
6 years ago
Adam Reese b6fdd8783b
feat(cmd/helm): remove need for helm init command
6 years ago
Taylor Thomas c9c95ea148 ref(*): Moves packages to internal
6 years ago
Matthew Fisher c728611e5a
feat(cli): support XDG base directory specification
6 years ago
Matthew Fisher 2800c56f9d
ref(downloader): pass in options to ChartDownloader
6 years ago
Matthew Fisher e410a03c74
ref(getter): introduce Options for passing in getter parameters
6 years ago
Da Yin b9878bd912 Redo the same fix with #3915 in dev-v3 branch
6 years ago
Matthew Fisher 7353a65bfa
ref(downloader): remove ResolveChartVersionAndGetRepo
6 years ago
Adam Reese e458a67f0c
ref(pkg/chart): add validation method to chart
7 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 d94707db86
ref(*): remove helmVersion chart constraint
7 years ago
roc 212d326a34 ref(pkg/repo): rename RepoFile to File
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