From 3d015db4e77de95cd37e8d8e16572599693aebbf Mon Sep 17 00:00:00 2001 From: Alessio Marinelli Date: Fri, 12 Jun 2026 09:52:01 +0200 Subject: [PATCH] Fix: patcher.py registry block passes wrong key to registry.patch (was 'milvus', should be 'registry') --- nuvolaris/patcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuvolaris/patcher.py b/nuvolaris/patcher.py index 2ccdc3f..d2c6f18 100644 --- a/nuvolaris/patcher.py +++ b/nuvolaris/patcher.py @@ -162,7 +162,7 @@ def patch(diff, status, owner=None, name=None): components_updated = True if "registry" in what_to_do: - registry.patch(status,what_to_do['milvus'], owner) + registry.patch(status,what_to_do['registry'], owner) components_updated = True # handle update action on openwhisk