Skip to content

Commit

Permalink
Bump to central-settlements helm chart due to seperation/renaming of …
Browse files Browse the repository at this point in the history
…services
  • Loading branch information
mdebarros committed Jun 17, 2021
1 parent fe2108e commit 3494643
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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: 12.1.0
version: 13.0.0
appVersion: "central-ledger: v13.10.2; central-settlement: v13.1.1; central-event-processor: v11.0.2"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand Down
2 changes: 1 addition & 1 deletion central/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
repository: "file://../centralledger"
condition: centralledger.enabled
- name: centralsettlement
version: 12.0.0
version: 13.0.0
repository: "file://../centralsettlement"
condition: centralsettlement.enabled
- name: centraleventprocessor
Expand Down
2 changes: 1 addition & 1 deletion centralsettlement/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Central-Settlement Helm chart for Kubernetes
name: centralsettlement
version: 12.0.0
version: 13.0.0
appVersion: "13.1.1"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand Down
2 changes: 1 addition & 1 deletion centralsettlement/chart-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Central-Settlement helm chart for API services and handlers
name: centralsettlement-service
version: 12.0.0
version: 13.0.0
appVersion: "13.1.1"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand Down
8 changes: 4 additions & 4 deletions centralsettlement/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ dependencies:
# repository: https://charts.helm.sh/stable
# condition: postgresql.enabled
- name: centralsettlement-service
version: 12.0.0
version: 13.0.0
repository: "file://./chart-service"
alias: centralsettlement-service
condition: centralsettlement-service.enabled
- name: centralsettlement-service
version: 12.0.0
version: 13.0.0
repository: "file://./chart-service"
alias: centralsettlement-handler-deferredsettlement
condition: centralsettlement-handler-deferredsettlement.enabled
- name: centralsettlement-service
version: 12.0.0
version: 13.0.0
repository: "file://./chart-service"
alias: centralsettlement-handler-grosssettlement
condition: centralsettlement-handler-grosssettlement.enabled
- name: centralsettlement-service
version: 12.0.0
version: 13.0.0
repository: "file://./chart-service"
alias: centralsettlement-handler-rules
condition: centralsettlement-handler-rules.enabled
Expand Down
2 changes: 1 addition & 1 deletion mojaloop/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Mojaloop Helm chart for Kubernetes
name: mojaloop
version: 12.1.0
version: 13.0.0
appVersion: "ml-api-adapter: v11.1.6; central-ledger: v13.10.2; account-lookup-service: v11.5.3; quoting-service: v12.0.6; central-settlement: v13.1.1; central-event-processor: v11.0.2; bulk-api-adapter: v11.1.4; email-notifier: v11.0.2; als-oracle-pathfinder: v11.0.0; transaction-requests-service: v11.1.5; finance-portal-ui: v10.4.3; finance-portal-backend-service: v12.0.0; settlement-management: v11.0.0; operator-settlement: v11.0.0; simulator: v11.1.2; mojaloop-simulator: v11.4.3; sdk-scheme-adapter: v11.17.1; ml-testing-toolkit: v12.4.0; ml-testing-toolkit-ui: v12.2.1;"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand Down
4 changes: 2 additions & 2 deletions mojaloop/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# requirements.yaml
dependencies:
- name: central
version: 12.1.0
version: 13.0.0
repository: "file://../central"
condition: central.enabled
- name: ml-api-adapter
Expand All @@ -21,7 +21,7 @@ dependencies:
repository: "file://../simulator"
condition: simulator.enabled
- name: mojaloop-simulator
version: 11.4.0
version: 12.0.0
repository: "file://../mojaloop-simulator"
condition: mojaloop-simulator.enabled
- name: mojaloop-bulk
Expand Down

0 comments on commit 3494643

Please sign in to comment.