This project is mirrored from https://gitee.com/zyxjob/helm.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 13 Jan, 2022 8 commits
-
-
Matt Farina authored
Move oci out experimental
-
David Peraza authored
Signed-off-by:
David Peraza <dperaza@redhat.com>
-
David Peraza authored
All the experimental modules were moved to pkg/action Signed-off-by:
David Peraza <dperaza@redhat.com>
-
David Peraza authored
Signed-off-by:
David Peraza <dperaza@redhat.com>
-
Thomas Runyon authored
Signed-off-by:
Thomas Runyon <runyontr@gmail.com>
-
Thomas Runyon authored
Signed-off-by:
Thomas Runyon <runyontr@gmail.com>
-
Matt Farina authored
Fix panic with OCI for install, upgrade, and show
-
Matt Farina authored
When range support for OCI went in via #10527 it created a situation where some lookups for a chart could cause a panic. This change makes sure the registry client is available to lookup OCI charts Signed-off-by:
Matt Farina <matt.farina@suse.com>
-
- 12 Jan, 2022 29 commits
-
-
Scott Rigby authored
OCI version range support
-
Scott Rigby authored
Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Scott Rigby authored
Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Scott Rigby authored
Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Andrew Block authored
Signed-off-by:
Andrew Block <andy.block@gmail.com>
-
Andrew Block authored
Signed-off-by:
Andrew Block <andy.block@gmail.com>
-
Scott Rigby authored
Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Scott Rigby authored
Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Matt Farina authored
Note, there is OCI handling later in the funtion that should handle the situation instead. Closes #10534 Signed-off-by:
Matt Farina <matt.farina@suse.com>
-
Scott Rigby authored
Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Andrew Block authored
Signed-off-by:
Andrew Block <andy.block@gmail.com>
-
Andrew Block authored
Signed-off-by:
Andrew Block <andy.block@gmail.com>
-
Andrew Block authored
Signed-off-by:
Andrew Block <andy.block@gmail.com>
-
Scott Rigby authored
Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Scott Rigby authored
Largely borrowed from (IndexFile).Get. However there is not currently a nice way to make this code also usable to the repo package, as IndexFile depends on a list of index Entries containing a nexted version. We could refactor this later to somehow use the same shared function, but for now keeping separate. Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Andrew Block authored
Signed-off-by:
Andrew Block <andy.block@gmail.com>
-
Andrew Block authored
Signed-off-by:
Andrew Block <andy.block@gmail.com>
-
Andrew Block authored
Signed-off-by:
Andrew Block <andy.block@gmail.com>
-
Andrew Block authored
Signed-off-by:
Andrew Block <andy.block@gmail.com>
-
Scott Rigby authored
Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Scott Rigby authored
Now that https://github.com/oras-project/oras-go/pull/89 is merged and released Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Scott Rigby authored
Add OCI tag verions to the Dependency object before Resolve. TODO: fix HTTP HTTPS error for local registries Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Andrew Block authored
Signed-off-by:
Andrew Block <andy.block@gmail.com>
-
Scott Rigby authored
This reverts commit f616a01808da3428c6191e5196f32ca72eb22254. Removing for now until we know we need it. Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Scott Rigby authored
This reverts commit c0be414e4b8d2928018504c010cb04b1b2450bf3. Taking a different approach, but keep this work in git history for now until we know the new approach works. Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Scott Rigby authored
Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Scott Rigby authored
Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Scott Rigby authored
Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Scott Rigby authored
registry: change default registry config from `registry.json` to `registry/config.json`
-
- 11 Jan, 2022 3 commits
-
-
Allen Bai authored
Uses NewClientWithDockerFallback to always use Docker config and modifies go.mod to use oras v1.1.0-rc3. Ref: - https://github.com/helm/helm/pull/10536#issuecomment-1010144075 - https://github.com/oras-project/oras-go/pull/92 Signed-off-by:
Allen Bai <abai@redhat.com>
-
Allen Bai authored
Changes default registry config file from `registry.json` to `config.json`. This aligns with the `config.json` that is widely used in docker. Closes: https://github.com/helm/helm/issues/10156 Related: https://github.com/helm/helm/issues/10122 Signed-off-by:
Allen Bai <abai@redhat.com>
-
Scott Rigby authored
For OCI, convert + to _ before pull, and + to _ before push
-