Commit dabd011 1 parent da6acad commit dabd011 Copy full SHA for dabd011
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 : pagopareceiptpdfservice
3
3
description : Microservice pagopa-receipt-pdf-service
4
4
type : application
5
- version : 0.9 .0
6
- appVersion : 0.3.0
5
+ version : 0.10 .0
6
+ appVersion : 0.3.1
7
7
dependencies :
8
8
- name : microservice-chart
9
9
version : 2.4.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.3.0 "
7
+ tag : " 0.3.1 "
8
8
pullPolicy : Always
9
9
livenessProbe :
10
10
httpGet :
@@ -117,7 +117,7 @@ microservice-chart:
117
117
create : true
118
118
image :
119
119
repository : ghcr.io/pagopa/pagopa-receipt-pdf-service
120
- tag : " 0.3.0 "
120
+ tag : " 0.3.1 "
121
121
pullPolicy : Always
122
122
envConfig : {}
123
123
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.3.0 "
7
+ tag : " 0.3.1 "
8
8
pullPolicy : Always
9
9
livenessProbe :
10
10
httpGet :
@@ -117,7 +117,7 @@ microservice-chart:
117
117
create : true
118
118
image :
119
119
repository : ghcr.io/pagopa/pagopa-receipt-pdf-service
120
- tag : " 0.3.0 "
120
+ tag : " 0.3.1 "
121
121
pullPolicy : Always
122
122
envConfig : {}
123
123
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.3.0 "
7
+ tag : " 0.3.1 "
8
8
pullPolicy : Always
9
9
livenessProbe :
10
10
httpGet :
@@ -117,7 +117,7 @@ microservice-chart:
117
117
create : true
118
118
image :
119
119
repository : ghcr.io/pagopa/pagopa-receipt-pdf-service
120
- tag : " 0.3.0 "
120
+ tag : " 0.3.1 "
121
121
pullPolicy : Always
122
122
envConfig : {}
123
123
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.3.0 "
7
+ "version" : " 0.3.1 "
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.3.0 </version >
9
+ <version >0.3.1 </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