diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 7db73c713..6da82ae63 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.12.4 -appVersion: 1.11.2 +version: 1.13.0 +appVersion: 1.12.0 dependencies: - name: microservice-chart version: 2.3.1 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index fddfe0698..88c2a5e44 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.11.2" + tag: "1.12.0" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 1f0b00bf7..1be46b70f 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.11.2" + tag: "1.12.0" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index a61df9385..19635f18b 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.11.2" + tag: "1.12.0" pullPolicy: Always livenessProbe: httpGet: diff --git a/pom.xml b/pom.xml index 429621238..6610a5302 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ it.pagopa.ecommerce pagopa-ecommerce-event-dispatcher-service - 1.11.2 + 1.12.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