From f9c324e91821d4627e1913af2821f701ec6ec4ad Mon Sep 17 00:00:00 2001 From: jnathangreeg Date: Mon, 2 Feb 2026 15:53:21 +0100 Subject: [PATCH] Fix comment typo in checkECRRegistry function to clarify _catalog endpoint issue --- watcher/registryhandler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher/registryhandler.go b/watcher/registryhandler.go index 0ef4e293..31609799 100644 --- a/watcher/registryhandler.go +++ b/watcher/registryhandler.go @@ -188,7 +188,7 @@ func (ch *RegistryCommandsHandler) checkRegistry(cmd v1alpha1.OperatorCommand) ( return payload, nil } -// Uses AWS SDK instead of HTTP calls for ECR to avoid _catalog endpoint issues +// Uses AWS SDK instead of HTTP calls for ECR to avoid _catalog endpoint issue func (ch *RegistryCommandsHandler) checkECRRegistry(registry armotypes.ContainerImageRegistry) ([]byte, error) { var registryURI string if awsRegistry, ok := registry.(*armotypes.AWSImageRegistry); ok {