Skip to content

Commit

Permalink
Merge pull request #453 from logoutdhaval/v1.13.1-release
Browse files Browse the repository at this point in the history
release process v1.13.1
  • Loading branch information
logoutdhaval authored Jun 7, 2024
2 parents b43bdf7 + 1244a49 commit 2b82c08
Show file tree
Hide file tree
Showing 7 changed files with 175 additions and 289 deletions.
389 changes: 147 additions & 242 deletions .circleci/config.yml

Large diffs are not rendered by default.

11 changes: 4 additions & 7 deletions helm/g2p-sandbox-security/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ apiVersion: v2
description: PaymentHub EE Barebone Edition
type: application
name: ph-ee-g2psandbox-security
version: 1.2.0
appVersion: 1.2.0
version: 1.4.1
appVersion: 1.4.1

dependencies:
- name: ph-ee-engine
repository: https://fynarfin.io/images/ph-ee-engine-0.0.0-SNAPSHOT
version: 0.0.0-SNAPSHOT
- name: konga
version: 1.0.0
repository: https://fynarfin.io/images/konga/
repository: https://fynarfin.io/images/ph-ee-engine-1.13.1-SNAPSHOT
version: 1.13.1-SNAPSHOT
8 changes: 4 additions & 4 deletions helm/g2p-sandbox/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: v2
description: PaymentHub EE Barebone Edition
type: application
name: ph-ee-g2psandbox
version: 0.0.0
appVersion: 0.0.0
version: 1.5.1
appVersion: 1.5.1

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.13.1-SNAPSHOT
version: 1.13.1-SNAPSHOT

- name: account_mapper
version: 1.0.0
Expand Down
18 changes: 1 addition & 17 deletions helm/g2p-sandbox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,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 @@ -165,7 +164,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"
ingress:
Expand Down Expand Up @@ -205,7 +203,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 @@ -249,7 +246,6 @@ ph-ee-engine:

operations_app:
enabled: true
image: docker.io/openmf/ph-ee-operations-app:latest
hostname: "ops-bk.sandbox.mifos.io"
datasource:
username: "mifos"
Expand Down Expand Up @@ -282,7 +278,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 @@ -303,7 +298,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 @@ -329,7 +323,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 @@ -359,7 +352,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
operations_app:
Expand Down Expand Up @@ -393,7 +385,6 @@ ph-ee-engine:

zeebe_ops:
enabled: true
image: docker.io/openmf/ph-ee-zeebe-ops:latest
hostname: "zeebeops.sandbox.mifos.io"
ingress:
enabled: false
Expand All @@ -416,7 +407,6 @@ ph-ee-engine:

messagegateway:
enabled: true
image: docker.io/openmf/message-gateway:latest
secret:
value:
api_key: "<api_key>"
Expand All @@ -443,15 +433,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:
Expand Down Expand Up @@ -485,7 +473,6 @@ ph-ee-engine:

vouchers:
enabled: true
image: docker.io/openmf/ph-ee-vouchers:latest
ingress:
enabled: false
annotations:
Expand Down Expand Up @@ -515,7 +502,6 @@ ph-ee-engine:

billPay:
enabled: true
image: docker.io/openmf/ph-ee-bill-pay:latest
hostname: "bill-pay.sandbox.mifos.io"
stub_hostname: "bill-pay.sandbox.mifos.io"
SPRING_PROFILES_ACTIVE: "bb,tenants"
Expand Down Expand Up @@ -545,7 +531,6 @@ ph-ee-engine:

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

ph-ee-connector:
enabled: true
image: docker.io/openmf/ph-ee-connector-bulk:latest
aws:
region: "ap-south-1"
access_key: "aws-access-key"
Expand All @@ -598,7 +582,7 @@ ph-ee-engine:

account_mapper:
enabled: true
image: docker.io/openmf/ph-ee-identity-account-mapper:latest
image: docker.io/openmf/ph-ee-identity-account-mapper:v1.6.2
hostname: "identity-mapper.sandbox.mifos.io"
LOGGING_LEVEL_ROOT: INFO
livenessProbe:
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.13.1
description: PaymentHub EE Engine
name: ph-ee-engine
version: 0.0.0-SNAPSHOT
version: 1.13.1-SNAPSHOT
4 changes: 2 additions & 2 deletions helm/ph-ee-engine/templates/post-installation-job/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
chmod +x ./kubectl
mv ./kubectl /usr/local/bin/kubectl
kubectl version

echo "---------------- kubectl installed -----------------"
# Install Docker
apt-get install sysvinit-utils
apt-get --assume-yes install docker-ce docker-ce-cli containerd.io
Expand All @@ -57,7 +57,7 @@ spec:
apt-get --assume-yes install git
apt-get --assume-yes install make

git clone https://github.com/openMF/ph-ee-env-labs.git
git clone --depth 1 --branch v1.6.0 https://github.com/openMF/ph-ee-env-labs.git
cd ph-ee-env-labs/helm/es-secret/
make secrets || echo "elastic-secrets" already exists

Expand Down
30 changes: 15 additions & 15 deletions helm/ph-ee-engine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ kibana:
channel:
enabled: false
replicas: 1
image: docker.io/openmf/ph-ee-connector-channel:v1.9.0
image: docker.io/openmf/ph-ee-connector-channel:v1.12.0
imagePullPolicy: "Always"
TRANSACTION_ID_LENGTH: 20
gsma_payee_tenant: ""
Expand Down Expand Up @@ -344,7 +344,7 @@ operationsmysql:
ph_ee_connector_ams_mifos:
enabled: false
replicas: 1
image: docker.io/openmf/ph-ee-connector-ams-mifos:v1.3.0
image: docker.io/openmf/ph-ee-connector-ams-mifos:v1.17.2
imagePullPolicy: "Always"
ams_local_enabled: true
ams_local_interop_host: "fineract-server"
Expand Down Expand Up @@ -420,7 +420,7 @@ ph_ee_connector_ams_mifos:
ph_ee_connector_mojaloop:
enabled: false
replicas: 1
image: docker.io/openmf/ph-ee-connector-mojaloop:v1.3.0
image: docker.io/openmf/ph-ee-connector-mojaloop:v1.5.1
imagePullPolicy: "Always"
hostname: ""
switch:
Expand Down Expand Up @@ -522,7 +522,7 @@ ph_ee_connector_mojaloop:
operations_app:
enabled: true
replicas: 1
image: docker.io/openmf/ph-ee-operations-app:v1.10.0
image: docker.io/openmf/ph-ee-operations-app:v1.20.1
imagePullPolicy: "Always"
token_client_channel_secret: ""
minio_public_host: "http://minio:9000"
Expand Down Expand Up @@ -1204,7 +1204,7 @@ notifications:
zeebe_ops:
enabled: false
replicas: 1
image: docker.io/openmf/ph-ee-zeebe-ops:v1.2.0
image: docker.io/openmf/ph-ee-zeebe-ops:v1.5.0
imagePullPolicy: "Always"
imagePullSecrets: []
elasticsearch_contactpoint: "ph-ee-elasticsearch:9200"
Expand Down Expand Up @@ -1395,7 +1395,7 @@ importer_es:

mockpayment:
enabled: false
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.1
replicas: 1
mockFailure:
percentage: "0"
Expand Down Expand Up @@ -1454,7 +1454,7 @@ kafka:
importer_rdbms:
enabled: true
replicas: 1
image: docker.io/openmf/ph-ee-importer-rdbms:v1.7.1
image: docker.io/openmf/ph-ee-importer-rdbms:v1.14.0
imagePullPolicy: "Always"
SPRING_PROFILES_ACTIVE: "local,tenantsConnection"
datasource:
Expand Down Expand Up @@ -1541,7 +1541,7 @@ importer_rdbms:
connector_bulk:
enabled: false
replicas: 1
image: docker.io/openmf/ph-ee-bulk-processor:v1.9.0
image: docker.io/openmf/ph-ee-bulk-processor:v1.13.0
imagePullPolicy: "Always"
camel_disable_ssl: true
channel:
Expand Down Expand Up @@ -1665,7 +1665,7 @@ connector_bulk:
ph_ee_connector_gsma:
enabled: false
replicas: 1
image: docker.io/openmf/ph-ee-connector-gsma:v1.2.0
image: docker.io/openmf/ph-ee-connector-gsma:v1.3.1
imagePullPolicy: "Always"
# Whether this chart should self-manage its service account, role, and associated role binding.
managedServiceAccount: true
Expand Down Expand Up @@ -1824,7 +1824,7 @@ ph-ee-connector_slcb:
ph-ee-connector:
enabled: false
replicas: 1
image: docker.io/openmf/ph-ee-connector-bulk:v1.1.0
image: docker.io/openmf/ph-ee-connector-bulk:v1.2.0
operations_app:
contactpoint: "http://ph-ee-operations-app:5000"
ingress:
Expand Down Expand Up @@ -1900,8 +1900,8 @@ keycloak:
integration_test:
enabled: false
replicas: 1
image: "docker.io/openmf/ph-ee-integration-test:latest"
imageTag: v1.4.0-rc.1
image: "docker.io/openmf/ph-ee-integration-test:v1.6.3"
imageTag: v1.6.2-rc.2
imagePullPolicy: "Never"
limits:
cpu: "500m"
Expand Down Expand Up @@ -2029,7 +2029,7 @@ vouchers:
enabled: false
paymentadvice: false
replicas: 1
image: docker.io/openmf/ph-ee-vouchers:v1.1.0
image: docker.io/openmf/ph-ee-vouchers:v1.4.0
ingress:
enabled: true
annotations:
Expand Down Expand Up @@ -2074,7 +2074,7 @@ vouchers:
billPay:
enabled: false
replicas: 1
image: docker.io/openmf/ph-ee-bill-pay:v1.0.0
image: docker.io/openmf/ph-ee-bill-pay:v1.2.0
imagePullPolicy: "Always"
connector:
contactpoint: "http://ph-ee-connector:80"
Expand Down Expand Up @@ -2148,7 +2148,7 @@ billPay:
crm:
enabled: false
replicas: 1
image: docker.io/openmf/ph-ee-connector-crm:v1.0.0
image: docker.io/openmf/ph-ee-connector-crm:v1.2.0
imagePullPolicy: "Always"
livenessProbe:
httpGet:
Expand Down

0 comments on commit 2b82c08

Please sign in to comment.