Skip to content

Commit

Permalink
1. Added config for get-transfers handler
Browse files Browse the repository at this point in the history
2. Removed transfer handler config
3. Updated all versions to 3.8.0 (for the 3 core services)
4. Increased queue buffering max size to 10M from 10k
5. removed commented out config
  • Loading branch information
elnyry-sam-k committed Oct 18, 2018
1 parent 8bdc43c commit accc714
Show file tree
Hide file tree
Showing 41 changed files with 452 additions and 8,327 deletions.
2 changes: 1 addition & 1 deletion central/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Central Helm chart for Kubernetes
name: central
version: 3.5.1
version: 3.8.0
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
4 changes: 2 additions & 2 deletions central/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ dependencies:
# repository: "file://../centralhub"
# condition: centralhub.enabled
- name: centralledger
version: 3.5.1
version: 3.8.0
repository: "file://../centralledger"
condition: centralledger.enabled
- name: centraldirectory
version: 3.4.2
repository: "file://../centraldirectory"
condition: centraldirectory.enabled
- name: centralsettlement
version: 3.5.1
version: 3.8.0
repository: "file://../centralsettlement"
condition: centralsettlement.enabled
Loading

0 comments on commit accc714

Please sign in to comment.