mirror of
https://github.com/helm/helm.git
synced 2026-08-09 01:21:20 +00:00
Apply suggestions from code review
Co-authored-by: Terry Howe <terrylhowe@gmail.com>
Signed-off-by: Benoit Tigeot <benoittgt@users.noreply.github.com>
(cherry picked from commit 093015b3b7)
This commit is contained in:
committed by
Matt Farina
parent
037733e7d5
commit
1ad6e68924
@@ -55,7 +55,7 @@ storing semantic versions, Helm adopts the convention of changing plus (+) to
|
||||
an underscore (_) in chart version tags when pushing to a registry and back to
|
||||
a plus (+) when pulling from a registry.`
|
||||
|
||||
var errDeprecatedRemote = errors.New("providing github.com/containerd/containerd/remotes.Resolver via ClientOptResolver is no longer suported")
|
||||
var errDeprecatedRemote = errors.New("providing github.com/containerd/containerd/remotes.Resolver via ClientOptResolver is no longer supported")
|
||||
|
||||
type (
|
||||
// RemoteClient shadows the ORAS remote.Client interface
|
||||
|
||||
Reference in New Issue
Block a user