Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev committed May 28, 2024
1 parent 8883688 commit df1c1b8
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 19 deletions.
4 changes: 2 additions & 2 deletions centralledger/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Central-Ledger Helm chart for Kubernetes
name: centralledger
version: 14.15.1
version: 14.15.2
appVersion: v17.6.1
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand All @@ -16,7 +16,7 @@ maintainers:
email: [email protected]
dependencies:
- name: centralledger-service
version: ">= 14.4.1"
version: ">= 14.4.2"
repository: "file://./chart-service"
condition: centralledger-service.enabled
- name: centralledger-handler-transfer-prepare
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-transfer-fulfil/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Central-Ledger Transfer Fulfil Handler Helm chart for Kubernetes
name: centralledger-handler-transfer-fulfil
version: 14.4.1
version: 14.4.2
appVersion: v17.6.1
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-transfer-prepare/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Central-Ledger Transfer Prepare Handler Helm chart for Kubernetes
name: centralledger-handler-transfer-prepare
version: 14.4.1
version: 14.4.2
appVersion: v17.6.1
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Central-Ledger Service Helm chart for Kubernetes
name: centralledger-service
version: 14.4.1
version: 14.4.2
appVersion: v17.6.1
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand Down
6 changes: 3 additions & 3 deletions ml-api-adapter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: ml-api-adapter Helm chart for Kubernetes
name: ml-api-adapter
version: 13.5.0
version: 13.5.1
appVersion: v14.0.5
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand All @@ -16,11 +16,11 @@ maintainers:
email: [email protected]
dependencies:
- name: ml-api-adapter-service
version: ">= 13.3.0"
version: ">= 13.3.1"
repository: "file://./chart-service"
condition: ml-api-adapter-service.enabled
- name: ml-api-adapter-handler-notification
version: ">= 13.3.0"
version: ">= 13.3.1"
repository: "file://./chart-handler-notification"
condition: ml-api-adapter-handler-notification.enabled
- name: common
Expand Down
2 changes: 1 addition & 1 deletion ml-api-adapter/chart-handler-notification/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: ml-api-adapter Handler for Notifications component Helm chart for Kubernetes
name: ml-api-adapter-handler-notification
version: 13.3.0
version: 13.3.1
appVersion: v14.0.5
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,14 @@
"config": {
"options": {
"mode": 2,
"batchSize": 1,
"batchSize": 12,
"syncConcurrency": 12,
"syncSingleMessage": true,
"recursiveTimeout": 100,
"messageCharset": "utf8",
"messageAsJSON": true,
"sync": true,
"consumeTimeout": 1000
"consumeTimeout": 10
},
"rdkafkaConf": {
"client.id": "ml-con-notification-event",
Expand Down
2 changes: 1 addition & 1 deletion ml-api-adapter/chart-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: ml-api-adapter API component Helm chart for Kubernetes
name: ml-api-adapter-service
version: 13.3.0
version: 13.3.1
appVersion: v14.0.5
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand Down
8 changes: 4 additions & 4 deletions mojaloop/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Mojaloop Helm chart for Kubernetes
name: mojaloop
version: 16.0.1
version: 16.0.2
appVersion: "ml-api-adapter: v14.0.5; central-ledger: v17.6.1; account-lookup-service: v15.2.3; quoting-service: v15.7.0; central-settlement: v16.0.0; bulk-api-adapter: v17.0.0; transaction-requests-service: v14.1.2; simulator: v12.1.0; mojaloop-simulator: v15.0.0; sdk-scheme-adapter: v23.4.0; auth-service: v15.0.0; als-consent-oracle: v0.2.2; thirdparty-sdk: v15.1.1; ml-testing-toolkit: v17.0.0; ml-testing-toolkit-ui: v15.4.2;"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand All @@ -19,15 +19,15 @@ dependencies:
repository: "file://../account-lookup-service"
condition: account-lookup-service.enabled
- name: quoting-service
version: ">= 15.6.0"
version: ">= 15.7.1"
repository: "file://../quoting-service"
condition: quoting-service.enabled
- name: ml-api-adapter
version: ">= 13.5.0"
version: ">= 13.5.1"
repository: "file://../ml-api-adapter"
condition: ml-api-adapter.enabled
- name: centralledger
version: ">= 14.15.1"
version: ">= 14.15.2"
repository: "file://../centralledger"
condition: centralledger.enabled
- name: centralsettlement
Expand Down
4 changes: 2 additions & 2 deletions quoting-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Quoting-Service Helm chart for Kubernetes
name: quoting-service
version: 15.7.0
version: 15.7.1
appVersion: v15.7.0
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand All @@ -20,7 +20,7 @@ dependencies:
repository: "file://./chart-service"
condition: quoting-service.enabled
- name: quoting-service-handler
version: ">= 15.3.0"
version: ">= 15.3.1"
repository: "file://./chart-handler"
condition: quoting-service-handler.enabled
- name: common
Expand Down
2 changes: 1 addition & 1 deletion quoting-service/chart-handler/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Quoting-Service Handler Helm chart for Kubernetes
name: quoting-service-handler
version: 15.3.0
version: 15.3.1
appVersion: v15.7.0
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand Down

0 comments on commit df1c1b8

Please sign in to comment.