Skip to content
Prev Previous commit
Merge branch 'main' into rename-cart-id
  • Loading branch information
jacopocarlini authored Jan 30, 2026
commit 58c85348af3a6347e87a8e664fc833511ca8579a
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pagopareceiptpdfdatastore
description: Microservice description
type: application
version: 0.149.0
appVersion: 1.17.3-1-rename-cart-id
appVersion: 1.17.4
dependencies:
- name: microservice-chart
version: 8.0.2
Expand Down
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart: &microservice-chart
fullnameOverride: "pagopa-receipt-pdf-datastore"
image:
repository: ghcr.io/pagopa/pagopa-receipt-pdf-datastore
tag: "1.17.3-1-rename-cart-id"
tag: "1.17.4"
pullPolicy: Always
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart: &microservice-chart
fullnameOverride: "pagopa-receipt-pdf-datastore"
image:
repository: ghcr.io/pagopa/pagopa-receipt-pdf-datastore
tag: "1.17.3-1-rename-cart-id"
tag: "1.17.4"
pullPolicy: Always
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart: &microservice-chart
fullnameOverride: "pagopa-receipt-pdf-datastore"
image:
repository: ghcr.io/pagopa/pagopa-receipt-pdf-datastore
tag: "1.17.3-1-rename-cart-id"
tag: "1.17.4"
pullPolicy: Always
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "Receipts Datastore Helpdesk",
"description": "Microservice for exposing REST APIs about receipts datastore helpdesk.",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "1.17.3-1-rename-cart-id"
"version": "1.17.4"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>it.gov.pagopa.receipt</groupId>
<artifactId>receipt-pdf-datastore</artifactId>
<version>1.17.3-1-rename-cart-id</version>
<version>1.17.4</version>
<packaging>jar</packaging>

<name>pagopa-receipt-pdf-datastore</name>
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.