Skip to content

Commit 174e0e5

Browse files
Bump version [skip ci]
1 parent 2d29f35 commit 174e0e5

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

helm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: io-pagopa-payment-updater-ms
33
description: io-pagopa-payment-updater-ms
44
type: application
5-
version: 2.6.11
6-
appVersion: 2.6.11
5+
version: 2.6.12
6+
appVersion: 2.6.12
77
dependencies:
88
- name: microservice-chart
99
version: 5.2.0

helm/values-beta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ microservice-chart:
22
namespace: "payments"
33
image:
44
repository: "iopcommonacr.azurecr.io/io-pagopa-payment-updater-ms"
5-
tag: "2.6.11"
5+
tag: "2.6.12"
66
pullPolicy: Always
77
livenessProbe:
88
httpGet:

helm/values-prod01.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ microservice-chart:
22
namespace: "payments"
33
image:
44
repository: "iopcommonacr.azurecr.io/io-pagopa-payment-updater-ms"
5-
tag: "2.6.11"
5+
tag: "2.6.12"
66
pullPolicy: Always
77
livenessProbe:
88
httpGet:

openapi/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ swagger: '2.0'
22
info:
33
title: Microservice JAVA API
44
description: Microservice JAVA API
5-
version: '2.6.11'
5+
version: '2.6.12'
66
host: localhost
77
basePath: /api/v1
88
schemes:

openapi/openapi_V1.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
title: Microservice JAVA API
44
description: Microservice JAVA API
5-
version: 2.6.11
5+
version: 2.6.12
66
servers:
77
- url: http://localhost:9090/api/v1/payment
88
description: DEV

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>it.gov.pagopa</groupId>
1414
<artifactId>paymentupdater</artifactId>
15-
<version>2.6.11</version>
15+
<version>2.6.12</version>
1616

1717
<properties>
1818
<java.version>17</java.version>

0 commit comments

Comments
 (0)