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(