Skip to content

Commit

Permalink
test new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Somanath Hugar committed Mar 25, 2024
1 parent 86828a4 commit 8fa3155
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions helm/govstack-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ appVersion: 1.1.0

dependencies:
- name: ph-ee-g2psandbox
repository: https://fynarfin.io/images/ph-ee-g2psandbox-1.3.0/
version: 1.3.0
repository: https://fynarfin.io/images/ph-ee-g2psandbox-1.5.0/
version: 1.5.0
27 changes: 14 additions & 13 deletions helm/govstack-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ ph-ee-g2psandbox:

ph_ee_connector_ams_mifos:
enabled: true
image: docker.io/openmf/ph-ee-connector-ams-mifos:v1.5.0
image: docker.io/openmf/ph-ee-connector-ams-mifos:v1.7.0
ingress:
enabled: false

ph_ee_connector_mojaloop:
enabled: true
image: docker.io/openmf/ph-ee-connector-mojaloop:v1.3.0
image: docker.io/openmf/ph-ee-connector-mojaloop:v1.5.0
ingress:
enabled: false

# kafka:

channel:
enabled: true
image: docker.io/openmf/ph-ee-connector-channel:v1.9.0
image: docker.io/openmf/ph-ee-connector-channel:v1.11.0
operations:
url: "http://ph-ee-operations-app:80/api/v1"
server:
Expand All @@ -49,20 +49,20 @@ ph-ee-g2psandbox:

operations_app:
enabled: true
image: docker.io/openmf/ph-ee-operations-app:v1.10.0
image: docker.io/openmf/ph-ee-operations-app:v1.17.1
tenants: "rhino,gorilla"
ingress:
enabled: false

operations_web:
enabled: true
image: docker.io/openmf/ph-ee-operations-web:v1.10.0
image: docker.io/openmf/ph-ee-operations-web:v1.20.0
ingress:
enabled: false

ph_ee_connector_gsma:
enabled: true
image: docker.io/openmf/ph-ee-connector-gsma:v1.2.0
image: docker.io/openmf/ph-ee-connector-gsma:v1.3.0
ingress:
enabled: false

Expand All @@ -80,14 +80,14 @@ ph-ee-g2psandbox:

notifications:
enabled: true
image: docker.io/openmf/ph-ee-notifications:v1.3.0
image: docker.io/openmf/ph-ee-notifications:v1.4.0
NOTIFICATION_FAILURE_ENABLED: "false"
ingress:
enabled: false

connector_bulk:
enabled: true
image: docker.io/openmf/ph-ee-bulk-processor:v1.10.0
image: docker.io/openmf/ph-ee-bulk-processor:v1.12.0
LOGGING_LEVEL_ROOT: "DEBUG"
tenants: "rhino,gorilla"
aws:
Expand All @@ -103,7 +103,7 @@ ph-ee-g2psandbox:

zeebe_ops:
enabled: true
image: docker.io/openmf/ph-ee-zeebe-ops:v1.3.0
image: docker.io/openmf/ph-ee-zeebe-ops:v1.4.0
tenants: "rhino,gorilla"
ingress:
enabled: false
Expand All @@ -120,15 +120,15 @@ ph-ee-g2psandbox:

importer_es:
enabled: true
image: docker.io/openmf/ph-ee-importer-es:v1.6.0
image: docker.io/openmf/ph-ee-importer-es:v1.14.0

importer_rdbms:
enabled: true
image: docker.io/openmf/ph-ee-importer-rdbms:v1.7.0
image: docker.io/openmf/ph-ee-importer-rdbms:v1.13.1

mockpayment:
enabled: true
image: docker.io/openmf/ph-ee-connector-mock-payment-schema:v1.4.0
image: docker.io/openmf/ph-ee-connector-mock-payment-schema:v1.6.0
limits:
memory: "1024M"
cpu: "500m"
Expand Down Expand Up @@ -157,11 +157,12 @@ ph-ee-g2psandbox:
integration_test:
enabled: true
replicas: 1
image: docker.io/openmf/ph-ee-integration-test:v1.4.0-rc.1
image: docker.io/openmf/ph-ee-integration-test:v1.6.2
gradle:
command: ./gradlew test -Dcucumber.filter.tags="@gov"

account_mapper:
image: v1.6.0
enabled: true
LOGGING_LEVEL_ROOT: INFO
ingress:
Expand Down

0 comments on commit 8fa3155

Please sign in to comment.