Skip to content

Commit

Permalink
'Updating development release to v6.0.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Dec 4, 2024
2 parents 45338cc + fe18165 commit ad041a1
Show file tree
Hide file tree
Showing 24 changed files with 1,792 additions and 1,884 deletions.
2 changes: 1 addition & 1 deletion mojaloop/finance-portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
version: 4.3.1-snapshot.2

# 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ spec:
cat "${NIFI_HOME}/conf/nifi.temp" > "${NIFI_HOME}/conf/nifi.properties"
if ! test -f /opt/nifi/data/flow.json.gz ; then
until nslookup github.com; do sleep 5;done;
curl -L -o /opt/nifi/data/flow.json ${NIFI_FLOW_URL}
gzip /opt/nifi/data/flow.json
fi
Expand Down
1 change: 1 addition & 0 deletions mojaloop/reporting-nifi-processor-svc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ initContainers:
- sh
- -c
- >
until nslookup repo1.maven.org; do sleep 5;done;
curl -L -o /jdbc-lib-folder/mysql-connector-j-8.0.33.jar https://repo1.maven.org/maven2/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.jar;
echo "JDBC driver downloaded."
volumeMounts:
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 added repo/finance-portal-4.3.1-snapshot.2.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 ad041a1

Please sign in to comment.