From 8a3698275db9c69c67d4cde404579778089eb6db Mon Sep 17 00:00:00 2001 From: Kalin Krustev Date: Thu, 28 Mar 2024 12:11:48 +0000 Subject: [PATCH 1/4] fix: cluster performance testing issues --- bulk-centralledger/Chart.yaml | 10 +++---- .../Chart.yaml | 4 +-- .../values.yaml | 2 +- .../Chart.yaml | 4 +-- .../values.yaml | 2 +- .../Chart.yaml | 4 +-- .../values.yaml | 2 +- .../Chart.yaml | 4 +-- .../values.yaml | 2 +- bulk-centralledger/values.yaml | 8 +++--- centralledger/Chart.yaml | 20 +++++++------- .../chart-handler-admin-transfer/Chart.yaml | 4 +-- .../chart-handler-admin-transfer/values.yaml | 2 +- .../chart-handler-timeout/Chart.yaml | 4 +-- .../chart-handler-timeout/values.yaml | 2 +- .../chart-handler-transfer-fulfil/Chart.yaml | 4 +-- .../chart-handler-transfer-fulfil/values.yaml | 2 +- .../chart-handler-transfer-get/Chart.yaml | 4 +-- .../chart-handler-transfer-get/values.yaml | 2 +- .../Chart.yaml | 4 +-- .../values.yaml | 3 +-- .../Chart.yaml | 4 +-- .../values.yaml | 2 +- .../chart-handler-transfer-prepare/Chart.yaml | 4 +-- .../values.yaml | 2 +- centralledger/chart-service/Chart.yaml | 4 +-- centralledger/chart-service/values.yaml | 2 +- centralledger/values.yaml | 17 ++++++------ mojaloop-bulk/Chart.yaml | 6 ++--- mojaloop-bulk/values.yaml | 8 +++--- mojaloop/Chart.yaml | 8 +++--- mojaloop/values.yaml | 27 +++++++++---------- 32 files changed, 87 insertions(+), 90 deletions(-) diff --git a/bulk-centralledger/Chart.yaml b/bulk-centralledger/Chart.yaml index 8684a6786..0602d68d6 100644 --- a/bulk-centralledger/Chart.yaml +++ b/bulk-centralledger/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 description: Central-Ledger Bulk Services Helm chart for Kubernetes name: bulk-centralledger version: 14.7.0 -appVersion: v17.6.0 +appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png sources: @@ -16,19 +16,19 @@ maintainers: email: steven.oderayi@infitx.com dependencies: - name: cl-handler-bulk-transfer-prepare - version: ">= 14.4.0" + version: ">= 15.4.1" repository: "file://./chart-handler-bulk-transfer-prepare" condition: cl-handler-bulk-transfer-prepare.enabled - name: cl-handler-bulk-transfer-fulfil - version: ">= 14.4.0" + version: ">= 15.4.1" repository: "file://./chart-handler-bulk-transfer-fulfil" condition: cl-handler-bulk-transfer-fulfil.enabled - name: cl-handler-bulk-transfer-processing - version: ">= 14.4.0" + version: ">= 15.4.1" repository: "file://./chart-handler-bulk-transfer-processing" condition: cl-handler-bulk-transfer-processing.enabled - name: cl-handler-bulk-transfer-get - version: ">= 14.1.0" + version: ">= 15.4.1" repository: "file://./chart-handler-bulk-transfer-get" condition: cl-handler-bulk-transfer-get.enabled - name: common diff --git a/bulk-centralledger/chart-handler-bulk-transfer-fulfil/Chart.yaml b/bulk-centralledger/chart-handler-bulk-transfer-fulfil/Chart.yaml index ee11c69a5..2d211841a 100644 --- a/bulk-centralledger/chart-handler-bulk-transfer-fulfil/Chart.yaml +++ b/bulk-centralledger/chart-handler-bulk-transfer-fulfil/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Central-Ledger Bulk Transfer Fulfil Handler Helm chart for Kubernetes name: cl-handler-bulk-transfer-fulfil -version: 14.4.0 -appVersion: v17.6.0 +version: 15.4.1 +appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png sources: diff --git a/bulk-centralledger/chart-handler-bulk-transfer-fulfil/values.yaml b/bulk-centralledger/chart-handler-bulk-transfer-fulfil/values.yaml index d2959df51..1efd72c8a 100644 --- a/bulk-centralledger/chart-handler-bulk-transfer-fulfil/values.yaml +++ b/bulk-centralledger/chart-handler-bulk-transfer-fulfil/values.yaml @@ -9,7 +9,7 @@ global: {} image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/bulk-centralledger/chart-handler-bulk-transfer-get/Chart.yaml b/bulk-centralledger/chart-handler-bulk-transfer-get/Chart.yaml index 1f16f1c46..295eebb1a 100644 --- a/bulk-centralledger/chart-handler-bulk-transfer-get/Chart.yaml +++ b/bulk-centralledger/chart-handler-bulk-transfer-get/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Central-Ledger Bulk Transfer Get Handler Helm chart for Kubernetes name: cl-handler-bulk-transfer-get -version: 14.4.0 -appVersion: v17.6.0 +version: 15.4.1 +appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png sources: diff --git a/bulk-centralledger/chart-handler-bulk-transfer-get/values.yaml b/bulk-centralledger/chart-handler-bulk-transfer-get/values.yaml index 103a28d4f..9a21ab0b3 100644 --- a/bulk-centralledger/chart-handler-bulk-transfer-get/values.yaml +++ b/bulk-centralledger/chart-handler-bulk-transfer-get/values.yaml @@ -9,7 +9,7 @@ global: {} image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/bulk-centralledger/chart-handler-bulk-transfer-prepare/Chart.yaml b/bulk-centralledger/chart-handler-bulk-transfer-prepare/Chart.yaml index 10fc14c46..13be1b3d5 100644 --- a/bulk-centralledger/chart-handler-bulk-transfer-prepare/Chart.yaml +++ b/bulk-centralledger/chart-handler-bulk-transfer-prepare/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Central-Ledger Bulk Transfer Prepare Handler Helm chart for Kubernetes name: cl-handler-bulk-transfer-prepare -version: 14.4.0 -appVersion: v17.6.0 +version: 15.4.1 +appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png sources: diff --git a/bulk-centralledger/chart-handler-bulk-transfer-prepare/values.yaml b/bulk-centralledger/chart-handler-bulk-transfer-prepare/values.yaml index a1cebed07..966406eba 100644 --- a/bulk-centralledger/chart-handler-bulk-transfer-prepare/values.yaml +++ b/bulk-centralledger/chart-handler-bulk-transfer-prepare/values.yaml @@ -9,7 +9,7 @@ global: {} image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/bulk-centralledger/chart-handler-bulk-transfer-processing/Chart.yaml b/bulk-centralledger/chart-handler-bulk-transfer-processing/Chart.yaml index 9d69f8db1..36648b1ca 100644 --- a/bulk-centralledger/chart-handler-bulk-transfer-processing/Chart.yaml +++ b/bulk-centralledger/chart-handler-bulk-transfer-processing/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Central-Ledger Bulk Transfer Processing Handler Helm chart for Kubernetes name: cl-handler-bulk-transfer-processing -version: 14.4.0 -appVersion: v17.6.0 +version: 15.4.1 +appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png sources: diff --git a/bulk-centralledger/chart-handler-bulk-transfer-processing/values.yaml b/bulk-centralledger/chart-handler-bulk-transfer-processing/values.yaml index 72c5607d0..045f36327 100644 --- a/bulk-centralledger/chart-handler-bulk-transfer-processing/values.yaml +++ b/bulk-centralledger/chart-handler-bulk-transfer-processing/values.yaml @@ -9,7 +9,7 @@ global: {} image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/bulk-centralledger/values.yaml b/bulk-centralledger/values.yaml index e7b378ec6..078fc7154 100644 --- a/bulk-centralledger/values.yaml +++ b/bulk-centralledger/values.yaml @@ -13,7 +13,7 @@ cl-handler-bulk-transfer-prepare: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -396,7 +396,7 @@ cl-handler-bulk-transfer-fulfil: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -767,7 +767,7 @@ cl-handler-bulk-transfer-processing: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -1147,7 +1147,7 @@ cl-handler-bulk-transfer-get: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/centralledger/Chart.yaml b/centralledger/Chart.yaml index dd69d2ec9..5083444b3 100644 --- a/centralledger/Chart.yaml +++ b/centralledger/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Central-Ledger Helm chart for Kubernetes name: centralledger -version: 14.15.0 -appVersion: v17.6.0 +version: 15.4.1 +appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png sources: @@ -16,35 +16,35 @@ maintainers: email: steven.oderayi@infitx.com dependencies: - name: centralledger-service - version: ">= 14.4.0" + version: ">= 15.4.1" repository: "file://./chart-service" condition: centralledger-service.enabled - name: centralledger-handler-transfer-prepare - version: ">= 14.4.0" + version: ">= 15.4.1" repository: "file://./chart-handler-transfer-prepare" condition: centralledger-handler-transfer-prepare.enabled - name: centralledger-handler-transfer-position - version: ">= 14.4.0" + version: ">= 15.4.1" repository: "file://./chart-handler-transfer-position" condition: centralledger-handler-transfer-position.enabled - name: centralledger-handler-transfer-position-batch - version: ">= 14.4.0" + version: ">= 15.4.1" repository: "file://./chart-handler-transfer-position-batch" condition: centralledger-handler-transfer-position-batch.enabled - name: centralledger-handler-transfer-get - version: ">= 14.4.0" + version: ">= 15.4.1" repository: "file://./chart-handler-transfer-get" condition: centralledger-handler-transfer-get.enabled - name: centralledger-handler-transfer-fulfil - version: ">= 14.4.0" + version: ">= 15.4.1" repository: "file://./chart-handler-transfer-fulfil" condition: centralledger-handler-transfer-fulfil.enabled - name: centralledger-handler-timeout - version: ">= 14.4.0" + version: ">= 15.4.1" repository: "file://./chart-handler-timeout" condition: centralledger-handler-timeout.enabled - name: centralledger-handler-admin-transfer - version: ">= 14.3.0" + version: ">= 15.4.1" repository: "file://./chart-handler-admin-transfer" condition: centralledger-handler-transfer-get.enabled - name: common diff --git a/centralledger/chart-handler-admin-transfer/Chart.yaml b/centralledger/chart-handler-admin-transfer/Chart.yaml index cc1f63148..907687e0c 100644 --- a/centralledger/chart-handler-admin-transfer/Chart.yaml +++ b/centralledger/chart-handler-admin-transfer/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Central-Ledger Transfer Prepare Handler Helm chart for Kubernetes name: centralledger-handler-admin-transfer -version: 14.4.0 -appVersion: v17.6.0 +version: 15.4.1 +appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png sources: diff --git a/centralledger/chart-handler-admin-transfer/values.yaml b/centralledger/chart-handler-admin-transfer/values.yaml index a8934fdb1..5478b9012 100644 --- a/centralledger/chart-handler-admin-transfer/values.yaml +++ b/centralledger/chart-handler-admin-transfer/values.yaml @@ -9,7 +9,7 @@ global: {} image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/centralledger/chart-handler-timeout/Chart.yaml b/centralledger/chart-handler-timeout/Chart.yaml index 7ab1a69bd..952a6260c 100644 --- a/centralledger/chart-handler-timeout/Chart.yaml +++ b/centralledger/chart-handler-timeout/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Central-Ledger Timeout Handler Helm chart for Kubernetes name: centralledger-handler-timeout -version: 14.4.0 -appVersion: v17.6.0 +version: 15.4.1 +appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png sources: diff --git a/centralledger/chart-handler-timeout/values.yaml b/centralledger/chart-handler-timeout/values.yaml index 8e709f72b..9cdac1333 100644 --- a/centralledger/chart-handler-timeout/values.yaml +++ b/centralledger/chart-handler-timeout/values.yaml @@ -9,7 +9,7 @@ global: {} image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/centralledger/chart-handler-transfer-fulfil/Chart.yaml b/centralledger/chart-handler-transfer-fulfil/Chart.yaml index b9470a59c..140507b03 100644 --- a/centralledger/chart-handler-transfer-fulfil/Chart.yaml +++ b/centralledger/chart-handler-transfer-fulfil/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Central-Ledger Transfer Fulfil Handler Helm chart for Kubernetes name: centralledger-handler-transfer-fulfil -version: 14.4.0 -appVersion: v17.6.0 +version: 15.4.1 +appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png sources: diff --git a/centralledger/chart-handler-transfer-fulfil/values.yaml b/centralledger/chart-handler-transfer-fulfil/values.yaml index b35e0a15a..f50ae64fc 100644 --- a/centralledger/chart-handler-transfer-fulfil/values.yaml +++ b/centralledger/chart-handler-transfer-fulfil/values.yaml @@ -9,7 +9,7 @@ global: {} image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/centralledger/chart-handler-transfer-get/Chart.yaml b/centralledger/chart-handler-transfer-get/Chart.yaml index 3dddc84d8..709023bfb 100644 --- a/centralledger/chart-handler-transfer-get/Chart.yaml +++ b/centralledger/chart-handler-transfer-get/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Central-Ledger Get Transfer Handler Helm chart for Kubernetes name: centralledger-handler-transfer-get -version: 14.4.0 -appVersion: v17.6.0 +version: 15.4.1 +appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png sources: diff --git a/centralledger/chart-handler-transfer-get/values.yaml b/centralledger/chart-handler-transfer-get/values.yaml index 458733dbb..82df295cf 100644 --- a/centralledger/chart-handler-transfer-get/values.yaml +++ b/centralledger/chart-handler-transfer-get/values.yaml @@ -9,7 +9,7 @@ global: {} image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/centralledger/chart-handler-transfer-position-batch/Chart.yaml b/centralledger/chart-handler-transfer-position-batch/Chart.yaml index ea4867707..5babd0d7c 100644 --- a/centralledger/chart-handler-transfer-position-batch/Chart.yaml +++ b/centralledger/chart-handler-transfer-position-batch/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: "Central-Ledger Transfer Position Batch Handler Helm chart for Kubernetes." name: centralledger-handler-transfer-position-batch -version: 15.4.0 -appVersion: "17.6.0" +version: 15.4.1 +appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png sources: diff --git a/centralledger/chart-handler-transfer-position-batch/values.yaml b/centralledger/chart-handler-transfer-position-batch/values.yaml index 2a233d07a..45594fad9 100644 --- a/centralledger/chart-handler-transfer-position-batch/values.yaml +++ b/centralledger/chart-handler-transfer-position-batch/values.yaml @@ -11,7 +11,7 @@ nameOverride: "handler-pos-batch" image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -195,7 +195,6 @@ config: kafka_host: kafka kafka_port: 9092 kafka_partitioner: 'murmur2_random' - kafka_partition_assignment_strategy: 'cooperative-sticky' ## Node Configuration log_level: 'info' diff --git a/centralledger/chart-handler-transfer-position/Chart.yaml b/centralledger/chart-handler-transfer-position/Chart.yaml index 67074ccfc..18d0175d5 100644 --- a/centralledger/chart-handler-transfer-position/Chart.yaml +++ b/centralledger/chart-handler-transfer-position/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Central-Ledger Transfer Position Handler Helm chart for Kubernetes name: centralledger-handler-transfer-position -version: 14.4.0 -appVersion: v17.6.0 +version: 15.4.1 +appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png sources: diff --git a/centralledger/chart-handler-transfer-position/values.yaml b/centralledger/chart-handler-transfer-position/values.yaml index 1dcedc1cf..de3c711dc 100644 --- a/centralledger/chart-handler-transfer-position/values.yaml +++ b/centralledger/chart-handler-transfer-position/values.yaml @@ -9,7 +9,7 @@ global: {} image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/centralledger/chart-handler-transfer-prepare/Chart.yaml b/centralledger/chart-handler-transfer-prepare/Chart.yaml index e9d1e54a9..98c0ea229 100644 --- a/centralledger/chart-handler-transfer-prepare/Chart.yaml +++ b/centralledger/chart-handler-transfer-prepare/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Central-Ledger Transfer Prepare Handler Helm chart for Kubernetes name: centralledger-handler-transfer-prepare -version: 14.4.0 -appVersion: v17.6.0 +version: 15.4.1 +appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png sources: diff --git a/centralledger/chart-handler-transfer-prepare/values.yaml b/centralledger/chart-handler-transfer-prepare/values.yaml index f30f01a70..7f7f8b4b9 100644 --- a/centralledger/chart-handler-transfer-prepare/values.yaml +++ b/centralledger/chart-handler-transfer-prepare/values.yaml @@ -9,7 +9,7 @@ global: {} image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/centralledger/chart-service/Chart.yaml b/centralledger/chart-service/Chart.yaml index e3aeb8b6e..21ed7c029 100644 --- a/centralledger/chart-service/Chart.yaml +++ b/centralledger/chart-service/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Central-Ledger Service Helm chart for Kubernetes name: centralledger-service -version: 14.4.0 -appVersion: v17.6.0 +version: 15.4.1 +appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png sources: diff --git a/centralledger/chart-service/values.yaml b/centralledger/chart-service/values.yaml index 4ec593488..a65de7418 100644 --- a/centralledger/chart-service/values.yaml +++ b/centralledger/chart-service/values.yaml @@ -9,7 +9,7 @@ global: {} image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/centralledger/values.yaml b/centralledger/values.yaml index 5e64154c9..0da09481c 100644 --- a/centralledger/values.yaml +++ b/centralledger/values.yaml @@ -16,7 +16,7 @@ centralledger-service: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -412,7 +412,7 @@ centralledger-handler-transfer-prepare: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -811,7 +811,7 @@ centralledger-handler-transfer-position: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -1204,7 +1204,7 @@ centralledger-handler-transfer-position-batch: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -1388,7 +1388,6 @@ centralledger-handler-transfer-position-batch: kafka_host: kafka kafka_port: 9092 kafka_partitioner: 'murmur2_random' - kafka_partition_assignment_strategy: 'cooperative-sticky' ## Node Configuration log_level: 'info' @@ -1604,7 +1603,7 @@ centralledger-handler-transfer-get: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -1997,7 +1996,7 @@ centralledger-handler-transfer-fulfil: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -2390,7 +2389,7 @@ centralledger-handler-timeout: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -2788,7 +2787,7 @@ centralledger-handler-admin-transfer: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/mojaloop-bulk/Chart.yaml b/mojaloop-bulk/Chart.yaml index 731a3f0ad..0147906df 100644 --- a/mojaloop-bulk/Chart.yaml +++ b/mojaloop-bulk/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Mojaloop Bulk Helm chart for Kubernetes name: mojaloop-bulk -version: 16.6.0 -appVersion: "bulk-api-adapter: v17.0.0; central-ledger: v17.6.0" +version: 16.6.1 +appVersion: "bulk-api-adapter: v17.0.0; central-ledger: v17.6.1" home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png sources: @@ -19,7 +19,7 @@ dependencies: repository: "file://../bulk-api-adapter" condition: bulk-api-adapter.enabled - name: bulk-centralledger - version: ">= 14.7.0" + version: ">= 15.4.1" repository: "file://../bulk-centralledger" condition: bulk-centralledger.enabled - name: common diff --git a/mojaloop-bulk/values.yaml b/mojaloop-bulk/values.yaml index b31de5faf..6f15aa31c 100644 --- a/mojaloop-bulk/values.yaml +++ b/mojaloop-bulk/values.yaml @@ -685,7 +685,7 @@ bulk-centralledger: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -1068,7 +1068,7 @@ bulk-centralledger: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -1439,7 +1439,7 @@ bulk-centralledger: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -1819,7 +1819,7 @@ bulk-centralledger: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/mojaloop/Chart.yaml b/mojaloop/Chart.yaml index 74fe8f5a8..929264ac5 100644 --- a/mojaloop/Chart.yaml +++ b/mojaloop/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Mojaloop Helm chart for Kubernetes name: mojaloop -version: 16.0.0 -appVersion: "ml-api-adapter: v14.0.5; central-ledger: v17.6.0; account-lookup-service: v15.2.3; quoting-service: v15.7.0; central-settlement: v16.0.0; bulk-api-adapter: v17.0.0; transaction-requests-service: v14.1.2; simulator: v12.1.0; mojaloop-simulator: v15.0.0; sdk-scheme-adapter: v23.4.0; auth-service: v15.0.0; als-consent-oracle: v0.2.2; thirdparty-sdk: v15.1.1; ml-testing-toolkit: v17.0.0; ml-testing-toolkit-ui: v15.4.2;" +version: 16.0.1 +appVersion: "ml-api-adapter: v14.0.5; central-ledger: v17.6.1; account-lookup-service: v15.2.3; quoting-service: v15.7.0; central-settlement: v16.0.0; bulk-api-adapter: v17.0.0; transaction-requests-service: v14.1.2; simulator: v12.1.0; mojaloop-simulator: v15.0.0; sdk-scheme-adapter: v23.4.0; auth-service: v15.0.0; als-consent-oracle: v0.2.2; thirdparty-sdk: v15.1.1; ml-testing-toolkit: v17.0.0; ml-testing-toolkit-ui: v15.4.2;" home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png sources: @@ -27,7 +27,7 @@ dependencies: repository: "file://../ml-api-adapter" condition: ml-api-adapter.enabled - name: centralledger - version: ">= 14.15.0" + version: ">= 15.4.1" repository: "file://../centralledger" condition: centralledger.enabled - name: centralsettlement @@ -43,7 +43,7 @@ dependencies: repository: "file://../mojaloop-simulator" condition: mojaloop-simulator.enabled - name: mojaloop-bulk - version: ">= 16.6.0" + version: ">= 16.6.1" repository: "file://../mojaloop-bulk" condition: mojaloop-bulk.enabled - name: transaction-requests-service diff --git a/mojaloop/values.yaml b/mojaloop/values.yaml index 6d9e9f066..0c9c6cbac 100644 --- a/mojaloop/values.yaml +++ b/mojaloop/values.yaml @@ -1332,7 +1332,7 @@ quoting-service: # .. # mBynFpdjO0D3PnLKjnBDn1vFAfANOwVpGXCw5mn+484A/SIXYebWruFd03g4 # -----END RSA PRIVATE KEY----- - + ## metric configuration for prometheus instrumentation metrics: ## flag to enable/disable the metrics end-points @@ -2130,7 +2130,7 @@ centralledger: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -2465,7 +2465,7 @@ centralledger: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -2805,7 +2805,7 @@ centralledger: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -3140,7 +3140,7 @@ centralledger: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -3282,7 +3282,6 @@ centralledger: # this can be set if the dependency chart for kafka is disabled. If 'kafka_host' is commented out, then the name of the dependency chart will be used. kafka_host: *KAFKA_HOST kafka_port: *KAFKA_PORT - kafka_partition_assignment_strategy: 'cooperative-sticky' ## Cache configuration cache_enabled: false @@ -3481,7 +3480,7 @@ centralledger: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -3815,7 +3814,7 @@ centralledger: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -4152,7 +4151,7 @@ centralledger: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -4491,7 +4490,7 @@ centralledger: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -11618,7 +11617,7 @@ mojaloop-bulk: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -11982,7 +11981,7 @@ mojaloop-bulk: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -12343,7 +12342,7 @@ mojaloop-bulk: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -12704,7 +12703,7 @@ mojaloop-bulk: image: registry: docker.io repository: mojaloop/central-ledger - tag: v17.6.0 + tag: v17.6.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images From 524d60e03009618a18b36409bfb7284aa3cadcf3 Mon Sep 17 00:00:00 2001 From: Kalin Krustev Date: Thu, 28 Mar 2024 13:07:15 +0000 Subject: [PATCH 2/4] fix: cluster performance testing issues --- bulk-centralledger/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bulk-centralledger/Chart.yaml b/bulk-centralledger/Chart.yaml index 0602d68d6..f270c6042 100644 --- a/bulk-centralledger/Chart.yaml +++ b/bulk-centralledger/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Central-Ledger Bulk Services Helm chart for Kubernetes name: bulk-centralledger -version: 14.7.0 +version: 15.4.1 appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png From 7e56e4e3f83544fd585b7a54eeb3585d5fe00cf3 Mon Sep 17 00:00:00 2001 From: Kalin Krustev Date: Thu, 4 Apr 2024 09:45:16 +0000 Subject: [PATCH 3/4] fix: versions --- bulk-centralledger/Chart.yaml | 10 +++++----- .../Chart.yaml | 2 +- .../chart-handler-bulk-transfer-get/Chart.yaml | 2 +- .../Chart.yaml | 2 +- .../Chart.yaml | 2 +- centralledger/Chart.yaml | 18 +++++++++--------- .../chart-handler-admin-transfer/Chart.yaml | 2 +- centralledger/chart-handler-timeout/Chart.yaml | 2 +- .../chart-handler-transfer-fulfil/Chart.yaml | 2 +- .../chart-handler-transfer-get/Chart.yaml | 2 +- .../chart-handler-transfer-position/Chart.yaml | 2 +- .../chart-handler-transfer-prepare/Chart.yaml | 2 +- centralledger/chart-service/Chart.yaml | 2 +- mojaloop-bulk/Chart.yaml | 2 +- mojaloop/Chart.yaml | 2 +- 15 files changed, 27 insertions(+), 27 deletions(-) diff --git a/bulk-centralledger/Chart.yaml b/bulk-centralledger/Chart.yaml index f270c6042..c623d718d 100644 --- a/bulk-centralledger/Chart.yaml +++ b/bulk-centralledger/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Central-Ledger Bulk Services Helm chart for Kubernetes name: bulk-centralledger -version: 15.4.1 +version: 14.7.1 appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png @@ -16,19 +16,19 @@ maintainers: email: steven.oderayi@infitx.com dependencies: - name: cl-handler-bulk-transfer-prepare - version: ">= 15.4.1" + version: ">= 14.4.1" repository: "file://./chart-handler-bulk-transfer-prepare" condition: cl-handler-bulk-transfer-prepare.enabled - name: cl-handler-bulk-transfer-fulfil - version: ">= 15.4.1" + version: ">= 14.4.1" repository: "file://./chart-handler-bulk-transfer-fulfil" condition: cl-handler-bulk-transfer-fulfil.enabled - name: cl-handler-bulk-transfer-processing - version: ">= 15.4.1" + version: ">= 14.4.1" repository: "file://./chart-handler-bulk-transfer-processing" condition: cl-handler-bulk-transfer-processing.enabled - name: cl-handler-bulk-transfer-get - version: ">= 15.4.1" + version: ">= 14.4.1" repository: "file://./chart-handler-bulk-transfer-get" condition: cl-handler-bulk-transfer-get.enabled - name: common diff --git a/bulk-centralledger/chart-handler-bulk-transfer-fulfil/Chart.yaml b/bulk-centralledger/chart-handler-bulk-transfer-fulfil/Chart.yaml index 2d211841a..1eef0c305 100644 --- a/bulk-centralledger/chart-handler-bulk-transfer-fulfil/Chart.yaml +++ b/bulk-centralledger/chart-handler-bulk-transfer-fulfil/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Central-Ledger Bulk Transfer Fulfil Handler Helm chart for Kubernetes name: cl-handler-bulk-transfer-fulfil -version: 15.4.1 +version: 14.4.1 appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png diff --git a/bulk-centralledger/chart-handler-bulk-transfer-get/Chart.yaml b/bulk-centralledger/chart-handler-bulk-transfer-get/Chart.yaml index 295eebb1a..f7c8e4e2a 100644 --- a/bulk-centralledger/chart-handler-bulk-transfer-get/Chart.yaml +++ b/bulk-centralledger/chart-handler-bulk-transfer-get/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Central-Ledger Bulk Transfer Get Handler Helm chart for Kubernetes name: cl-handler-bulk-transfer-get -version: 15.4.1 +version: 14.4.1 appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png diff --git a/bulk-centralledger/chart-handler-bulk-transfer-prepare/Chart.yaml b/bulk-centralledger/chart-handler-bulk-transfer-prepare/Chart.yaml index 13be1b3d5..b5223dd9e 100644 --- a/bulk-centralledger/chart-handler-bulk-transfer-prepare/Chart.yaml +++ b/bulk-centralledger/chart-handler-bulk-transfer-prepare/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Central-Ledger Bulk Transfer Prepare Handler Helm chart for Kubernetes name: cl-handler-bulk-transfer-prepare -version: 15.4.1 +version: 14.4.1 appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png diff --git a/bulk-centralledger/chart-handler-bulk-transfer-processing/Chart.yaml b/bulk-centralledger/chart-handler-bulk-transfer-processing/Chart.yaml index 36648b1ca..8330420fb 100644 --- a/bulk-centralledger/chart-handler-bulk-transfer-processing/Chart.yaml +++ b/bulk-centralledger/chart-handler-bulk-transfer-processing/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Central-Ledger Bulk Transfer Processing Handler Helm chart for Kubernetes name: cl-handler-bulk-transfer-processing -version: 15.4.1 +version: 14.4.1 appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png diff --git a/centralledger/Chart.yaml b/centralledger/Chart.yaml index 5083444b3..f2d9d02fd 100644 --- a/centralledger/Chart.yaml +++ b/centralledger/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Central-Ledger Helm chart for Kubernetes name: centralledger -version: 15.4.1 +version: 14.15.1 appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png @@ -16,35 +16,35 @@ maintainers: email: steven.oderayi@infitx.com dependencies: - name: centralledger-service - version: ">= 15.4.1" + version: ">= 14.4.1" repository: "file://./chart-service" condition: centralledger-service.enabled - name: centralledger-handler-transfer-prepare - version: ">= 15.4.1" + version: ">= 14.4.1" repository: "file://./chart-handler-transfer-prepare" condition: centralledger-handler-transfer-prepare.enabled - name: centralledger-handler-transfer-position - version: ">= 15.4.1" + version: ">= 14.4.1" repository: "file://./chart-handler-transfer-position" condition: centralledger-handler-transfer-position.enabled - name: centralledger-handler-transfer-position-batch - version: ">= 15.4.1" + version: ">= 14.4.1" repository: "file://./chart-handler-transfer-position-batch" condition: centralledger-handler-transfer-position-batch.enabled - name: centralledger-handler-transfer-get - version: ">= 15.4.1" + version: ">= 14.4.1" repository: "file://./chart-handler-transfer-get" condition: centralledger-handler-transfer-get.enabled - name: centralledger-handler-transfer-fulfil - version: ">= 15.4.1" + version: ">= 14.4.1" repository: "file://./chart-handler-transfer-fulfil" condition: centralledger-handler-transfer-fulfil.enabled - name: centralledger-handler-timeout - version: ">= 15.4.1" + version: ">= 14.4.1" repository: "file://./chart-handler-timeout" condition: centralledger-handler-timeout.enabled - name: centralledger-handler-admin-transfer - version: ">= 15.4.1" + version: ">= 14.4.1" repository: "file://./chart-handler-admin-transfer" condition: centralledger-handler-transfer-get.enabled - name: common diff --git a/centralledger/chart-handler-admin-transfer/Chart.yaml b/centralledger/chart-handler-admin-transfer/Chart.yaml index 907687e0c..43148b5b0 100644 --- a/centralledger/chart-handler-admin-transfer/Chart.yaml +++ b/centralledger/chart-handler-admin-transfer/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Central-Ledger Transfer Prepare Handler Helm chart for Kubernetes name: centralledger-handler-admin-transfer -version: 15.4.1 +version: 14.4.1 appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png diff --git a/centralledger/chart-handler-timeout/Chart.yaml b/centralledger/chart-handler-timeout/Chart.yaml index 952a6260c..469011ab1 100644 --- a/centralledger/chart-handler-timeout/Chart.yaml +++ b/centralledger/chart-handler-timeout/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Central-Ledger Timeout Handler Helm chart for Kubernetes name: centralledger-handler-timeout -version: 15.4.1 +version: 14.4.1 appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png diff --git a/centralledger/chart-handler-transfer-fulfil/Chart.yaml b/centralledger/chart-handler-transfer-fulfil/Chart.yaml index 140507b03..3390770fb 100644 --- a/centralledger/chart-handler-transfer-fulfil/Chart.yaml +++ b/centralledger/chart-handler-transfer-fulfil/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Central-Ledger Transfer Fulfil Handler Helm chart for Kubernetes name: centralledger-handler-transfer-fulfil -version: 15.4.1 +version: 14.4.1 appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png diff --git a/centralledger/chart-handler-transfer-get/Chart.yaml b/centralledger/chart-handler-transfer-get/Chart.yaml index 709023bfb..947a8b4e4 100644 --- a/centralledger/chart-handler-transfer-get/Chart.yaml +++ b/centralledger/chart-handler-transfer-get/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Central-Ledger Get Transfer Handler Helm chart for Kubernetes name: centralledger-handler-transfer-get -version: 15.4.1 +version: 14.4.1 appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png diff --git a/centralledger/chart-handler-transfer-position/Chart.yaml b/centralledger/chart-handler-transfer-position/Chart.yaml index 18d0175d5..51931a0a3 100644 --- a/centralledger/chart-handler-transfer-position/Chart.yaml +++ b/centralledger/chart-handler-transfer-position/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Central-Ledger Transfer Position Handler Helm chart for Kubernetes name: centralledger-handler-transfer-position -version: 15.4.1 +version: 14.4.1 appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png diff --git a/centralledger/chart-handler-transfer-prepare/Chart.yaml b/centralledger/chart-handler-transfer-prepare/Chart.yaml index 98c0ea229..4b24dce05 100644 --- a/centralledger/chart-handler-transfer-prepare/Chart.yaml +++ b/centralledger/chart-handler-transfer-prepare/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Central-Ledger Transfer Prepare Handler Helm chart for Kubernetes name: centralledger-handler-transfer-prepare -version: 15.4.1 +version: 14.4.1 appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png diff --git a/centralledger/chart-service/Chart.yaml b/centralledger/chart-service/Chart.yaml index 21ed7c029..13e817c17 100644 --- a/centralledger/chart-service/Chart.yaml +++ b/centralledger/chart-service/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Central-Ledger Service Helm chart for Kubernetes name: centralledger-service -version: 15.4.1 +version: 14.4.1 appVersion: v17.6.1 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png diff --git a/mojaloop-bulk/Chart.yaml b/mojaloop-bulk/Chart.yaml index 0147906df..72b621ad8 100644 --- a/mojaloop-bulk/Chart.yaml +++ b/mojaloop-bulk/Chart.yaml @@ -19,7 +19,7 @@ dependencies: repository: "file://../bulk-api-adapter" condition: bulk-api-adapter.enabled - name: bulk-centralledger - version: ">= 15.4.1" + version: ">= 14.7.1" repository: "file://../bulk-centralledger" condition: bulk-centralledger.enabled - name: common diff --git a/mojaloop/Chart.yaml b/mojaloop/Chart.yaml index 929264ac5..8ade9a0b2 100644 --- a/mojaloop/Chart.yaml +++ b/mojaloop/Chart.yaml @@ -27,7 +27,7 @@ dependencies: repository: "file://../ml-api-adapter" condition: ml-api-adapter.enabled - name: centralledger - version: ">= 15.4.1" + version: ">= 14.15.1" repository: "file://../centralledger" condition: centralledger.enabled - name: centralsettlement From 0844dc5127c1f6144fe6af89f45a9c9a72edf85a Mon Sep 17 00:00:00 2001 From: Kalin Krustev Date: Thu, 4 Apr 2024 09:53:57 +0000 Subject: [PATCH 4/4] fix: versions --- centralledger/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centralledger/Chart.yaml b/centralledger/Chart.yaml index f2d9d02fd..8dcc6e3d3 100644 --- a/centralledger/Chart.yaml +++ b/centralledger/Chart.yaml @@ -28,7 +28,7 @@ dependencies: repository: "file://./chart-handler-transfer-position" condition: centralledger-handler-transfer-position.enabled - name: centralledger-handler-transfer-position-batch - version: ">= 14.4.1" + version: ">= 15.4.1" repository: "file://./chart-handler-transfer-position-batch" condition: centralledger-handler-transfer-position-batch.enabled - name: centralledger-handler-transfer-get