From ad78c2d2e84dc6b8e55090888dd68217c76dd403 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot <> Date: Tue, 12 Nov 2024 15:23:46 +0000 Subject: [PATCH] Bump version [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 618d90ae..fcefba21 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-ecommerce-transactions-service description: Microservice that handles transactions lifecycle and workflow in ecommerce pagoPA type: application -version: 1.44.2 -appVersion: 1.44.2 +version: 1.45.0 +appVersion: 1.45.0 dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 38036e09..4d803f8e 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -30,7 +30,7 @@ microservice-chart: CHECKOUT_OUTCOME_URL: "https://pagopa-d-checkout-cdn-endpoint.azureedge.net/esito" image: repository: pagopadcommonacr.azurecr.io/pagopaecommercetransactionsservice - tag: "1.44.2" #improve + tag: "1.45.0" #improve pullPolicy: Always livenessProbe: handlerType: httpGet diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 74e85ad9..5de1c7fc 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -28,7 +28,7 @@ microservice-chart: ECS_SERVICE_NAME: pagopa-ecommerce-transactions-service-blue image: repository: pagopapcommonacr.azurecr.io/pagopaecommercetransactionsservice - tag: "1.44.2" + tag: "1.45.0" pullPolicy: Always livenessProbe: handlerType: httpGet diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 3cad33ff..9b206abe 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -28,7 +28,7 @@ microservice-chart: ECS_SERVICE_NAME: pagopa-ecommerce-transactions-service-blue image: repository: pagopaucommonacr.azurecr.io/pagopaecommercetransactionsservice - tag: "1.44.2" + tag: "1.45.0" pullPolicy: Always livenessProbe: handlerType: httpGet diff --git a/pom.xml b/pom.xml index 1981fe1e..5b1ab857 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ it.pagopa pagopa-ecommerce-transactions-service - 1.44.2 + 1.45.0 pagopa-ecommerce-transactions-service pagopa-ecommerce-transactions-service