Skip to content

Commit e24f0f4

Browse files
authored
Merge pull request #90 from mojaloop/fix/bof-reports-failures
fix(mojaloop/3387): bof report failures
2 parents 08e1333 + 7938ae2 commit e24f0f4

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
include:
2-
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.0.0/gitlab_templates/gitlab_ci_templates/.gitlab-main-ci.yml'
3-
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.0.0/gitlab_templates/gitlab_ci_templates/.gitlab-ops-ci.yml'
4-
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.0.0/gitlab_templates/gitlab_ci_templates/.gitlab-tests-ci.yml'
2+
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.0.5/gitlab_templates/gitlab_ci_templates/.gitlab-main-ci.yml'
3+
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.0.5/gitlab_templates/gitlab_ci_templates/.gitlab-ops-ci.yml'
4+
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.0.5/gitlab_templates/gitlab_ci_templates/.gitlab-tests-ci.yml'
55

66

77
variables:
88
GIT_SSL_NO_VERIFY: "true"
9-
PLATFORM_IAC_IMAGE_VERSION: "4.0.0"
9+
PLATFORM_IAC_IMAGE_VERSION: "4.0.5"
1010
K3S_IAC_IMAGE_VERSION: "0.19.0"

gitlab_templates/switch-iac/workbench-config-15.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"helm_oathkeeper_version": "0.19.6",
1818
"helm_keto_version": "0.19.6",
1919
"helm_kratos_version": "0.14.1",
20-
"helm_bof_version": "3.0.0",
20+
"helm_bof_version": "3.0.1",
2121
"hub_currency_code": "USD",
2222
"iac_post_init_version": "v1.0.0",
2323
"storage_class_name": "longhorn",

terraform/k8s-apps-setup/mojaloop-core/bizops.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ resource "helm_release" "bof" {
124124
test_user_password = vault_generic_secret.bizops_portal_user_password["test1"].data.value
125125
report_tests_payer = "payerfsp"
126126
report_tests_payee = "payeefsp"
127-
report_tests_currency = var.ttk_test_currency1
127+
report_tests_currency = var.ttk_test_currency2
128128
})
129129
]
130130
provider = helm.helm-main

terraform/k8s-apps-setup/mojaloop-core/templates/values-bof.yaml.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ reportTests:
8787
TEST_CURRENCY: ${report_tests_currency}
8888
TEST_PAYER_MSISDN: "17039811901"
8989
TEST_PAYEE_MSISDN: "17039811902"
90+
TEST_SETTLEMENT_MODEL: DEFAULTDEFERREDNET
9091
NODE_TLS_REJECT_UNAUTHORIZED: "0"
9192

9293
## Backend API services

0 commit comments

Comments
 (0)