diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 6bcc11ec..f6dc3b3f 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.44.0 -appVersion: 0.8.6 +version: 0.45.0 +appVersion: 0.9.0 dependencies: - name: microservice-chart version: 2.4.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 559eccfe..3e7e91ed 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.8.6" + tag: "0.9.0" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index f942e701..b4b6a031 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.8.6" + tag: "0.9.0" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 7f16b16d..e9564055 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.8.6" + tag: "0.9.0" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 957a4fb9..e6476d93 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.8.6" + "version": "0.9.0" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 44bc4e9e..450f7af3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 it.gov.pagopa pdf-receipt-service - 0.8.6 + 0.9.0 pagopa-pdf-receipt-service 3.11.0