File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
gitlab_templates/switch-iac
terraform/k8s-apps-setup/mojaloop-core Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11include :
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
77variables :
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"
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments