Skip to content

Commit 299111f

Browse files
authored
feat: fp update fx (#117)
* chore: refactor params * fix: ver * chore: update versions * fix: issue * fix: issue * fix: dns * fix: flow * fix: issue * fix: transfers not shown * feat: add indexes in mongodb * chore: bump version * chore: bump fp version * chore: bump * chore: bump
1 parent 926c1bf commit 299111f

File tree

20 files changed

+206
-4879
lines changed

20 files changed

+206
-4879
lines changed

local-deployment-methods/helmfile/values-fp-min.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ global:
88
keto:
99
readURL: "http://keto-read:80"
1010
reportingDB:
11-
host: centralledger-mysql
11+
host: mysqldb
1212
port: 3306
13-
user: user
14-
database: default
13+
user: central_ledger
14+
database: central_ledger
1515
# secret: {}
1616
secret:
17-
name: mysql
17+
name: mysqldb
1818
key: mysql-password
1919
reportingEventsDB:
2020
host: reporting-events-db
2121
port: 27017
22-
user: user
23-
database: default
22+
user: finance_portal
23+
database: finance_portal
2424
# secret: {}
2525
secret:
2626
name: reporting-events-db
27-
key: mongodb-password
27+
key: mongodb-passwords
2828
kafka:
2929
host: test1-kafka-headless
3030
port: 9092

mojaloop/finance-portal/Chart.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 4.3.0
18+
version: 5.0.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "4.3.0"
24+
appVersion: "5.0.0"
2525
dependencies:
2626
- name: common
2727
repository: "file://../common"
@@ -42,14 +42,14 @@ dependencies:
4242
tags:
4343
- mojaloop
4444
- reporting-hub-bop-shell
45-
version: 1.0.3
45+
version: 1.1.0
4646
- name: reporting-hub-bop-api-svc
4747
condition: reporting-hub-bop-api-svc.enabled
4848
repository: "file://../reporting-hub-bop-api-svc"
4949
tags:
5050
- mojaloop
5151
- reporting-hub-bop-api-svc
52-
version: 2.0.0
52+
version: 3.0.0
5353
- name: reporting-legacy-api
5454
condition: reporting-legacy-api.enabled
5555
repository: "file://../reporting-legacy-api"
@@ -63,7 +63,7 @@ dependencies:
6363
tags:
6464
- mojaloop
6565
- reporting-events-processor-svc
66-
version: 3.0.1
66+
version: 3.1.0
6767
- name: reporting-hub-bop-role-ui
6868
condition: reporting-hub-bop-role-ui.enabled
6969
repository: "file://../reporting-hub-bop-role-ui"
@@ -77,21 +77,21 @@ dependencies:
7777
tags:
7878
- mojaloop
7979
- reporting-hub-bop-trx-ui
80-
version: 1.0.0
80+
version: 2.0.0
8181
- name: reporting-hub-bop-settlements-ui
8282
condition: reporting-hub-bop-settlements-ui.enabled
8383
repository: "file://../reporting-hub-bop-settlements-ui"
8484
tags:
8585
- mojaloop
8686
- reporting-hub-bop-settlements-ui
87-
version: 1.0.3
87+
version: 1.1.0
8888
- name: reporting-hub-bop-positions-ui
8989
condition: reporting-hub-bop-positions-ui.enabled
9090
repository: "file://../reporting-hub-bop-positions-ui"
9191
tags:
9292
- mojaloop
9393
- reporting-hub-bop-positions-ui
94-
version: 1.0.3
94+
version: 1.0.4
9595
- name: reporting-hub-bop-experience-api-svc
9696
condition: reporting-hub-bop-experience-api-svc.enabled
9797
repository: "file://../reporting-hub-bop-experience-api-svc"

mojaloop/reporting-events-processor-svc/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
description: Reporting Events Processor
33
name: reporting-events-processor-svc
4-
version: 3.0.1
5-
appVersion: "3.0.0"
4+
version: 3.1.0
5+
appVersion: "3.1.0"
66
home: http://mojaloop.io
77
icon: http://mojaloop.io/images/logo.png
88
sources:

mojaloop/reporting-events-processor-svc/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ containerSecurityContext:
100100
image:
101101
registry: docker.io
102102
repository: mojaloop/reporting-events-processor-svc
103-
tag: v3.0.0
103+
tag: v3.1.0
104104
## Specify a imagePullPolicy
105105
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
106106
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

mojaloop/reporting-hub-bop-api-svc/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
description: Reporting API service
33
name: reporting-hub-bop-api-svc
4-
version: 2.0.0
5-
appVersion: "2.0.3"
4+
version: 3.0.0
5+
appVersion: "3.0.0"
66
home: http://mojaloop.io
77
icon: http://mojaloop.io/images/logo.png
88
sources:

mojaloop/reporting-hub-bop-api-svc/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ containerSecurityContext:
130130
image:
131131
registry: docker.io
132132
repository: mojaloop/reporting-hub-bop-api-svc
133-
tag: v2.0.3
133+
tag: v3.0.0
134134
## Specify a imagePullPolicy
135135
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
136136
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

mojaloop/reporting-hub-bop-positions-ui/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: >-
33
This is the role microfrontend of the BizOps framework that handles tracing
44
of transfers.
55
name: reporting-hub-bop-positions-ui
6-
version: 1.0.3
7-
appVersion: "0.0.6"
6+
version: 1.0.4
7+
appVersion: "1.0.4"
88
home: http://mojaloop.io
99
icon: http://mojaloop.io/images/logo.png
1010
sources:

mojaloop/reporting-hub-bop-positions-ui/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ containerSecurityContext:
8080
image:
8181
registry: docker.io
8282
repository: mojaloop/reporting-hub-bop-positions-ui
83-
tag: v0.0.6
83+
tag: v0.0.7
8484
## Specify a imagePullPolicy
8585
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
8686
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

mojaloop/reporting-hub-bop-settlements-ui/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: >-
33
This is the role microfrontend of the BizOps framework that handles tracing
44
of transfers.
55
name: reporting-hub-bop-settlements-ui
6-
version: 1.0.3
7-
appVersion: "0.0.12"
6+
version: 1.1.0
7+
appVersion: "1.1.0"
88
home: http://mojaloop.io
99
icon: http://mojaloop.io/images/logo.png
1010
sources:

mojaloop/reporting-hub-bop-settlements-ui/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ containerSecurityContext:
8080
image:
8181
registry: docker.io
8282
repository: mojaloop/reporting-hub-bop-settlements-ui
83-
tag: v0.0.12
83+
tag: v0.0.19-snapshot.3
8484
## Specify a imagePullPolicy
8585
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
8686
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

mojaloop/reporting-hub-bop-shell/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
description: This is the Shell application that accommodates BizOps microfrontends.
33
name: reporting-hub-bop-shell
4-
version: 1.0.3
5-
appVersion: "2.2.3"
4+
version: 1.1.0
5+
appVersion: "1.1.0"
66
home: http://mojaloop.io
77
icon: http://mojaloop.io/images/logo.png
88
sources:

mojaloop/reporting-hub-bop-shell/values.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ containerSecurityContext:
8080
image:
8181
registry: docker.io
8282
repository: mojaloop/reporting-hub-bop-shell
83-
tag: v2.2.3
83+
tag: v2.3.1
8484
## Specify a imagePullPolicy
8585
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
8686
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -198,6 +198,11 @@ config:
198198
REMOTE_2_URL: http://reporting-hub-bop-trx-ui.local
199199
REMOTE_3_URL: http://reporting-hub-bop-settlements-ui.local
200200
REMOTE_4_URL: http://reporting-hub-bop-positions-ui.local
201+
# REACT_APP_TITLE: Mojaloop Finance Portal
202+
# REACT_APP_SUBTITLE: Accelarating regional trade through supporting cross boarder, instant lowcost, payments and transfers.
203+
# REACT_APP_TITLE_IMAGE: http://reporting-hub-bop-positions-ui.local/images/logo.png
204+
# REACT_APP_TITLE_BAR_COLOR: '#911414'
205+
# REACT_APP_DFSP_IMG: http://reporting-hub-bop-positions-ui.local/images/dfsp.png
201206

202207
service:
203208
internalPort: 8080

mojaloop/reporting-hub-bop-trx-ui/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: >-
33
This is the role microfrontend of the BizOps framework that handles tracing
44
of transfers.
55
name: reporting-hub-bop-trx-ui
6-
version: 1.0.0
7-
appVersion: "1.7.2"
6+
version: 2.0.0
7+
appVersion: "2.0.0"
88
home: http://mojaloop.io
99
icon: http://mojaloop.io/images/logo.png
1010
sources:

mojaloop/reporting-hub-bop-trx-ui/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ containerSecurityContext:
8080
image:
8181
registry: docker.io
8282
repository: mojaloop/reporting-hub-bop-trx-ui
83-
tag: v1.7.2
83+
tag: v2.0.0
8484
## Specify a imagePullPolicy
8585
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
8686
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

mojaloop/reporting-legacy-api/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ dependencies:
2525
tags:
2626
- mojaloop
2727
- reporting-templates
28-
version: 1.1.10
28+
version: 1.1.12

0 commit comments

Comments
 (0)