Skip to content

Commit

Permalink
remove-latest-image-references
Browse files Browse the repository at this point in the history
  • Loading branch information
fynmanoj authored Sep 7, 2023
1 parent eb02991 commit 23846e2
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions helm/g2p-sandbox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ ph-ee-engine:
ph_ee_connector_ams_mifos:
enabled: true
image: docker.io/openmf/ph-ee-connector-ams-mifos:latest
SPRING_PROFILES_ACTIVE: "fin12,bb"
ams_local_enabled: true
ams_local_interop_host: "https://fynams.sandbox.mifos.io/"
Expand Down Expand Up @@ -156,7 +155,6 @@ ph-ee-engine:

ph_ee_connector_mojaloop:
enabled: true
image: docker.io/openmf/ph-ee-connector-mojaloop:latest
SPRING_PROFILES_ACTIVE: "bb"
hostname: "mojaloop.sandbox.mifos.io"
DFSPIDS: "gorilla,lion"
Expand Down Expand Up @@ -204,7 +202,6 @@ ph-ee-engine:

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

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

operations_web:
enabled: true
image: docker.io/openmf/ph-ee-operations-web:latest
hostname: "ops.sandbox.mifos.io"
ingress:
enabled: false
Expand All @@ -305,7 +300,6 @@ ph-ee-engine:

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

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

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

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

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

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

importer_rdbms:
enabled: true
image: docker.io/openmf/ph-ee-importer-rdbms:latest
LOGGING_LEVEL_ROOT: "DEBUG"
keycloak:
enabled: true
Expand Down Expand Up @@ -486,7 +474,6 @@ ph-ee-engine:

vouchers:
enabled: true
image: docker.io/openmf/ph-ee-vouchers:latest
hostname: "vouchers.sandbox.mifos.io"
ingress:
enabled: true
Expand All @@ -512,7 +499,6 @@ ph-ee-engine:
account_mapper:
account_mapper:
enabled: true
image: docker.io/openmf/ph-ee-identity-account-mapper:latest
hostname: "identity-mapper.sandbox.mifos.io"
LOGGING_LEVEL_ROOT: INFO
ingress:
Expand Down

0 comments on commit 23846e2

Please sign in to comment.