-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: changes to kafka config to add protocol info and disable zookeep…
…er (#655) * fix: changes to kafka config to add protocol info and disable zookeeper in default config * updated kafka version * patch release for use with updated example-backend for default deployments
- Loading branch information
1 parent
529d3e8
commit 64ab766
Showing
3 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
apiVersion: v2 | ||
description: Example Helm chart for mojaloop backend dependencies | ||
name: example-mojaloop-backend | ||
version: 15.7.0 | ||
appVersion: "nginx: 4.4.2; mysql: 9.19.1; kafka: 26.8.5; mongodb: 14.8.3; redis: 18.12.1" | ||
version: 16.0.0 | ||
appVersion: "nginx: 4.4.2; mysql: 9.19.1; kafka: 29.3.9; mongodb: 14.8.3; redis: 18.12.1" | ||
home: http://mojaloop.io | ||
icon: http://mojaloop.io/images/logo.png | ||
sources: | ||
|
@@ -13,6 +13,8 @@ maintainers: | |
email: [email protected] | ||
- name: Vijay Kumar Guthi | ||
email: [email protected] | ||
- name: Sam Kummary | ||
email: [email protected] | ||
dependencies: | ||
- name: kafka | ||
alias: kafka | ||
|
@@ -23,7 +25,7 @@ dependencies: | |
- dependency | ||
- backend | ||
- kafka | ||
version: 26.8.5 | ||
version: 29.3.9 | ||
## mysql database | ||
- name: mysql | ||
alias: mysql | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters