From 838ac3d107f870f4df76f314afb0043fbe2b65b4 Mon Sep 17 00:00:00 2001
From: pagopa-github-bot <>
Date: Thu, 20 Jul 2023 08:46:24 +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 eeb4a850..7241ede0 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.5.1
-appVersion: 0.5.1
+version: 0.5.2
+appVersion: 0.5.2
dependencies:
- name: microservice-chart
version: 2.3.1
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index 42de10b0..373019aa 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.5.1" #improve
+ tag: "0.5.2" #improve
pullPolicy: Always
port: 8080
ingress:
diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml
index 57d6187e..fb23cc4b 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: "0.5.1"
+ tag: "0.5.2"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml
index b79cae4a..cc8c4452 100644
--- a/helm/values-uat.yaml
+++ b/helm/values-uat.yaml
@@ -35,7 +35,7 @@ microservice-chart:
PERSONAL_DATA_VAULT_API_KEY: personal-data-vault-api-key
image:
repository: pagopaucommonacr.azurecr.io/pagopaecommercepaymentrequestsservice
- tag: "0.5.1"
+ tag: "0.5.2"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/pom.xml b/pom.xml
index 9b80d54a..9d56537a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
it.pagopa.ecommerce
pagopa-ecommerce-payment-requests-service
- 0.5.1
+ 0.5.2
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.