Commit 3ac02fd 1 parent 23064f8 commit 3ac02fd Copy full SHA for 3ac02fd
File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : pagopa-afm-calculator
3
3
description : Microservice that handles calculation for pagoPA Advanced Fees Management
4
4
type : application
5
- version : 0.6 .0
6
- appVersion : 0.2.4
5
+ version : 0.7 .0
6
+ appVersion : 0.2.5
7
7
dependencies :
8
8
- name : microservice-chart
9
9
version : 1.21.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ microservice-chart:
4
4
fullnameOverride : " "
5
5
image :
6
6
repository : ghcr.io/pagopa/pagopa-receipt-pdf-service
7
- tag : " 0.2.4 "
7
+ tag : " 0.2.5 "
8
8
pullPolicy : Always
9
9
livenessProbe :
10
10
httpGet :
@@ -108,7 +108,7 @@ microservice-chart:
108
108
create : true
109
109
image :
110
110
repository : ghcr.io/pagopa/pagopa-receipt-pdf-service
111
- tag : " 0.2.4 "
111
+ tag : " 0.2.5 "
112
112
pullPolicy : Always
113
113
envConfig : {}
114
114
envSecret : {}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ microservice-chart:
4
4
fullnameOverride : " "
5
5
image :
6
6
repository : ghcr.io/pagopa/pagopa-receipt-pdf-service
7
- tag : " 0.2.4 "
7
+ tag : " 0.2.5 "
8
8
pullPolicy : Always
9
9
livenessProbe :
10
10
httpGet :
@@ -108,7 +108,7 @@ microservice-chart:
108
108
create : true
109
109
image :
110
110
repository : ghcr.io/pagopa/pagopa-receipt-pdf-service
111
- tag : " 0.2.4 "
111
+ tag : " 0.2.5 "
112
112
pullPolicy : Always
113
113
envConfig : {}
114
114
envSecret : {}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ microservice-chart:
4
4
fullnameOverride : " "
5
5
image :
6
6
repository : ghcr.io/pagopa/pagopa-receipt-pdf-service
7
- tag : " 0.2.4 "
7
+ tag : " 0.2.5 "
8
8
pullPolicy : Always
9
9
livenessProbe :
10
10
httpGet :
@@ -108,7 +108,7 @@ microservice-chart:
108
108
create : true
109
109
image :
110
110
repository : ghcr.io/pagopa/pagopa-receipt-pdf-service
111
- tag : " 0.2.4 "
111
+ tag : " 0.2.5 "
112
112
pullPolicy : Always
113
113
envConfig : {}
114
114
envSecret : {}
Original file line number Diff line number Diff line change 4
4
"title" : " PDF Receipt Service" ,
5
5
"description" : " Expose APIs used by IO backend to retrieved payment receipts" ,
6
6
"termsOfService" : " https://www.pagopa.gov.it/" ,
7
- "version" : " 0.2.4 "
7
+ "version" : " 0.2.5 "
8
8
},
9
9
"servers" : [
10
10
{
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >it.gov.pagopa</groupId >
8
8
<artifactId >pdf-receipt-service</artifactId >
9
- <version >0.2.4 </version >
9
+ <version >0.2.5 </version >
10
10
11
11
<name >pagopa-pdf-receipt-service</name >
12
12
You can’t perform that action at this time.
0 commit comments