We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1aba8 commit bf1d4c1Copy full SHA for bf1d4c1
rust/operator/src/kafka_controller.rs
@@ -668,7 +668,7 @@ fn build_broker_rolegroup_statefulset(
668
.context(InvalidContainerNameSnafu {
669
name: "get-svc".to_string(),
670
})?
671
- .image("docker.stackable.tech/stackable/tools:0.2.0-stackable0.3.0")
+ .image_from_product_image(resolved_product_image)
672
.command(vec!["bash".to_string()])
673
.args(vec![
674
"-euo".to_string(),
@@ -691,7 +691,7 @@ fn build_broker_rolegroup_statefulset(
691
.build();
692
693
cb_prepare
694
695
.command(vec![
696
"/bin/bash".to_string(),
697
0 commit comments