Skip to content

Commit 51434af

Browse files
Bump to version 0.12.26 [skip ci]
1 parent 55409ee commit 51434af

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: pagopa-gpd-payments
33
description: Microservice that exposes API for payment receipts retrieving and other operations
44
type: application
5-
version: 0.99.0
6-
appVersion: 0.12.25
5+
version: 0.100.0
6+
appVersion: 0.12.26
77
dependencies:
88
- name: microservice-chart
99
version: 2.4.0

helm/values-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-gpd-payments
7-
tag: "0.12.25"
7+
tag: "0.12.26"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:

helm/values-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-gpd-payments
7-
tag: "0.12.25"
7+
tag: "0.12.26"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:

helm/values-uat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-gpd-payments
7-
tag: "0.12.25"
7+
tag: "0.12.26"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:

openapi/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "PagoPA API Payments",
55
"description": "Payments",
66
"termsOfService": "https://www.pagopa.gov.it/",
7-
"version": "0.12.25"
7+
"version": "0.12.26"
88
},
99
"servers": [
1010
{

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>it.gov.pagopa</groupId>
1515
<artifactId>payments</artifactId>
16-
<version>0.12.25</version>
16+
<version>0.12.26</version>
1717
<name>Payments</name>
1818
<description>Payments</description>
1919

0 commit comments

Comments
 (0)