Skip to content

Commit 58c8534

Browse files
Merge branch 'main' into rename-cart-id
2 parents 8d192d9 + fc65e77 commit 58c8534

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: pagopareceiptpdfdatastore
33
description: Microservice description
44
type: application
55
version: 0.149.0
6-
appVersion: 1.17.3-1-rename-cart-id
6+
appVersion: 1.17.4
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.3-1-rename-cart-id"
7+
tag: "1.17.4"
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: 2 additions & 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.3-1-rename-cart-id"
7+
tag: "1.17.4"
88
pullPolicy: Always
99
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
1010
livenessProbe:
@@ -212,6 +212,7 @@ pagopa-receipt-pdf-datastore-helpdesk:
212212
autoscaling:
213213
!!merge <<: *autoscaling
214214
minReplica: 1
215+
maxReplica: 3
215216
envConfig:
216217
!!merge <<: *envConfig
217218
WEBSITE_SITE_NAME: 'pagopareceiptpdfdatastorehelpdesk'

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.3-1-rename-cart-id"
7+
tag: "1.17.4"
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.3-1-rename-cart-id"
7+
"version": "1.17.4"
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.3-1-rename-cart-id</version>
8+
<version>1.17.4</version>
99
<packaging>jar</packaging>
1010

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

0 commit comments

Comments
 (0)