Skip to content

Commit e0d0e54

Browse files
Bump to version 1.17.2-1-PAGOPA-3464 [skip ci]
1 parent 7132757 commit e0d0e54

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: pagopareceiptpdfdatastore
33
description: Microservice description
44
type: application
5-
version: 0.146.0
6-
appVersion: 1.17.2
5+
version: 0.147.0
6+
appVersion: 1.17.2-1-PAGOPA-3464
77
dependencies:
88
- name: microservice-chart
99
version: 8.0.2

helm/values-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart: &microservice-chart
44
fullnameOverride: "pagopa-receipt-pdf-datastore"
55
image:
66
repository: ghcr.io/pagopa/pagopa-receipt-pdf-datastore
7-
tag: "1.17.2"
7+
tag: "1.17.2-1-PAGOPA-3464"
88
pullPolicy: Always
99
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
1010
livenessProbe:

helm/values-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart: &microservice-chart
44
fullnameOverride: "pagopa-receipt-pdf-datastore"
55
image:
66
repository: ghcr.io/pagopa/pagopa-receipt-pdf-datastore
7-
tag: "1.17.2"
7+
tag: "1.17.2-1-PAGOPA-3464"
88
pullPolicy: Always
99
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
1010
livenessProbe:

helm/values-uat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart: &microservice-chart
44
fullnameOverride: "pagopa-receipt-pdf-datastore"
55
image:
66
repository: ghcr.io/pagopa/pagopa-receipt-pdf-datastore
7-
tag: "1.17.2"
7+
tag: "1.17.2-1-PAGOPA-3464"
88
pullPolicy: Always
99
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
1010
livenessProbe:

openapi/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Receipts Datastore Helpdesk",
55
"description": "Microservice for exposing REST APIs about receipts datastore helpdesk.",
66
"termsOfService": "https://www.pagopa.gov.it/",
7-
"version": "1.17.2"
7+
"version": "1.17.2-1-PAGOPA-3464"
88
},
99
"servers": [
1010
{

pom.xml

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

66
<groupId>it.gov.pagopa.receipt</groupId>
77
<artifactId>receipt-pdf-datastore</artifactId>
8-
<version>1.17.2</version>
8+
<version>1.17.2-1-PAGOPA-3464</version>
99
<packaging>jar</packaging>
1010

1111
<name>pagopa-receipt-pdf-datastore</name>

0 commit comments

Comments
 (0)