diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index 4a9342b4..c70c50c0 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
name: pagopa-ecommerce-payment-requests-service
description: Microservice that handles payment requests in ecommerce pagoPA
type: application
-version: 0.4.13
-appVersion: 0.4.11
+version: 0.4.14
+appVersion: 0.4.12
dependencies:
- name: microservice-chart
version: 2.3.1
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index bb1e142b..89d92ed5 100644
--- a/helm/values-dev.yaml
+++ b/helm/values-dev.yaml
@@ -20,7 +20,7 @@ microservice-chart:
periodSeconds: 10
image:
repository: pagopadcommonacr.azurecr.io/pagopaecommercepaymentrequestsservice
- tag: "0.4.11" #improve
+ tag: "0.4.12" #improve
pullPolicy: Always
port: 8080
ingress:
diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml
index 76106188..8044914e 100644
--- a/helm/values-prod.yaml
+++ b/helm/values-prod.yaml
@@ -32,7 +32,7 @@ microservice-chart:
ELASTIC_APM_SECRET_TOKEN: elastic-apm-secret-token
image:
repository: pagopapcommonacr.azurecr.io/pagopaecommercepaymentrequestsservice
- tag: "0.4.11"
+ tag: "0.4.12"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml
index 77748147..a4d9ed5d 100644
--- a/helm/values-uat.yaml
+++ b/helm/values-uat.yaml
@@ -32,7 +32,7 @@ microservice-chart:
ELASTIC_APM_SECRET_TOKEN: elastic-apm-secret-token
image:
repository: pagopaucommonacr.azurecr.io/pagopaecommercepaymentrequestsservice
- tag: "0.4.11"
+ tag: "0.4.12"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/pom.xml b/pom.xml
index 87a3026f..44e468a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
it.pagopa.ecommerce
pagopa-ecommerce-payment-requests-service
- 0.4.11
+ 0.4.12
pagopa-ecommerce-payment-requests-service
pagoPA ecommerce microservice to retrieve payment request data or to manage carts (consisting of a
group of payment requests) with redirects to checkout.