diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index d2c396c..f721f4a 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: 1.1.3
-appVersion: 1.2.1
+version: 1.2.0
+appVersion: 1.3.0
dependencies:
- name: microservice-chart
version: 2.3.1
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index bdeae46..6921aa2 100644
--- a/helm/values-dev.yaml
+++ b/helm/values-dev.yaml
@@ -38,7 +38,7 @@ microservice-chart:
periodSeconds: 10
image:
repository: pagopadcommonacr.azurecr.io/pagopaecommercepaymentrequestsservice
- tag: "1.2.1" #improve
+ tag: "1.3.0" #improve
pullPolicy: Always
port: 8080
ingress:
diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml
index b135ed5..203fee0 100644
--- a/helm/values-prod.yaml
+++ b/helm/values-prod.yaml
@@ -36,7 +36,7 @@ microservice-chart:
PERSONAL_DATA_VAULT_API_KEY: personal-data-vault-api-key
image:
repository: pagopapcommonacr.azurecr.io/pagopaecommercepaymentrequestsservice
- tag: "1.2.1"
+ tag: "1.3.0"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml
index 7b0d1a3..756d1c4 100644
--- a/helm/values-uat.yaml
+++ b/helm/values-uat.yaml
@@ -36,7 +36,7 @@ microservice-chart:
PERSONAL_DATA_VAULT_API_KEY: personal-data-vault-api-key
image:
repository: pagopaucommonacr.azurecr.io/pagopaecommercepaymentrequestsservice
- tag: "1.2.1"
+ tag: "1.3.0"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/pom.xml b/pom.xml
index 6e025e2..66376e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
it.pagopa.ecommerce
pagopa-ecommerce-payment-requests-service
- 1.2.1
+ 1.3.0
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.