Skip to content

Commit

Permalink
feat(Kafka): updated default image (3.1.0->)3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pregnor committed Jul 12, 2023
1 parent 51ca388 commit 0f06140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta1/kafkacluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ func (kSpec *KafkaClusterSpec) GetClusterImage() string {
if kSpec.ClusterImage != "" {
return kSpec.ClusterImage
}
return "ghcr.io/banzaicloud/kafka:2.13-3.1.0"
return "ghcr.io/banzaicloud/kafka:2.13-3.1.2"
}

// GetClusterMetricsReporterImage returns the default container image for Kafka Cluster
Expand Down

0 comments on commit 0f06140

Please sign in to comment.