Skip to content

Commit

Permalink
chore: fx upstream merge (#664)
Browse files Browse the repository at this point in the history
* fix: reload on config-override change (#662)

* feat: added script to rebuild images for arm

* chore: update mysql version in initcontainers

* chore: readme

* chore: added doc

* chore: doc

* fix: ttk ulid

* chore: changed helmfile

* fix: versions

* fix: version

* fix: interscheme

---------

Co-authored-by: Kalin Krustev <kalin.krustev@gmail.com>
  • Loading branch information
vijayg10 and kalinkrustev authored Oct 17, 2024
1 parent fccaddf commit 2906f37
Show file tree
Hide file tree
Showing 81 changed files with 474 additions and 189 deletions.
2 changes: 1 addition & 1 deletion .changelog/release-v16.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Enhancements and breaking changes to the [v15.2.0 Release](https://github.com/mo
14. ml-testing-toolkit: [v17.0.0](https://github.com/mojaloop/ml-testing-toolkit/releases/v17.0.0)
15. transaction-requests-service: [v14.1.2](https://github.com/mojaloop/transaction-requests-service/releases/v14.1.2)
16. ml-api-adapter: [v14.0.5](https://github.com/mojaloop/ml-api-adapter/releases/v14.0.5)
17. mojaloop-simulator: [v15.0.0](https://github.com/mojaloop/mojaloop-simulator/releases/v15.0.0)
17. mojaloop-simulator: [v15.1.1](https://github.com/mojaloop/mojaloop-simulator/releases/v15.0.0)
18. thirdparty-api-svc: [v14.0.0](https://github.com/mojaloop/thirdparty-api-svc/releases/v14.0.0)
19. als-consent-oracle: [v0.2.2](https://github.com/mojaloop/als-consent-oracle/releases/v0.2.2)
20. thirdparty-sdk: [v15.1.1](https://github.com/mojaloop/thirdparty-sdk/releases/v15.1.1)
Expand Down
3 changes: 3 additions & 0 deletions account-lookup-service/chart-admin/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ spec:
{{- end }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
{{- if .Values.configOverride }}
checksum/config-override: {{ include (print $.Template.BasePath "/config-override.yaml") . | sha256sum }}
{{- end }}
# Custom Pod annotations
{{- if .Values.podAnnotations }}
{{- include "common.tplvalues.render" ( dict "value" .Values.podAnnotations "context" $ ) | nindent 8 }}
Expand Down
2 changes: 1 addition & 1 deletion account-lookup-service/chart-admin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ config:
# initContainers: []
initContainers: |
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ spec:
{{- end }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
{{- if .Values.configOverride }}
checksum/config-override: {{ include (print $.Template.BasePath "/config-override.yaml") . | sha256sum }}
{{- end }}
checksum/secret-jws: {{ include (print $.Template.BasePath "/secret-jws.yaml") . | sha256sum }}
# Custom Pod annotations
{{- if .Values.podAnnotations }}
Expand Down
2 changes: 1 addition & 1 deletion account-lookup-service/chart-handler-timeout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ config:
initContainers: []
# initContainers: |
# - name: wait-for-mysql
# image: mysql:5.7
# image: mysql:9.0.1
# imagePullPolicy: IfNotPresent
# command:
# - sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ spec:
{{- end }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
{{- if .Values.configOverride }}
checksum/config-override: {{ include (print $.Template.BasePath "/config-override.yaml") . | sha256sum }}
{{- end }}
checksum/secret-jws: {{ include (print $.Template.BasePath "/secret-jws.yaml") . | sha256sum }}
# Custom Pod annotations
{{- if .Values.podAnnotations }}
Expand Down
2 changes: 1 addition & 1 deletion account-lookup-service/chart-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ config:
# initContainers: []
initContainers: |
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
10 changes: 5 additions & 5 deletions account-lookup-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ account-lookup-service:
# initContainers: []
initContainers: |
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -524,7 +524,7 @@ account-lookup-service-admin:
# initContainers: []
initContainers: |
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -894,7 +894,7 @@ account-lookup-service-handler-timeout:
initContainers: []
# initContainers: |
# - name: wait-for-mysql
# image: mysql:5.7
# image: mysql:9.0.1
# imagePullPolicy: IfNotPresent
# command:
# - sh
Expand Down Expand Up @@ -1254,7 +1254,7 @@ als-oracle-pathfinder:
# initContainers: []
initContainers: |
- name: wait-for-mysql-central-ledger
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -1318,7 +1318,7 @@ als-oracle-pathfinder:
- name: SERVICE_NAME
value: '{{ include "als-oracle-pathfinder.name" . }}'
- name: wait-for-mysql-account-lookup
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
4 changes: 2 additions & 2 deletions als-oracle-pathfinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ config:
# initContainers: []
initContainers: |
- name: wait-for-mysql-central-ledger
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -330,7 +330,7 @@ initContainers: |
- name: SERVICE_NAME
value: '{{ include "als-oracle-pathfinder.name" . }}'
- name: wait-for-mysql-account-lookup
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ spec:
{{- end }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
{{- if .Values.configOverride }}
checksum/config-override: {{ include (print $.Template.BasePath "/config-override.yaml") . | sha256sum }}
{{- end }}
{{- if .Values.config.endpointSecurity.jwsSign }}
checksum/secret-jws: {{ include (print $.Template.BasePath "/secret-jws.yaml") . | sha256sum }}
{{- end }}
Expand Down
3 changes: 3 additions & 0 deletions bulk-api-adapter/chart-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ spec:
{{- end }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
{{- if .Values.configOverride }}
checksum/config-override: {{ include (print $.Template.BasePath "/config-override.yaml") . | sha256sum }}
{{- end }}
{{- if .Values.metrics.enabled }}
prometheus.io/port: "{{ .Values.service.internalPort }}"
prometheus.io/scrape: "true"
Expand Down
2 changes: 1 addition & 1 deletion bulk-centralledger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: Central-Ledger Bulk Services Helm chart for Kubernetes
name: bulk-centralledger
version: 14.8.0
appVersion: v17.8.0-snapshot.33
appVersion: v17.8.0-snapshot.34
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 @@ -2,7 +2,7 @@ apiVersion: v2
description: Central-Ledger Bulk Transfer Fulfil Handler Helm chart for Kubernetes
name: cl-handler-bulk-transfer-fulfil
version: 14.5.0
appVersion: v17.8.0-snapshot.33
appVersion: v17.8.0-snapshot.34
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 @@ -33,6 +33,9 @@ spec:
{{- end }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
{{- if .Values.configOverride }}
checksum/config-override: {{ include (print $.Template.BasePath "/config-override.yaml") . | sha256sum }}
{{- end }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
{{- if .Values.metrics.enabled }}
prometheus.io/port: "{{ .Values.service.internalPort }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ global: {}
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.8.0-snapshot.33
tag: v17.8.0-snapshot.34
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -201,7 +201,7 @@ initContainers: |
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: Central-Ledger Bulk Transfer Get Handler Helm chart for Kubernetes
name: cl-handler-bulk-transfer-get
version: 14.5.0
appVersion: v17.8.0-snapshot.33
appVersion: v17.8.0-snapshot.34
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 @@ -33,6 +33,9 @@ spec:
{{- end }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
{{- if .Values.configOverride }}
checksum/config-override: {{ include (print $.Template.BasePath "/config-override.yaml") . | sha256sum }}
{{- end }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
{{- if .Values.metrics.enabled }}
prometheus.io/port: "{{ .Values.service.internalPort }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ global: {}
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.8.0-snapshot.33
tag: v17.8.0-snapshot.34
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -201,7 +201,7 @@ initContainers: |
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: Central-Ledger Bulk Transfer Prepare Handler Helm chart for Kubernetes
name: cl-handler-bulk-transfer-prepare
version: 14.5.0
appVersion: v17.8.0-snapshot.33
appVersion: v17.8.0-snapshot.34
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 @@ -33,6 +33,9 @@ spec:
{{- end }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
{{- if .Values.configOverride }}
checksum/config-override: {{ include (print $.Template.BasePath "/config-override.yaml") . | sha256sum }}
{{- end }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
{{- if .Values.metrics.enabled }}
prometheus.io/port: "{{ .Values.service.internalPort }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ global: {}
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.8.0-snapshot.33
tag: v17.8.0-snapshot.34
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -204,7 +204,7 @@ initContainers: |
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: Central-Ledger Bulk Transfer Processing Handler Helm chart for Kubernetes
name: cl-handler-bulk-transfer-processing
version: 14.5.0
appVersion: v17.8.0-snapshot.33
appVersion: v17.8.0-snapshot.34
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 @@ -33,6 +33,9 @@ spec:
{{- end }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
{{- if .Values.configOverride }}
checksum/config-override: {{ include (print $.Template.BasePath "/config-override.yaml") . | sha256sum }}
{{- end }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
{{- if .Values.metrics.enabled }}
prometheus.io/port: "{{ .Values.service.internalPort }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ global: {}
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.8.0-snapshot.33
tag: v17.8.0-snapshot.34
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -201,7 +201,7 @@ initContainers: |
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
16 changes: 8 additions & 8 deletions bulk-centralledger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cl-handler-bulk-transfer-prepare:
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.8.0-snapshot.33
tag: v17.8.0-snapshot.34
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -208,7 +208,7 @@ cl-handler-bulk-transfer-prepare:
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -396,7 +396,7 @@ cl-handler-bulk-transfer-fulfil:
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.8.0-snapshot.33
tag: v17.8.0-snapshot.34
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -579,7 +579,7 @@ cl-handler-bulk-transfer-fulfil:
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -767,7 +767,7 @@ cl-handler-bulk-transfer-processing:
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.8.0-snapshot.33
tag: v17.8.0-snapshot.34
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -959,7 +959,7 @@ cl-handler-bulk-transfer-processing:
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -1147,7 +1147,7 @@ cl-handler-bulk-transfer-get:
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.8.0-snapshot.33
tag: v17.8.0-snapshot.34
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -1339,7 +1339,7 @@ cl-handler-bulk-transfer-get:
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
2 changes: 1 addition & 1 deletion centralledger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: Central-Ledger Helm chart for Kubernetes
name: centralledger
version: 14.16.0
appVersion: v17.8.0-snapshot.33
appVersion: v17.8.0-snapshot.34
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-admin-transfer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: Central-Ledger Transfer Prepare Handler Helm chart for Kubernetes
name: centralledger-handler-admin-transfer
version: 14.5.0
appVersion: v17.8.0-snapshot.33
appVersion: v17.8.0-snapshot.34
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
Loading

0 comments on commit 2906f37

Please sign in to comment.