From 1ad6e68924fdf6fb0c7dcef8e9e1dfc0f36eaed6 Mon Sep 17 00:00:00 2001 From: Benoit Tigeot Date: Wed, 8 Jul 2026 15:38:58 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Terry Howe Signed-off-by: Benoit Tigeot (cherry picked from commit 093015b3b7c466828d01697d4d3d8f4811c59942) --- pkg/registry/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/registry/client.go b/pkg/registry/client.go index 7e0259025..57fb3ef78 100644 --- a/pkg/registry/client.go +++ b/pkg/registry/client.go @@ -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