Skip to content

Commit 3b44602

Browse files
author
Vladislav Supalov
committed
feat: replace tools image with operator image
1 parent 7c1aba8 commit 3b44602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/operator/src/kafka_controller.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ fn build_broker_rolegroup_statefulset(
668668
.context(InvalidContainerNameSnafu {
669669
name: "get-svc".to_string(),
670670
})?
671-
.image("docker.stackable.tech/stackable/tools:0.2.0-stackable0.3.0")
671+
.image_from_product_image(resolved_product_image)
672672
.command(vec!["bash".to_string()])
673673
.args(vec![
674674
"-euo".to_string(),
@@ -691,7 +691,7 @@ fn build_broker_rolegroup_statefulset(
691691
.build();
692692

693693
cb_prepare
694-
.image("docker.stackable.tech/stackable/tools:0.2.0-stackable0.3.0")
694+
.image_from_product_image(resolved_product_image)
695695
.command(vec![
696696
"/bin/bash".to_string(),
697697
"-euo".to_string(),

0 commit comments

Comments
 (0)