From 879b87accf7bdfe116d1b94b65414708f89c2f71 Mon Sep 17 00:00:00 2001 From: Vijay Date: Wed, 4 Dec 2024 22:26:37 +0530 Subject: [PATCH] fix: flow --- mojaloop/finance-portal/Chart.yaml | 2 +- mojaloop/reporting-nifi-processor-svc/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mojaloop/finance-portal/Chart.yaml b/mojaloop/finance-portal/Chart.yaml index 4e9a5dad..6e1befd3 100644 --- a/mojaloop/finance-portal/Chart.yaml +++ b/mojaloop/finance-portal/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 4.3.1-snapshot.2 +version: 4.3.1-snapshot.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/mojaloop/reporting-nifi-processor-svc/values.yaml b/mojaloop/reporting-nifi-processor-svc/values.yaml index 2e7b695c..4eb66b5b 100644 --- a/mojaloop/reporting-nifi-processor-svc/values.yaml +++ b/mojaloop/reporting-nifi-processor-svc/values.yaml @@ -370,7 +370,7 @@ env: - 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 + value: https://raw.githubusercontent.com/mojaloop/reporting-events-processor-svc/refs/tags/v3.0.1-snapshot.1/apache-nifi-workflow/flow.json ## Extra environment variables from secrets and config maps