Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update kafka version #64

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Update kafka version to 3.6.1
  • Loading branch information
pon0marev committed Jan 26, 2024
commit 938ce0c90d4d1a0d0466857adba61bce0b8c0093
2 changes: 1 addition & 1 deletion azure/microservices/thirdparty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: bitnami/kafka:3.2.0
image: bitnami/kafka:3.6.1
ports:
- containerPort: 9092
name: kafka-int
Expand Down
2 changes: 1 addition & 1 deletion gcp/microservices/thirdparty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: bitnami/kafka:3.2.0
image: bitnami/kafka:3.6.1
ports:
- containerPort: 9092
name: kafka-int
Expand Down
2 changes: 1 addition & 1 deletion minikube/thirdparty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: bitnami/kafka:3.2.0
image: bitnami/kafka:3.6.1
ports:
- containerPort: 9092
name: kafka-int
Expand Down
2 changes: 1 addition & 1 deletion openshift/thirdparty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: bitnami/kafka:3.2.0
image: bitnami/kafka:3.6.1
ports:
- containerPort: 9092
name: kafka-int
Expand Down