Skip to content

Commit 9335b4b

Browse files
abhinavm117Abhinav Mishra
and
Abhinav Mishra
authored
[PHEE-705] Update the ph-ee-env-labs with new version of intergration test (#297)
* Update in the e2e test cases * Updated the version of g2psandbox * Integration test version update --------- Co-authored-by: Abhinav Mishra <[email protected]>
1 parent f5dde65 commit 9335b4b

File tree

3 files changed

+25
-10
lines changed

3 files changed

+25
-10
lines changed

helm/g2p-sandbox-extended/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apiVersion: v2
22
name: g2p-sandbox-extended
33
description: A Helm chart for installing paymenthub
4-
version: 0.1.0
4+
version: 1.0.0
55
dependencies:
66
#G2P Sandbox Setup
77
- name: ph-ee-g2psandbox
8-
repository: "https://fynarfin.io/images/ph-ee-g2psandbox-1.5.1"
9-
version: 1.5.1
8+
repository: "https://fynarfin.io/images/ph-ee-g2psandbox-1.5.2"
9+
version: 1.5.2
1010
condition: ph-ee-g2psandbox.enabled
1111

1212
#Finereact Setup
@@ -24,4 +24,4 @@ dependencies:
2424
- name: example-mojaloop-backend
2525
repository: https://mojaloop.io/helm/repo
2626
version: 15.7.0
27-
condition: example-mojaloop-backend.enabled
27+
condition: example-mojaloop-backend.enabled

helm/g2p-sandbox-extended/templates/test/integration-test-e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
spec:
1010
containers:
1111
- name: g2p-sandbox-test-e2e
12-
image: "docker.io/openmf/ph-ee-integration-test:v1.6.4"
12+
image: "docker.io/openmf/ph-ee-integration-test:v1.6.6"
1313
imagePullPolicy: "Always"
1414
command: [ "/bin/bash" , "-c" ]
1515
args:

helm/g2p-sandbox-extended/values.yaml

+20-5
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,38 @@ ph-ee-g2psandbox:
4545
extraEnvs:
4646
- name: parties_0_domain
4747
value: "<YOUR_PARTIES_0_DOMAIN>"
48-
- name: parties_1_domain
49-
value: "<YOUR_PARTIES_1_DOMAIN>"
5048
- name: parties_0_tenantId
5149
value: "<YOUR_PARTIES_0_TENANTID>"
52-
- name: parties_1_tenantId
53-
value: "<YOUR_PARTIES_1_TENANTID>"
5450
- name: parties_0_fspId
5551
value: "<YOUR_PARTIES_0_FSPID>"
52+
- name: parties_1_domain
53+
value: "<YOUR_PARTIES_1_DOMAIN>"
54+
- name: parties_1_tenantId
55+
value: "<YOUR_PARTIES_1_TENANTID>"
5656
- name: parties_1_fspId
5757
value: "<YOUR_PARTIES_1_FSPID>"
58+
- name: parties_2_domain
59+
value: "<YOUR_PARTIES_1_DOMAIN>"
60+
- name: parties_2_tenantId
61+
value: "<YOUR_PARTIES_1_TENANTID>"
62+
- name: parties_2_fspId
63+
value: "<YOUR_PARTIES_1_FSPID>"
64+
- name: parties_3_domain
65+
value: "<YOUR_PARTIES_1_DOMAIN>"
66+
- name: parties_3_tenantId
67+
value: "<YOUR_PARTIES_1_TENANTID>"
68+
- name: parties_3_fspId
69+
value: "<YOUR_PARTIES_1_FSPID>"
5870

5971
connector_bulk:
6072
tenants: "<YOUR_TENANTS>"
6173

6274
importer_rdbms:
6375
image: docker.io/openmf/ph-ee-importer-rdbms:v1.14.1
6476

77+
integration_test:
78+
image: "docker.io/openmf/ph-ee-integration-test:v1.6.6"
79+
6580
zeebe_ops:
6681
tenants: "<YOUR_TENANTS>"
6782

@@ -401,4 +416,4 @@ example-mojaloop-backend:
401416
external:
402417
protocol: "PLAINTEXT"
403418
interbroker:
404-
protocol: "PLAINTEXT"
419+
protocol: "PLAINTEXT"

0 commit comments

Comments
 (0)