Apply suggestions from code review

Co-authored-by: Terry Howe <terrylhowe@gmail.com>
Signed-off-by: Benoit Tigeot <benoittgt@users.noreply.github.com>
pull/32300/head
Benoit Tigeot 7 days ago committed by GitHub
parent a061886b72
commit 093015b3b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save