Skip to content

Commit

Permalink
upgrade Kafka version
Browse files Browse the repository at this point in the history
  • Loading branch information
minghsu0107 authored Feb 18, 2022
1 parent ce814c8 commit 1c97a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/kafka/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
cpu: "250m"
- name: kafka
# if KAFKA_BROKER_ID is not specified, it will automatically be generated
image: confluentinc/cp-enterprise-kafka:6.0.1
image: confluentinc/cp-enterprise-kafka:7.0.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9092
Expand Down

0 comments on commit 1c97a80

Please sign in to comment.