Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 8fa9280

Browse files
authored
feat(Kafka): updated default image (3.1.0->)3.1.2 (#1009)
1 parent 51ca388 commit 8fa9280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1beta1/kafkacluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ func (kSpec *KafkaClusterSpec) GetClusterImage() string {
762762
if kSpec.ClusterImage != "" {
763763
return kSpec.ClusterImage
764764
}
765-
return "ghcr.io/banzaicloud/kafka:2.13-3.1.0"
765+
return "ghcr.io/banzaicloud/kafka:2.13-3.1.2"
766766
}
767767

768768
// GetClusterMetricsReporterImage returns the default container image for Kafka Cluster

0 commit comments

Comments
 (0)