diff --git a/helm/Chart.yaml b/helm/Chart.yaml index c4ae9038..ff6f33ad 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-ecommerce-event-dispatcher description: Microservice to schedule events in ecommerce pagoPA type: application -version: 1.31.0 -appVersion: 1.30.0 +version: 1.32.0 +appVersion: 1.31.0 dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 89eaa6be..67470f64 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -35,7 +35,7 @@ microservice-chart: create: true image: repository: pagopadcommonacr.azurecr.io/pagopaecommerceeventdispatcherservice - tag: "1.30.0" + tag: "1.31.0" pullPolicy: Always livenessProbe: handlerType: httpGet diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 3318b098..b89c5dcb 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -32,7 +32,7 @@ microservice-chart: ECS_SERVICE_NAME: pagopa-ecommerce-event-dispatcher-service-blue image: repository: pagopapcommonacr.azurecr.io/pagopaecommerceeventdispatcherservice - tag: "1.30.0" + tag: "1.31.0" pullPolicy: Always livenessProbe: handlerType: httpGet diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 554c690d..9b35112d 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -32,7 +32,7 @@ microservice-chart: ECS_SERVICE_NAME: pagopa-ecommerce-event-dispatcher-service-blue image: repository: pagopaucommonacr.azurecr.io/pagopaecommerceeventdispatcherservice - tag: "1.30.0" + tag: "1.31.0" pullPolicy: Always livenessProbe: handlerType: httpGet diff --git a/pom.xml b/pom.xml index b372e02d..0c1af2bd 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ it.pagopa.ecommerce pagopa-ecommerce-event-dispatcher-service - 1.30.0 + 1.31.0 pagopa-ecommerce-event-dispatcher-service pagoPA ecommerce microservice to handle transaction events and perform async operations such as send user email, refund based on transaction status