diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index f6dc3b3f..88d543c4 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
name: pagopareceiptpdfservice
description: Microservice pagopa-receipt-pdf-service
type: application
-version: 0.45.0
-appVersion: 0.9.0
+version: 0.46.0
+appVersion: 0.9.1
dependencies:
- name: microservice-chart
version: 2.4.0
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index 3e7e91ed..7119929e 100644
--- a/helm/values-dev.yaml
+++ b/helm/values-dev.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-receipt-pdf-service
- tag: "0.9.0"
+ tag: "0.9.1"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml
index b4b6a031..e8c8c5ae 100644
--- a/helm/values-prod.yaml
+++ b/helm/values-prod.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-receipt-pdf-service
- tag: "0.9.0"
+ tag: "0.9.1"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml
index e9564055..a65aaeb0 100644
--- a/helm/values-uat.yaml
+++ b/helm/values-uat.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-receipt-pdf-service
- tag: "0.9.0"
+ tag: "0.9.1"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/openapi/openapi.json b/openapi/openapi.json
index e6476d93..6f98ee26 100644
--- a/openapi/openapi.json
+++ b/openapi/openapi.json
@@ -4,7 +4,7 @@
"title": "PDF Receipt Service",
"description": "Expose APIs used by IO backend to retrieved payment receipts",
"termsOfService": "https://www.pagopa.gov.it/",
- "version": "0.9.0"
+ "version": "0.9.1"
},
"servers": [
{
diff --git a/pom.xml b/pom.xml
index 450f7af3..12d01577 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
it.gov.pagopa
pdf-receipt-service
- 0.9.0
+ 0.9.1
pagopa-pdf-receipt-service
3.11.0