Skip to content

Commit 969ff06

Browse files
Bump to version 1.17.0
1 parent 15c28bd commit 969ff06

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.143.0
6-
appVersion: 1.16.5-1-PAGOPA-3343-cart
5+
version: 0.144.0
6+
appVersion: 1.17.0
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.16.5-1-PAGOPA-3343-cart"
7+
tag: "1.17.0"
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.16.5-1-PAGOPA-3343-cart"
7+
tag: "1.17.0"
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.16.5-1-PAGOPA-3343-cart"
7+
tag: "1.17.0"
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.16.5-1-PAGOPA-3343-cart"
7+
"version": "1.17.0"
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.16.5-1-PAGOPA-3343-cart</version>
8+
<version>1.17.0</version>
99
<packaging>jar</packaging>
1010

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

0 commit comments

Comments
 (0)