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.
- 06 May, 2022 1 commit
-
-
小 白蛋 authored
-
- 27 Jan, 2022 1 commit
-
-
Matt Farina authored
Fix install memory/goroutine leak
-
- 26 Jan, 2022 1 commit
-
-
Josh Dolitsky authored
Management of bearer tokens for tag listing
-
- 22 Jan, 2022 1 commit
-
-
Martin Hickey authored
chore (lint): Replace golint with revive
-
- 20 Jan, 2022 2 commits
-
-
Martin Hickey authored
Issue with smallCaps combination e.g. kCaFile Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com>
-
Martin Hickey authored
golint which is used as one of the sublinters in golangci-lint is deprecated. It is replaced with revive which is a drop-in replacement. Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com> Co-authored-by:
Martin Mulholland <mmulholl@redhat.com>
-
- 19 Jan, 2022 1 commit
-
-
Marc Khouzam authored
Signed-off-by:
Marc Khouzam <marc.khouzam@montreal.ca>
-
- 18 Jan, 2022 5 commits
-
-
Josh Dolitsky authored
Limits need to call tag API when explicit version specified
-
Andrew Block authored
Signed-off-by:
Andrew Block <andy.block@gmail.com>
-
Martin Hickey authored
refactor: use `os.ReadDir` for lightweight directory reading
-
Matt Farina authored
bump version to v3.8.0
-
Eng Zer Jun authored
`os.ReadDir` was added in Go 1.16 as part of the deprecation of `ioutil` package. It is a more efficient implementation than `ioutil.ReadDir` as stated here https://pkg.go.dev/io/ioutil#ReadDir . Signed-off-by:
Eng Zer Jun <engzerjun@gmail.com>
-
- 15 Jan, 2022 1 commit
-
-
Andrew Block authored
Signed-off-by:
Andrew Block <andy.block@gmail.com>
-
- 13 Jan, 2022 9 commits
-
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt.farina@suse.com> (cherry picked from commit d493f29c)
-
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 18 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>
-