Skip to content

Commit

Permalink
fix(mojaloop/#2382): release v13.0.2 (#448)
Browse files Browse the repository at this point in the history
* fix: release/v13.0.1 (#445)

- Upgraded Central-Settlement from v13.4.0 to v13.4.1, fixes errors when `sidecar.enabled=true` issue (mojaloop/project#2368).
- Added missing `default-sidecar.json` to Central-Settlement Template chart
- Added a `.changelog` folder with release notes for v13.0.0 and v13.0.1
- Added additional "commented" values to Testing Toolkit to improve the ease of configurability
-  fixed issue (mojaloop/project#2359) when running TTK deployments in "hosted" mode.
   - Updated Testing Toolkit v13.2.1 to v13.2.2
   - Updated structure to Testing Toolkit (TTK) Backend value for `CONNECTION_MANAGER_AUTH_ENABLED` to `CONNECTION_MANAGER.AUTH_ENABLED`.

chore: release v13.0.2

- Added release notes for v13.0.2
- Fixed typos in release notes v13.0.0, v13.0.1
- Upgraded Account-lookup-service from v11.7.0 to v11.7.2 -> fix for mojaloop/project#2358
- Bump to Account-lookup-service helm chart
- Bump to Mojaloop helm chart

chore: release v13.0.2

- Added release notes for v13.0.2
- Fixed typos in release notes v13.0.0, v13.0.1
- Upgraded Account-lookup-service from v11.7.0 to v11.7.2 -> fix for mojaloop/project#2358
- Bump to Account-lookup-service helm chart
- Bump to Mojaloop helm chart

* Updated quoting-service from 12.0.6 to 12.0.7

- Bumped Mojaloop helm charts
- Bumped Quoting-service helm charts
- Upgraded quoting-service from 12.0.6 to 12.0.7
- Updated release notes for v13.0.2

* Bump to mojaloop

* Updated account-lookup-service from v11.7.2 to v11.7.3

* Updated simulator from v11.0.2 to v11.0.3

* Updated account-lookup-service from v11.7.3 to v11.7.4

* Updated 13.0.2 release notes

- Added 2nd PR to fix issue 2374

* Fix typo in release notes

* eventstreamprocessor log_level is now info by default

* fix(mojaloop/#2405): helm release v13.0.x upgrades fail after several iterations

Fixes for mojaloop/project#2405:
- Added duplicate protection for set env vars for the mojaloop-simulator deployment descriptor.
- Uncommented statically configured env vars for the mojaloop-simulator in the values.yaml and removed them from the deployment descriptor.
- Removed breaking mojaloop-simulator configs from the mojaloop/values.yaml. They can still be configured if required, but rather hide configs that should be avoided.
- Parch version bump to mojaloop-simulators Helm chart

* Updated changelog

* Fixed some comments

* - upgraded sdk-scheme-adapter

- from  v11.17.1 -> **v11.18.7**
- minor bump to mojaloop-simulator
- updated v13.0.2 release notes
- Changed default value of liveliness and readiness probes enablement to true on quoting-service

* upgraded quoting-service to v12.0.9

- updated docker images
- updated release notes

* Updated release notes with known issues

* bump to quoting-service to v12.0.10

* added missing allow.auto.create.topics for kafka consumer configs

* updated v13.0.2 release notes for previous commit

* Feature/upgrade ttk (#449)

* Upgraded TTK app versions and bumped up the chart version

* Added release notes

* Upgraded mojaloop-testing-toolkit

- Backend from v13.4.0 to v13.5.2
- UI from v13.4.0 to v13.5.0

* chore: bumped account-lookup-service

- maintenance update on dependencies, no functional changes or bug fixes included in this version bump

* Updates to account-lookup-service

- Bump ALS from v11.7.5 to 11.7.7

* Updated MySQL Configuration to support utf8 encoding

- mojaloop/project#2471

* Added env vars for accented/burmese characters to TTK env config

* updated v13.0.2 release notes with

- Feature notes for mojaloop/project#1452
- Bug fix placeholder (which is pending a fix) for mojaloop/project#2474

* Updated typo

* updated transaction-request-service

- upgraded image from v11.1.5 to v11.1.6
- minor bump to chart version

* bump to transaction-request-service

- updated image to v11.1.7 due to updated readme

* updated ttk frontend

- upgraded v13.5.0 to v13.5.2

* bump to account-lookup and quoting-service chart versions

* chore: maintenance updates

- added initContainer to sdk-scheme-adapter
- added mysql config for utf8mb4 character sets

* chore: lots of updates

- upgraded sdk-scheme-adapter from v11.18.7 t v11.17.8
- upgraded central-ledger components from v13.12.1 to v13.14.0
- chart bumps to reflect the upgrades above
- added checksum annotation on TTK backend to ensure updates restart pods in the statefulset when changes are made
- updated release notes for v13.0.2

* updated release notes

* chore: maintenance update

- added checksum annotations to all supported charts
- patch bump to all charts (where applicable) to reflect the above change
- updated release notes

* updates to release notes

* updated release notes

* updated release notes

* updated release notes

* updated release notes

* updated release notes

* updated release notes

* feat: parameteriized sim names in ttk env (#450)

* Added parameters logic for extra environments property

* Introduced the parameters for simulator names in ml-testing-toolkit values in mojaloop

* Added parameters logic to TTK CLI chart

* Added parameters to TTK CLI values in the mojaloop values file

* Fixed the issue with TTK CLI chart

* Removed unneccessary anchors

* updating release notes

Co-authored-by: vijayg10 <[email protected]>
  • Loading branch information
mdebarros and vijayg10 authored Sep 17, 2021
1 parent b083212 commit bb0d997
Show file tree
Hide file tree
Showing 118 changed files with 642 additions and 347 deletions.
3 changes: 2 additions & 1 deletion .changelog/release-v13.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ Mojaloop-simulators:
3. Tests coverage not provided for scenarios when Deferred Multilateral Net Settlement (DMLNS) and Continuous Gross Settlement (CGS) models are used on the same Switch.
4. [#2325 - Default CGS model settles also Deferred Net transfers](https://github.com/mojaloop/project/issues/2325)
5. [#2342 - ALS Admin Service DELETE API not working as expected](https://github.com/mojaloop/project/issues/2342)

6. [#2352 - Mojaloop Helm support for Kubernetes 1.22](https://github.com/mojaloop/project/issues/2352)
7. [#2448 - Nginx Ingress Controller v1.0.0 is incompatible with Mojaloop Helm v13.0.x releases](https://github.com/mojaloop/project/issues/2448)

## 10. Contributors

Expand Down
2 changes: 2 additions & 0 deletions .changelog/release-v13.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ N/A
1. [#2119 - Idempotency for duplicate quote request](https://github.com/mojaloop/project/issues/2119)
2. [#2322 - Helm install failing with with "medium to large" release names](https://github.com/mojaloop/project/issues/2322)
3. [#2358 - Firstname, Middlename and Lastname regex not supporting myanmar script unicode strings #2358](https://github.com/mojaloop/project/issues/2358)
4. [#2352 - Mojaloop Helm support for Kubernetes 1.22](https://github.com/mojaloop/project/issues/2352)
5. [#2448 - Nginx Ingress Controller v1.0.0 is incompatible with Mojaloop Helm v13.0.x releases](https://github.com/mojaloop/project/issues/2448)

## 10. Contributors

Expand Down
126 changes: 99 additions & 27 deletions .changelog/release-v13.0.2.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions account-lookup-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 12.2.1
appVersion: "account-lookup-service: v11.7.2; als-oracle-pathfinder: v11.0.0"
version: 12.3.0
appVersion: "account-lookup-service: v11.7.7; als-oracle-pathfinder: v11.0.0"
description: Account Lookup Service Helm Chart for Mojaloop
name: account-lookup-service
4 changes: 2 additions & 2 deletions account-lookup-service/chart-admin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 12.2.1
appVersion: "11.7.2"
version: 12.3.0
appVersion: "11.7.7"
description: A Helm chart for Kubernetes
name: account-lookup-service-admin
7 changes: 7 additions & 0 deletions account-lookup-service/chart-admin/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ spec:
app.kubernetes.io/version: {{ .Chart.Version }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
## Currently not supported
# {{- if .Values.metrics.enabled }}
# prometheus.io/port: "{{ .Values.containers.admin.service.ports.api.port }}"
# prometheus.io/scrape: "true"
# {{- end }}
spec:
{{- if .Values.init.enabled }}
initContainers:
Expand Down
4 changes: 2 additions & 2 deletions account-lookup-service/chart-admin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ containers:
api:
image:
repository: mojaloop/account-lookup-service
tag: v11.7.2
tag: v11.7.7
pullPolicy: IfNotPresent
command: '["node", "src/index.js", "server", "--api"]'
service:
Expand All @@ -18,7 +18,7 @@ containers:
admin:
image:
repository: mojaloop/account-lookup-service
tag: v11.7.2
tag: v11.7.7
pullPolicy: IfNotPresent
command: '["node", "src/index.js", "server", "--admin"]'
service:
Expand Down
4 changes: 2 additions & 2 deletions account-lookup-service/chart-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 12.2.1
appVersion: "11.7.2"
version: 12.3.0
appVersion: "11.7.7"
description: A Helm chart for Kubernetes
name: account-lookup-service
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ spec:
app.kubernetes.io/version: {{ .Chart.Version }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
checksum/secret-jws: {{ include (print $.Template.BasePath "/secret-jws.yaml") . | sha256sum }}
## Currently not supported
# {{- if .Values.metrics.enabled }}
# prometheus.io/port: "{{ .Values.containers.api.service.ports.api.port }}"
# prometheus.io/scrape: "true"
# {{- end }}
spec:
{{- if .Values.init.enabled }}
initContainers:
Expand Down
4 changes: 2 additions & 2 deletions account-lookup-service/chart-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ containers:
api:
image:
repository: mojaloop/account-lookup-service
tag: v11.7.2
tag: v11.7.7
pullPolicy: IfNotPresent
command: '["node", "src/index.js", "server", "--api"]'
service:
Expand All @@ -19,7 +19,7 @@ containers:
admin:
image:
repository: mojaloop/account-lookup-service
tag: v11.7.2
tag: v11.7.7
pullPolicy: IfNotPresent
command: '["node", "src/index.js", "server", "--admin"]'
service:
Expand Down
6 changes: 3 additions & 3 deletions account-lookup-service/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# requirements.yaml
dependencies:
- name: account-lookup-service
version: 12.2.1
version: 12.3.0
repository: "file://./chart-service"
condition: account-lookup-service.enabled
- name: account-lookup-service-admin
version: 12.2.1
version: 12.3.0
repository: "file://./chart-admin"
condition: account-lookup-service-admin.enabled
- name: als-oracle-pathfinder
version: 11.0.1
version: 11.0.2
repository: "file://../als-oracle-pathfinder"
condition: als-oracle-pathfinder.enabled
- name: percona-xtradb-cluster
Expand Down
17 changes: 13 additions & 4 deletions account-lookup-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ account-lookup-service:
api:
image:
repository: mojaloop/account-lookup-service
tag: v11.7.2
tag: v11.7.7
pullPolicy: IfNotPresent
command: '["node", "src/index.js", "server", "--api"]'
service:
Expand All @@ -20,7 +20,7 @@ account-lookup-service:
admin:
image:
repository: mojaloop/account-lookup-service
tag: v11.7.2
tag: v11.7.7
pullPolicy: IfNotPresent
command: '["node", "src/index.js", "server", "--admin"]'
service:
Expand Down Expand Up @@ -168,7 +168,7 @@ account-lookup-service-admin:
api:
image:
repository: mojaloop/account-lookup-service
tag: v11.7.2
tag: v11.7.7
pullPolicy: IfNotPresent
command: '["node", "src/index.js", "server", "--api"]'
service:
Expand All @@ -179,7 +179,7 @@ account-lookup-service-admin:
admin:
image:
repository: mojaloop/account-lookup-service
tag: v11.7.2
tag: v11.7.7
pullPolicy: IfNotPresent
command: '["node", "src/index.js", "server", "--admin"]'
service:
Expand Down Expand Up @@ -639,7 +639,16 @@ mysql:
# thread_cache_size=999
configFiles:
node.cnf: |+
[client]
default-character-set=utf8mb4
[mysql]
default-character-set=utf8mb4
[mysqld]
collation-server = utf8mb4_unicode_ci
init-connect='SET NAMES utf8mb4'
character-set-server = utf8mb4
datadir=/var/lib/mysql
default_storage_engine=InnoDB
binlog_format=ROW
Expand Down
2 changes: 1 addition & 1 deletion als-oracle-pathfinder/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A PathFinder oracle for ALS. Resolves MSISDN to participant ID.
name: als-oracle-pathfinder
version: 11.0.1
version: 11.0.2
appVersion: "11.0.0"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand Down
3 changes: 3 additions & 0 deletions als-oracle-pathfinder/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ spec:
app.kubernetes.io/version: {{ .Chart.Version }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
spec:
{{- if .Values.affinity }}
affinity:
Expand Down
2 changes: 1 addition & 1 deletion bulk-api-adapter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: bulk-api-adapter Helm chart for Kubernetes
name: bulk-api-adapter
version: 11.0.2
version: 11.0.3
appVersion: "11.1.4"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand Down
2 changes: 1 addition & 1 deletion bulk-api-adapter/chart-handler-notification/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: bulk-api-adapter Handler for Notifications component Helm chart for Kubernetes
name: bulk-api-adapter-handler-notification
version: 11.0.2
version: 11.0.3
appVersion: "11.1.4"
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 @@ -68,7 +68,8 @@
"client.id": "bulk-con-notification-event",
"group.id": "bulk-group-notification-event",
"metadata.broker.list": "{{ $kafkaHost }}:{{ .Values.config.kafka_port }}",
"socket.keepalive.enable": true
"socket.keepalive.enable": true,
"allow.auto.create.topics": true
},
"topicConf": {
"auto.offset.reset": "earliest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ spec:
app.kubernetes.io/version: {{ .Chart.Version }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
{{- if .Values.metrics.enabled }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
{{- if .Values.metrics.enabled }}
prometheus.io/port: "{{ .Values.service.internalPort }}"
prometheus.io/scrape: "true"
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion bulk-api-adapter/chart-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: bulk-api-adapter API component Helm chart for Kubernetes
name: bulk-api-adapter-service
version: 11.0.2
version: 11.0.3
appVersion: "11.1.4"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand Down
3 changes: 2 additions & 1 deletion bulk-api-adapter/chart-service/configs/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"client.id": "bulk-con-notification-event",
"group.id": "bulk-group-notification-event",
"metadata.broker.list": "{{ $kafkaHost }}:{{ .Values.config.kafka_port }}",
"socket.keepalive.enable": true
"socket.keepalive.enable": true,
"allow.auto.create.topics": true
},
"topicConf": {
"auto.offset.reset": "earliest"
Expand Down
3 changes: 2 additions & 1 deletion bulk-api-adapter/chart-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ spec:
app.kubernetes.io/version: {{ .Chart.Version }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
{{- if .Values.metrics.enabled }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
{{- if .Values.metrics.enabled }}
prometheus.io/port: "{{ .Values.service.internalPort }}"
prometheus.io/scrape: "true"
{{- end }}
Expand Down
4 changes: 2 additions & 2 deletions bulk-api-adapter/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# requirements.yaml
dependencies:
- name: bulk-api-adapter-service
version: 11.0.2
version: 11.0.3
repository: "file://./chart-service"
condition: bulk-api-adapter-service.enabled
- name: bulk-api-adapter-handler-notification
version: 11.0.2
version: 11.0.3
repository: "file://./chart-handler-notification"
condition: bulk-api-adapter-handler-notification.enabled
4 changes: 2 additions & 2 deletions bulk-centralledger/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Central-Ledger Bulk Services Helm chart for Kubernetes
name: bulk-centralledger
version: 12.1.0
appVersion: "13.12.1"
version: 12.2.0
appVersion: "13.14.0"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Central-Ledger Bulk Transfer Fulfil Handler Helm chart for Kubernetes
name: cl-handler-bulk-transfer-fulfil
version: 12.1.0
appVersion: "13.12.1"
version: 12.2.0
appVersion: "13.14.0"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ spec:
app.kubernetes.io/version: {{ .Chart.Version }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
{{- if .Values.metrics.enabled }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
{{- if .Values.metrics.enabled }}
prometheus.io/port: "{{ .Values.containers.api.service.ports.api.internalPort }}"
prometheus.io/scrape: "true"
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ containers:
api:
image:
repository: mojaloop/central-ledger
tag: v13.12.1
tag: v13.14.0
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--bulkfulfil"]'
service:
Expand Down
4 changes: 2 additions & 2 deletions bulk-centralledger/chart-handler-bulk-transfer-get/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Central-Ledger Bulk Transfer Get Handler Helm chart for Kubernetes
name: cl-handler-bulk-transfer-get
version: 12.1.0
appVersion: "13.12.1"
version: 12.2.0
appVersion: "13.14.0"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ spec:
app.kubernetes.io/version: {{ .Chart.Version }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
{{- if .Values.metrics.enabled }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
{{- if .Values.metrics.enabled }}
prometheus.io/port: "{{ .Values.containers.api.service.ports.api.internalPort }}"
prometheus.io/scrape: "true"
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ containers:
api:
image:
repository: mojaloop/central-ledger
tag: v13.12.1
tag: v13.14.0
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--bulkget"]'
service:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Central-Ledger Bulk Transfer Prepare Handler Helm chart for Kubernetes
name: cl-handler-bulk-transfer-prepare
version: 12.1.0
appVersion: "13.12.1"
version: 12.2.0
appVersion: "13.14.0"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ spec:
app.kubernetes.io/version: {{ .Chart.Version }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
{{- if .Values.metrics.enabled }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
{{- if .Values.metrics.enabled }}
prometheus.io/port: "{{ .Values.containers.api.service.ports.api.internalPort }}"
prometheus.io/scrape: "true"
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ containers:
api:
image:
repository: mojaloop/central-ledger
tag: v13.12.1
tag: v13.14.0
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--bulkprepare"]'
service:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Central-Ledger Bulk Transfer Processing Handler Helm chart for Kubernetes
name: cl-handler-bulk-transfer-processing
version: 12.1.0
appVersion: "13.12.1"
version: 12.2.0
appVersion: "13.14.0"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
Loading

0 comments on commit bb0d997

Please sign in to comment.