Skip to content

Commit

Permalink
[PAGOPA-2017] fix: Update messageEncoding (#134)
Browse files Browse the repository at this point in the history
* [PAGOPA-2017] fix: Update messageEncoding

* Bump to version 1.13.3-1-PAGOPA-2017-fix-message-encoding [skip ci]

---------

Co-authored-by: pagopa-github-bot <[email protected]>
  • Loading branch information
cap-ang and pagopa-github-bot authored Aug 27, 2024
1 parent 32bb18c commit 82a1d82
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pagopareceiptpdfgenerator
description: Microservice description
type: application
version: 0.145.0
appVersion: 1.13.3
version: 0.146.0
appVersion: 1.13.3-1-PAGOPA-2017-fix-message-encoding
dependencies:
- name: microservice-chart
version: 2.4.0
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:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-receipt-pdf-generator
tag: "1.13.3"
tag: "1.13.3-1-PAGOPA-2017-fix-message-encoding"
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:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-receipt-pdf-generator
tag: "1.13.3"
tag: "1.13.3-1-PAGOPA-2017-fix-message-encoding"
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:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-receipt-pdf-generator
tag: "1.13.3"
tag: "1.13.3-1-PAGOPA-2017-fix-message-encoding"
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 host.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"visibilityTimeout": "00:00:30",
"batchSize": 32,
"maxDequeueCount": 5,
"messageEncoding": "none"
"messageEncoding": "base64"
}
},
"logging": {
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-generator</artifactId>
<version>1.13.3</version>
<version>1.13.3-1-PAGOPA-2017-fix-message-encoding</version>
<packaging>jar</packaging>

<name>pagopa-receipt-pdf-generator</name>
Expand Down

0 comments on commit 82a1d82

Please sign in to comment.