Skip to content

Commit dabd011

Browse files
Bump to version 0.3.1
1 parent da6acad commit dabd011

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

helm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: pagopareceiptpdfservice
33
description: Microservice pagopa-receipt-pdf-service
44
type: application
5-
version: 0.9.0
6-
appVersion: 0.3.0
5+
version: 0.10.0
6+
appVersion: 0.3.1
77
dependencies:
88
- name: microservice-chart
99
version: 2.4.0

helm/values-dev.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-receipt-pdf-service
7-
tag: "0.3.0"
7+
tag: "0.3.1"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:
@@ -117,7 +117,7 @@ microservice-chart:
117117
create: true
118118
image:
119119
repository: ghcr.io/pagopa/pagopa-receipt-pdf-service
120-
tag: "0.3.0"
120+
tag: "0.3.1"
121121
pullPolicy: Always
122122
envConfig: {}
123123
envSecret: {}

helm/values-prod.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-receipt-pdf-service
7-
tag: "0.3.0"
7+
tag: "0.3.1"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:
@@ -117,7 +117,7 @@ microservice-chart:
117117
create: true
118118
image:
119119
repository: ghcr.io/pagopa/pagopa-receipt-pdf-service
120-
tag: "0.3.0"
120+
tag: "0.3.1"
121121
pullPolicy: Always
122122
envConfig: {}
123123
envSecret: {}

helm/values-uat.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-receipt-pdf-service
7-
tag: "0.3.0"
7+
tag: "0.3.1"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:
@@ -117,7 +117,7 @@ microservice-chart:
117117
create: true
118118
image:
119119
repository: ghcr.io/pagopa/pagopa-receipt-pdf-service
120-
tag: "0.3.0"
120+
tag: "0.3.1"
121121
pullPolicy: Always
122122
envConfig: {}
123123
envSecret: {}

openapi/openapi.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "PDF Receipt Service",
55
"description": "Expose APIs used by IO backend to retrieved payment receipts",
66
"termsOfService": "https://www.pagopa.gov.it/",
7-
"version": "0.3.0"
7+
"version": "0.3.1"
88
},
99
"servers": [
1010
{

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>it.gov.pagopa</groupId>
88
<artifactId>pdf-receipt-service</artifactId>
9-
<version>0.3.0</version>
9+
<version>0.3.1</version>
1010

1111
<name>pagopa-pdf-receipt-service</name>
1212

0 commit comments

Comments
 (0)