Skip to content

Commit

Permalink
'Updating development release to v6.0.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
info@mojaloop.io committed Dec 4, 2024
2 parents b93176f + 2da77ce commit cbbb8c9
Show file tree
Hide file tree
Showing 24 changed files with 1,808 additions and 6,605 deletions.
4,809 changes: 0 additions & 4,809 deletions mojaloop/reporting-nifi-processor-svc/configs/flow.json

This file was deleted.

14 changes: 3 additions & 11 deletions mojaloop/reporting-nifi-processor-svc/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ spec:
cat "${NIFI_HOME}/conf/nifi.temp" > "${NIFI_HOME}/conf/nifi.properties"
if ! test -f /opt/nifi/data/flow.json.gz && test -f /opt/nifi/data/flow.json; then
if ! test -f /opt/nifi/data/flow.json.gz ; then
curl -L -o /opt/nifi/data/flow.json ${NIFI_FLOW_URL}
gzip /opt/nifi/data/flow.json
fi
Expand Down Expand Up @@ -179,7 +180,7 @@ spec:
value: '{{ include "common.backends.reportingDB.password" . }}'
{{- end }}
{{- if .Values.env }}
{{ toYaml .Values.env | indent 8 }}
{{ tpl (toYaml .Values.env) . | indent 8 }}
{{- end }}
{{- if .Values.envFrom }}
envFrom:
Expand Down Expand Up @@ -273,9 +274,6 @@ spec:
- name: "zookeeper-properties"
mountPath: /opt/nifi/nifi-current/conf/zookeeper.properties
subPath: "zookeeper.properties"
- name: "flow-content"
mountPath: /opt/nifi/data/flow.json
subPath: "flow.json"
{{- range $secret := .Values.secrets }}
{{- if $secret.mountPath }}
{{- if $secret.keys }}
Expand Down Expand Up @@ -399,12 +397,6 @@ spec:
items:
- key: "zookeeper.properties"
path: "zookeeper.properties"
- name: "flow-content"
configMap:
name: {{ template "common.names.fullname" . }}-config
items:
- key: "flow.json"
path: "flow.json"
{{- range .Values.secrets }}
- name: {{ include "common.names.fullname" $ }}-{{ .name }}
secret:
Expand Down
20 changes: 20 additions & 0 deletions mojaloop/reporting-nifi-processor-svc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,26 @@ env:
value: "changeMe"
- name: KEYSTORE_PASSWORD
value: "changeMe"
## DB
- name: REPORTING_EVENTS_DB_HOST
value: '{{ include "common.backends.reportingEventsDB.host" . }}'
- name: REPORTING_EVENTS_DB_PORT
value: '{{ include "common.backends.reportingEventsDB.port" . }}'
- name: REPORTING_EVENTS_DB_DATABASE
value: '{{ include "common.backends.reportingEventsDB.database" . }}'
- name: REPORTING_EVENTS_DB_USER
value: '{{ include "common.backends.reportingEventsDB.user" . }}'
- name: REPORTING_DB_HOST
value: '{{ include "common.backends.reportingDB.host" . }}'
- name: REPORTING_DB_PORT
value: '{{ include "common.backends.reportingDB.port" . }}'
- name: REPORTING_DB_DATABASE
value: '{{ include "common.backends.reportingDB.database" . }}'
- name: REPORTING_DB_USER
value: '{{ include "common.backends.reportingDB.user" . }}'
- name: NIFI_FLOW_URL
value: https://raw.githubusercontent.com/mojaloop/reporting-events-processor-svc/refs/tags/v3.0.1-snapshot.0/apache-nifi-workflow/flow.json


## Extra environment variables from secrets and config maps
envFrom: []
Expand Down
Binary file modified repo/account-lookup-service-13.0.0.tgz
Binary file not shown.
Binary file modified repo/account-lookup-service-admin-13.0.0.tgz
Binary file not shown.
Binary file modified repo/admin-api-svc-12.0.0.tgz
Binary file not shown.
Binary file modified repo/backend-0.1.0.tgz
Binary file not shown.
Binary file modified repo/bof-5.1.0.tgz
Binary file not shown.
Binary file modified repo/common-3.1.1.tgz
Binary file not shown.
Binary file modified repo/finance-portal-4.3.1-snapshot.1.tgz
Binary file not shown.
Binary file modified repo/fspiop-transfer-api-svc-12.0.1.tgz
Binary file not shown.
Loading

0 comments on commit cbbb8c9

Please sign in to comment.