Skip to content

Commit 3ac02fd

Browse files
Bump to version 0.2.5
1 parent 23064f8 commit 3ac02fd

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

helm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: pagopa-afm-calculator
33
description: Microservice that handles calculation for pagoPA Advanced Fees Management
44
type: application
5-
version: 0.6.0
6-
appVersion: 0.2.4
5+
version: 0.7.0
6+
appVersion: 0.2.5
77
dependencies:
88
- name: microservice-chart
99
version: 1.21.0

helm/values-dev.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-receipt-pdf-service
7-
tag: "0.2.4"
7+
tag: "0.2.5"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:
@@ -108,7 +108,7 @@ microservice-chart:
108108
create: true
109109
image:
110110
repository: ghcr.io/pagopa/pagopa-receipt-pdf-service
111-
tag: "0.2.4"
111+
tag: "0.2.5"
112112
pullPolicy: Always
113113
envConfig: {}
114114
envSecret: {}

helm/values-prod.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-receipt-pdf-service
7-
tag: "0.2.4"
7+
tag: "0.2.5"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:
@@ -108,7 +108,7 @@ microservice-chart:
108108
create: true
109109
image:
110110
repository: ghcr.io/pagopa/pagopa-receipt-pdf-service
111-
tag: "0.2.4"
111+
tag: "0.2.5"
112112
pullPolicy: Always
113113
envConfig: {}
114114
envSecret: {}

helm/values-uat.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-receipt-pdf-service
7-
tag: "0.2.4"
7+
tag: "0.2.5"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:
@@ -108,7 +108,7 @@ microservice-chart:
108108
create: true
109109
image:
110110
repository: ghcr.io/pagopa/pagopa-receipt-pdf-service
111-
tag: "0.2.4"
111+
tag: "0.2.5"
112112
pullPolicy: Always
113113
envConfig: {}
114114
envSecret: {}

openapi/openapi.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "PDF Receipt Service",
55
"description": "Expose APIs used by IO backend to retrieved payment receipts",
66
"termsOfService": "https://www.pagopa.gov.it/",
7-
"version": "0.2.4"
7+
"version": "0.2.5"
88
},
99
"servers": [
1010
{

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>it.gov.pagopa</groupId>
88
<artifactId>pdf-receipt-service</artifactId>
9-
<version>0.2.4</version>
9+
<version>0.2.5</version>
1010

1111
<name>pagopa-pdf-receipt-service</name>
1212

0 commit comments

Comments
 (0)