From cd3ab850c31a6484d4014a4d3b0230da6d7b0f9d Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Fri, 12 Jun 2026 16:12:13 +0200 Subject: [PATCH] Add containerImageFields to swift OpenStackDataPlaneService The swift container images were added to the EDPM ansible vars in 8c3b225 but the OpenStackDataPlaneService was not updated to declare its containerImageFields. Signed-off-by: Martin Schuppert --- .../dataplane_v1beta1_openstackdataplaneservice_swift.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/services/dataplane_v1beta1_openstackdataplaneservice_swift.yaml b/config/services/dataplane_v1beta1_openstackdataplaneservice_swift.yaml index 31a0bb1487..22073a43df 100644 --- a/config/services/dataplane_v1beta1_openstackdataplaneservice_swift.yaml +++ b/config/services/dataplane_v1beta1_openstackdataplaneservice_swift.yaml @@ -11,4 +11,9 @@ spec: name: swift-storage-config-data - configMapRef: name: swift-ring-files + containerImageFields: + - SwiftAccountImage + - SwiftContainerImage + - SwiftObjectImage + - SwiftProxyImage edpmServiceType: swift