From eb352d3e942cc79cc27f370487c5cf50cc661f13 Mon Sep 17 00:00:00 2001 From: Kirill Sibirev Date: Fri, 13 Sep 2024 17:39:10 +0200 Subject: [PATCH] Fix strawberry controller image for 2nd job (#345) --- pkg/components/strawberry_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/components/strawberry_controller.go b/pkg/components/strawberry_controller.go index 5f73fb09..c4b30199 100644 --- a/pkg/components/strawberry_controller.go +++ b/pkg/components/strawberry_controller.go @@ -96,7 +96,7 @@ func NewStrawberryController( resource.Spec.ImagePullSecrets, "cluster", ChytInitClusterJobConfigFileName, - resource.Spec.CoreImage, + image, cfgen.GetChytInitClusterConfig, getTolerationsWithDefault(resource.Spec.StrawberryController.Tolerations, resource.Spec.Tolerations), getNodeSelectorWithDefault(resource.Spec.StrawberryController.NodeSelector, resource.Spec.NodeSelector),