diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 45bf3862..57253dc6 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.35.0 -appVersion: 1.34.0 +version: 1.36.0 +appVersion: 1.35.0 dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 88227008..1e7badea 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.34.0" + tag: "1.35.0" pullPolicy: Always livenessProbe: handlerType: httpGet diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index f707c70d..79c392ec 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.34.0" + tag: "1.35.0" pullPolicy: Always livenessProbe: handlerType: httpGet diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 95f4da74..35e8b159 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.34.0" + tag: "1.35.0" pullPolicy: Always livenessProbe: handlerType: httpGet diff --git a/pom.xml b/pom.xml index f5463021..f165fa7e 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ it.pagopa.ecommerce pagopa-ecommerce-event-dispatcher-service - 1.34.0 + 1.35.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