Commit 174e0e5 1 parent 2d29f35 commit 174e0e5 Copy full SHA for 174e0e5
File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : io-pagopa-payment-updater-ms
3
3
description : io-pagopa-payment-updater-ms
4
4
type : application
5
- version : 2.6.11
6
- appVersion : 2.6.11
5
+ version : 2.6.12
6
+ appVersion : 2.6.12
7
7
dependencies :
8
8
- name : microservice-chart
9
9
version : 5.2.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ microservice-chart:
2
2
namespace : " payments"
3
3
image :
4
4
repository : " iopcommonacr.azurecr.io/io-pagopa-payment-updater-ms"
5
- tag : " 2.6.11 "
5
+ tag : " 2.6.12 "
6
6
pullPolicy : Always
7
7
livenessProbe :
8
8
httpGet :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ microservice-chart:
2
2
namespace : " payments"
3
3
image :
4
4
repository : " iopcommonacr.azurecr.io/io-pagopa-payment-updater-ms"
5
- tag : " 2.6.11 "
5
+ tag : " 2.6.12 "
6
6
pullPolicy : Always
7
7
livenessProbe :
8
8
httpGet :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ swagger: '2.0'
2
2
info :
3
3
title : Microservice JAVA API
4
4
description : Microservice JAVA API
5
- version : ' 2.6.11 '
5
+ version : ' 2.6.12 '
6
6
host : localhost
7
7
basePath : /api/v1
8
8
schemes :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ openapi: 3.0.0
2
2
info :
3
3
title : Microservice JAVA API
4
4
description : Microservice JAVA API
5
- version : 2.6.11
5
+ version : 2.6.12
6
6
servers :
7
7
- url : http://localhost:9090/api/v1/payment
8
8
description : DEV
Original file line number Diff line number Diff line change 12
12
13
13
<groupId >it.gov.pagopa</groupId >
14
14
<artifactId >paymentupdater</artifactId >
15
- <version >2.6.11 </version >
15
+ <version >2.6.12 </version >
16
16
17
17
<properties >
18
18
<java .version>17</java .version>
You can’t perform that action at this time.
0 commit comments