From 17a77cc2815efd4ce91d77893fc89133713a24be Mon Sep 17 00:00:00 2001 From: Gerardo Gomez Date: Wed, 21 Sep 2022 15:31:39 +0200 Subject: [PATCH] fix(kubeflow-pipeline): fix static_image with custom registry --- .../kubeflow-pipeline/python/fl_suite/pipelines/_pipelines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/kubeflow-pipeline/python/fl_suite/pipelines/_pipelines.py b/components/kubeflow-pipeline/python/fl_suite/pipelines/_pipelines.py index d5afd04..6b58d1b 100644 --- a/components/kubeflow-pipeline/python/fl_suite/pipelines/_pipelines.py +++ b/components/kubeflow-pipeline/python/fl_suite/pipelines/_pipelines.py @@ -57,7 +57,7 @@ def fl_pipeline( verify_registry_tls=verify_registry_tls, ) elif fl_client_image is not None: - static_image(fl_client_image) + static_image(fl_client_image, registry=registry) setup_kubernetes_resources_op = setup_kubernetes_resources() flwr_server_op = flwr_server(