Commit Graph

52 Commits (d58d7b376265338e059ff11c71267b5a6cf504c3)

Author SHA1 Message Date
Matt Farina 50c22ed7f9
Bump the Go version
1 year ago
Philipp Stehle dfb25e13de harmonize URL reference resolving
2 years ago
Mathieu Parent d9e5bbc09d Fix URL with encoded path support for ChartDownloader
2 years ago
Andrew Block 0677a156bc
Limits need to call tag API when explicit version specified
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
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
Matt Farina 17ed9c4cd3
tweak basic handling
3 years ago
Peter Engelbert 3ad08f3ea9 Implement `helm pull` for OCI registries
4 years ago
Raphaël 984d2ac767
fix: write index.yaml file atomically (#7954)
4 years ago
Martin Hickey aef7b1dca2
Merge pull request #7720 from misha-ridge/atomic-charts-cache
4 years ago
James McElwain bf5c0ae7f4 fix(install): correct append tls config.
5 years ago
Mikhail Gusarov b864fcd0f4 Make the charts cache safe in presence of several Helm instances
5 years ago
James McElwain e9bf446fa8 fix(install): use ca file for install (#7140)
5 years ago
Andreas Stenius 0f0aa6b432
chart_downloader: avoid overriding TLS options from command flags when not setup in repo config.
5 years ago
Andreas Stenius d6c13616fa
chart_downloader: add TLS client config to options from repo config. (#7055)
5 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
5 years ago
Adam Reese fe92480ab4
fix(cmd/helm): user friendly error message when repos are not configured
5 years ago
Adam Reese b6fdd8783b
feat(cmd/helm): remove need for helm init command
5 years ago
Taylor Thomas c9c95ea148 ref(*): Moves packages to internal
5 years ago
Matthew Fisher c728611e5a
feat(cli): support XDG base directory specification
5 years ago
Matthew Fisher 2800c56f9d
ref(downloader): pass in options to ChartDownloader
5 years ago
Matthew Fisher e410a03c74
ref(getter): introduce Options for passing in getter parameters
5 years ago
Da Yin b9878bd912 Redo the same fix with #3915 in dev-v3 branch
5 years ago
Matthew Fisher 7353a65bfa
ref(downloader): remove ResolveChartVersionAndGetRepo
5 years ago
Adam Reese e458a67f0c
ref(pkg/chart): add validation method to chart
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 d94707db86
ref(*): remove helmVersion chart constraint
6 years ago
roc 212d326a34 ref(pkg/repo): rename RepoFile to File
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
eyalbe4 fa62c476fc Basic auth credentials from repo not used in install/upgrade/fetch commands #3858
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
Yecheng Fu 126f0249a7 Remove executable permission bit for chart files.
7 years ago
Christian Jauvin 8775f632f2 Fix for relative chart path support in index.yaml
7 years ago
Michal Cwienczek dad8c6f644 Fix #2937 - helm always appends /index.yaml at the end of URL (#2988)
7 years ago
Matt Butcher 4c6a7cf759
fix(helm): prepend repo URL to packages missing scheme
7 years ago
Matt Butcher 28ec92355b
fix(helm): add --devel flag to allow dev releases again
7 years ago
Matt Butcher bd02f39384
ref(getter): flatten the getter package tree
7 years ago
Gergo Huszty b4ca198cc6 Pluggable downloaders. Closes #2093, #2094.
7 years ago
libesz 0537b08779 helmpath goes under /pkg/helm/
8 years ago
libesz 024fc5c806 Fixing pkg->cmd call by moving helmpath under /pkg
8 years ago