Skip to content

Commit

Permalink
version-release:
Browse files Browse the repository at this point in the history
  • Loading branch information
fynmanoj committed Aug 14, 2023
1 parent 739e451 commit 7ac3c70
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions helm/g2p-sandbox/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
description: PaymentHub EE Barebone Edition
type: application
name: ph-ee-g2psandbox
version: 0.0.0
appVersion: 0.0.0
version: 1.1.0
appVersion: 1.1.0

dependencies:
- name: ph-ee-engine
repository: https://fynarfin.io/images/ph-ee-engine-0.0.0-SNAPSHOT
version: 0.0.0-SNAPSHOT
repository: https://fynarfin.io/images/ph-ee-engine-1.9.0-SNAPSHOT
version: 1.9.0-SNAPSHOT
26 changes: 13 additions & 13 deletions helm/g2p-sandbox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ ph-ee-engine:
ph_ee_connector_ams_mifos:
enabled: true
image: docker.io/openmf/ph-ee-connector-ams-mifos:latest
image: docker.io/openmf/ph-ee-connector-ams-mifos:v1.4.0
SPRING_PROFILES_ACTIVE: "fin12,bb"
ams_local_enabled: true
ams_local_interop_host: "https://fynams.sandbox.mifos.io/"
Expand Down Expand Up @@ -171,7 +171,7 @@ ph-ee-engine:

ph_ee_connector_mojaloop:
enabled: true
image: docker.io/openmf/ph-ee-connector-mojaloop:latest
image: docker.io/openmf/ph-ee-connector-mojaloop:v1.3.0
SPRING_PROFILES_ACTIVE: "bb"
hostname: "mojaloop.sandbox.mifos.io"
DFSPIDS: "gorilla,lion"
Expand All @@ -196,7 +196,7 @@ ph-ee-engine:

mockpayment:
enabled: true
image: docker.io/openmf/ph-ee-connector-mock-payment-schema:latest
image: docker.io/openmf/ph-ee-connector-mock-payment-schema:v1.2.0

kafka:
enabled: true
Expand All @@ -210,7 +210,7 @@ ph-ee-engine:

channel:
enabled: true
image: docker.io/openmf/ph-ee-connector-channel:latest
image: docker.io/openmf/ph-ee-connector-channel:v1.7.0
hostname: "channel.sandbox.mifos.io"
stub_hostname: "channel-gsma.sandbox.mifos.io"
SPRING_PROFILES_ACTIVE: "bb,tenants"
Expand Down Expand Up @@ -261,7 +261,7 @@ ph-ee-engine:

operations_app:
enabled: true
image: docker.io/openmf/ph-ee-operations-app:latest
image: docker.io/openmf/ph-ee-operations-app:v1.6.0
tenants: "rhino,gorilla"
hostname: "ops-bk.sandbox.mifos.io"
datasource:
Expand Down Expand Up @@ -291,7 +291,7 @@ ph-ee-engine:

operations_web:
enabled: true
image: docker.io/openmf/ph-ee-operations-web:latest
image: docker.io/openmf/ph-ee-operations-web:v1.4.0
hostname: "ops.sandbox.mifos.io"
SPRING_PROFILES_ACTIVE: "bb"
ingress:
Expand All @@ -312,7 +312,7 @@ ph-ee-engine:

ph_ee_connector_gsma:
enabled: true
image: docker.io/openmf/ph-ee-connector-gsma:latest
image: docker.io/openmf/ph-ee-connector-gsma:v1.1.0
SPRING_PROFILES_ACTIVE: "bb"
limits:
cpu: "500m"
Expand All @@ -338,7 +338,7 @@ ph-ee-engine:

notifications:
enabled: true
image: docker.io/openmf/ph-ee-notifications:latest
image: docker.io/openmf/ph-ee-notifications:v1.3.0
imagePullPolicy: "Always"
SPRING_PROFILES_ACTIVE: "bb"
LOGGING_LEVEL_ROOT: "INFO"
Expand Down Expand Up @@ -368,7 +368,7 @@ ph-ee-engine:

connector_bulk:
enabled: true
image: docker.io/openmf/ph-ee-bulk-processor:latest
image: docker.io/openmf/ph-ee-bulk-processor:v1.7.0
tenant: "rhino,gorilla"
hostname: bulk-connector.sandbox.mifos.io
aws:
Expand Down Expand Up @@ -400,7 +400,7 @@ ph-ee-engine:

zeebe_ops:
enabled: true
image: docker.io/openmf/ph-ee-zeebe-ops:latest
image: docker.io/openmf/ph-ee-zeebe-ops:v1.2.0
hostname: "zeebeops.sandbox.mifos.io"
tenants: "rhino,gorilla"
ingress:
Expand All @@ -424,7 +424,7 @@ ph-ee-engine:

messagegateway:
enabled: true
image: docker.io/openmf/message-gateway:latest
image: docker.io/openmf/message-gateway:v1.1.0
secret:
value:
api_key: "<api_key>"
Expand All @@ -451,15 +451,15 @@ ph-ee-engine:

importer_es:
enabled: true
image: docker.io/openmf/ph-ee-importer-es:latest
image: docker.io/openmf/ph-ee-importer-es:v1.6.0
elasticsearch_sslverification: false
elasticsearch_security_enabled: false
reporting:
enabled: false

importer_rdbms:
enabled: true
image: docker.io/openmf/ph-ee-importer-rdbms:latest
image: docker.io/openmf/ph-ee-importer-rdbms:v1.5.0
LOGGING_LEVEL_ROOT: "DEBUG"
keycloak:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions helm/ph-ee-engine/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 0.0.0
appVersion: 1.9.0
description: PaymentHub EE Engine
name: ph-ee-engine
version: 0.0.0-SNAPSHOT
version: 1.9.0-SNAPSHOT

0 comments on commit 7ac3c70

Please sign in to comment.